Re: Was good/Tinkered with it/Got a problem :(
by "EB" <doublebase(at)wanadoo.nl>
|
Date: |
Fri, 7 Sep 2001 14:03:31 +0200 |
To: |
<hwg-techniques(at)hwg.org> |
References: |
deere |
|
todo: View
Thread,
Original
|
|
| Good Morning,
g'day
| However, the ad insertion at the top of all pages has shifted to the
right.
| I cannot find out why? It has caused a scroll bar to appear at the bottom
| and I don't want -that- at all!
not to the right, it's just the item with the biggest fixed width and
centered with 11% horizontal margins:
body
{
...
margin-left: 11%;
margin-right: 11%;
...
}
quick solution:
- remove the margins from body in .css
- define something like:
div.content {
margin-left: 11%;
margin-right: 11%;
}
- now you have:
<.table...>ad<./table>
<div class="content">...rest of the page...</div>
hth, eric
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA