View Full Version : when tables attack!!


bunny
03-23-2003, 11:56 PM
Uhhgg...tables hate me!

i actually got the table positioned by myself *gasp*...but now when I go to put text into it, it appears outside the table..not in it.

heres the page: http://fricition.envy.nu/liberty.html

and the code I'm using:

<table border="1" bordercolor="black" style="position:absolute; top:356; left:76; width:280; height:500;>
<tr>
<td bgcolor="white"> hello</td>
</tr>
</table>

thank you!

epolady
03-24-2003, 12:21 AM
THe url you posted was a 404.

FRom what you posted though, change

<table border="1" bordercolor="black" style="position:absolute; top:356; left:76; width:280; height:500;>


to


<table border="1" bordercolor="black" style="position:absolute; top:356px; left:76px; width:280px; height:500px;">