rogue sp
05-05-2003, 02:58 PM
the content in the table [default] is align at the center right? how do you make it on the top left? can i hav the exmaple of the code? I don't understand what was written @ this site about table...
Ur help will be most appreciated :)
L8erz
MaGiCSuN
05-05-2003, 03:57 PM
so you want it into the corner?
just add this to your <body> tag and don't align your tables because they will automatically be in the left top corner:
<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
now just add your NORMAL table code (without the align="bla" part in it) and it will be in the corner.
love,
mirna
rogue sp
05-06-2003, 02:11 PM
How about the text in the table... the default is center right? I dunnno how to make it at the top left... i know how to make the text to the left but how about the top left?
MaGiCSuN
05-06-2003, 03:08 PM
no default of text etc is top left. That's where all the text starts if you add no <center> etc to it
amicus
05-06-2003, 04:53 PM
it defaults to the left middle try:
<TD VALIGN="top">
or
<TD ALIGN="left" VALIGN="top">