|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello, well I am working on not relying on FrontPage anymore..
I just redesigned my page that includes a table. It worked pretty well, but for some reason the table does not go all the way to the top of the page anymore. I cannot figure out why this is. It looks a little strange not to start at the top. If anyone can suggest something, i'd appreciate it. thanks my website is: http://www.geocities.com/~julianahat my email is: jeff1976@home.com |
|
#2
|
|||
|
|||
|
Put this inside your <body> tag:
topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" The double notation is because of the diversity between Netscape and IE. Hope this helps, Gerhard |
|
#3
|
||||
|
||||
|
you can position anything anywhere by using <div></div>
ie: <body> <div id="topleft" style="position:absolute;top:0;left:0;width:100;height:100"> anything placed here pics/text/tables will appear in the top left hand corner if you leave out the width and height the div will expand to fit your screen and your content will begin in the top left corner play around with it a little</div> Simon ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Table question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|