![]() |
Table Width On Website of Natsam controlled in Meta Tags |
![]() |
|
|| Tidy Up || Finished || Mixed Up || NATSAM'S SITE || |
|
5th September, 2002 |
How Wide Do You Want Your Page?Why not give it a book <table> with a page <tr> and a paragraph <td> . These "TAGS" must also be CLOSED with </td> </tr> </table> . In the FIRST TABLE we say how WIDE we want the book to be <table width=500> or whatever you choose. You can put <center> in front of the book and </center> at the end of the book, to make it look better like here! <html> <head> <title> This Is The Website Of Natsam </title> </head> <body bgcolor=black text=red> <center> <table width="500"> <tr> <td> YOU COULD SAY HELLO! </td> </tr> </table> </center> </body> </html>.
|
|
|| Tidy Up || Finished || Mixed Up || NATSAM'S SITE || |