![]() |
|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
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?
|
|
#4
|
||||
|
||||
|
no default of text etc is top left. That's where all the text starts if you add no <center> etc to it
|
|
#5
|
|||
|
|||
|
it defaults to the left middle try:
<TD VALIGN="top"> or <TD ALIGN="left" VALIGN="top">
__________________
the beginning of all knowledge starts with the words, "i don't know" |
| Thread Tools | |
| Display Modes | |
|
|