Recent Topics

1 Feb 27, 2005 02:45    

the header of my [url=http://www.tapman90.ecwhost.com]site[/url] is custimized, but it has a weird centered look. How do i take out the padding surrounding it? The heading on [url=http://www.tapman90.ecwhost.com/forums/]my forums[/url] shows what i want it to look like.

plz help...thxs

btw: if this problem has been posted before plz point me in the direction of it...i looked

2 Feb 27, 2005 04:40

I think you could add this to your CSS:

body {
margin: px 0px 0px 0px;
}

Don't kill me if it doesn't work.

3 Feb 27, 2005 09:48

From the briefest look at your css

body {
padding: 2em 8em;
}

seems to be where the problem lies, if I understand you correctly that you want a fullpage layout

4 Feb 27, 2005 17:57

polyxena wrote:

From the briefest look at your css

body {
padding: 2em 8em;
}

seems to be where the problem lies, if I understand you correctly that you want a fullpage layout

that worked...kind of. All i wanted to do is edit the header, not the body. Any way to do this?

thxs for trying

5 Feb 28, 2005 07:29

the two links looked the same to me, as far as the header goes. I assume that you've solved the problem?

6 Feb 28, 2005 15:55

never mind....thank you for your help


Form is loading...