Pasture
06-24-2002, 06:45 PM
hi,
Sorry, I posted this message at the WA forum without noticing your closing that down, anyway here's the problem..
This is a website layout using table codes..
<body topmargin=0 leftmargin=0 bgcolor=lightyellow><table cellspacing=0 cellpadding=0 width=30% height=100%><td bgcolor=maroon></table></body>
Now, when I insert a heading tag between the td tag and the table tag the layout of the page changes. Why?
<body topmargin=0 leftmargin=0 bgcolor=lightyellow><table cellspacing=0 cellpadding=0 width=30% height=100%><td bgcolor=maroon><h1>hello</h1></table></body>
My intention is to place the heading text within the yellow part of the page without disturbing or cutting the maroon part. How can I do that? Thank you.
Sorry, I posted this message at the WA forum without noticing your closing that down, anyway here's the problem..
This is a website layout using table codes..
<body topmargin=0 leftmargin=0 bgcolor=lightyellow><table cellspacing=0 cellpadding=0 width=30% height=100%><td bgcolor=maroon></table></body>
Now, when I insert a heading tag between the td tag and the table tag the layout of the page changes. Why?
<body topmargin=0 leftmargin=0 bgcolor=lightyellow><table cellspacing=0 cellpadding=0 width=30% height=100%><td bgcolor=maroon><h1>hello</h1></table></body>
My intention is to place the heading text within the yellow part of the page without disturbing or cutting the maroon part. How can I do that? Thank you.