TinyPortal

Development => Support => Topic started by: Mannie on July 18, 2007, 09:35:38 AM

Title: A little bit of help needed
Post by: Mannie on July 18, 2007, 09:35:38 AM
Hi,
I can't figure out on what board to post this. So move it if it is in the wrong one.
But i need a bit of help with some tables.
I have the featured content slider script from dynamic drive in a center block. Works great, but i wanted to add an image to it aligned left and the text to the right. First i tried css but then all images on the site are aligned and this wasn't what i wanted. So i tried a table, it's a lot closer to what i wanted but not quite good yet. The code i have for that part is the following.
<div class="contentdiv">

<table border="0">
<tr>
<td><img src="http://art.spliffcanvas.net/avatars/marvel/2.gif"></td>
<td><h2>NEW MARVEL COMICS AVATARS ADDED!!</h2>
Want to add a really cool image below your name?  Go to your profile and click on:   Forum Profile Information in the Modify Profile Block.  When you see Personalize Picture choose from:  Forum Faces, Graph Style or Musicians.  Find one you like then click Change Profile at the bottom of the page.</td>
</tr>
</table></div>

But here the text don't get the color as defined in the contentdiv.
I have this on the testsite if you like to see how it looks. http://art.spliffcanvas.com, it's the top center block under 4. On my main site it is how it was without that image, that you can see clicking on my sig. Anyway, long story short, how do i make that look better with an image on the left and the text on the right
Title: Re: A little bit of help needed
Post by: G6Cad on July 18, 2007, 09:37:31 AM
I moved your topic to support  :)
Title: Re: A little bit of help needed
Post by: Mannie on July 18, 2007, 09:40:15 AM
thanks, i'll try to remember what board to go to then next time ;)
Title: Re: A little bit of help needed
Post by: Mannie on July 18, 2007, 10:59:01 AM
i am a bit closer to it now. guess this will have to do ;)
<div class="contentdiv">

<table border="0">
<tr>
<td><img src="http://art.spliffcanvas.net/avatars/marvel/2.gif"></td>
<TD VALIGN="top"><FONT COLOR="#FFFFFF"><h2>NEW MARVEL COMICS AVATARS ADDED!!</h2>
Want to add a really cool image below your name?  Go to your profile and click on:   Forum Profile Information in the Modify Profile Block.  When you see Personalize Picture choose from:  Forum Faces, Graph Style or Musicians.  Find one you like then click Change Profile at the bottom of the page.</font></td>
</tr>
</table></div>
Title: Re: A little bit of help needed
Post by: Mannie on July 18, 2007, 11:17:51 AM
Just one more thing
the diffrence between firefox and msie. In Msie the text is aligned as i had it in mind, while in firefox it's not exactly aligned as i like. Would there be a fix for that or is this just the way it is and can't be fixed ?