View Full Version : I need some help


Arwen
07-13-2005, 12:18 PM
How can I place my tagboard opposite my menu? When I insert the code, I see my tagboard under my menu... It's hard to explain, look on this site (http://memoriesoftruelove.com/) Thanks!

MaGiCSuN
07-13-2005, 01:45 PM
i don't understand your problem.
do you use a certain "builder" to build it with? because all you have to do is make a table .. or position it on the proper spot ...

so either post your own coding you use or post an url to it :)

Love,
Mirna

Arwen
07-14-2005, 12:32 PM
I don't use a builder! But how can I make a table like that one?

firewall1
07-14-2005, 04:22 PM
erm it really isnt that hard try this


<table border="1">
<tr>
<td width="100"height="900">
menu
</td>
<td width="500"height="900">
your content
</td>
<td width="100"height="900">
your shoutbox
</td>
</tr>
</table>


that should work

Arwen
07-15-2005, 08:49 AM
O! Thank you very much! That helped! :)