i have a website where all of the pages are centered fine with auto margins.
however, there's one page which loads and it looks as though it's shifted a couple of pixels to the left.
when i take out the content, it loads fine. in line with the others.
i've added element at a time to see what's causing it, sometimes it's fine with the <h1> tags and <p> tags, but when i add an image it knocks out. sometimes it's fine with the image until i add the <h1> tags!
does this sound familiar to anyone?
See this example here: http://www.artisites.co.uk/services/
i have * {margin: 0; padding: 0;} at the top of the page. i've tried setting 0 margin and padding on the h1, p and img tags but no luck.
Page Two is just a copy of Page one, but with the "features" section copied over a few times.
I wish to have many "features" on the page, but it seems to have been knocked out of place a bit.
All that is contained in each feature bit is a header tag, blockquote tag, paragraph tag and an image tag.
HELP!
however, there's one page which loads and it looks as though it's shifted a couple of pixels to the left.
when i take out the content, it loads fine. in line with the others.
i've added element at a time to see what's causing it, sometimes it's fine with the <h1> tags and <p> tags, but when i add an image it knocks out. sometimes it's fine with the image until i add the <h1> tags!
does this sound familiar to anyone?
See this example here: http://www.artisites.co.uk/services/
i have * {margin: 0; padding: 0;} at the top of the page. i've tried setting 0 margin and padding on the h1, p and img tags but no luck.
Page Two is just a copy of Page one, but with the "features" section copied over a few times.
I wish to have many "features" on the page, but it seems to have been knocked out of place a bit.
All that is contained in each feature bit is a header tag, blockquote tag, paragraph tag and an image tag.
HELP!