PDA

View Full Version : same table left and right?


xjuliox
08-04-2009, 04:06 PM
Hello,

I made a sponsors box that says on the LEFT side Sponsor Links but i would like to add more text to the line but i want it to show on the right side.

Can someone tell me how i can do it?

<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>

Andrew Green
08-04-2009, 04:18 PM
Hello,

I made a sponsors box that says on the LEFT side Sponsor Links but i would like to add more text to the line but i want it to show on the right side.

Can someone tell me how i can do it?


I think this is what you mean:

<tr>
<td class="thead" align="left">Sponsored Links</td>
<td class="thead" align="right">More Info</td>
</tr>[/QUOTE]

might have to change colspan on other cells, just depends on the rest of that table.

xjuliox
08-04-2009, 04:30 PM
Thanks Andrew Green,

I tried that already and it does not put it in the same line. It creates another line with the text to the right. :(

--------------- Added 1249447811 at 1249447811 ---------------

Can a mod move this to the UNPAID forum.

Thank YOU!