White border around site

Wizet

New Member
Messages
644
Reaction score
0
Points
0
Maybe they don't support your site? I dunno that's just my guess.
 

Hazirak

New Member
Messages
197
Reaction score
0
Points
0
Try setting the body tag's 'margin' attribute to '0px' in your CSS sheet. If that doesn't work, it might just have something to do with WebKit (the rendering engine for both Chrome and Safari).
 

thezone1

New Member
Messages
192
Reaction score
0
Points
0
Yeaa its the margins, a quick look at your CSS shows that you have a margin set at 8px for the body.

Thats ok for IE and Firefox ...... so on, but obviously not in the previously stated.

Could i suggest removing the margins :p
Or if you need them replace them with padding

body {html.css (line 60)
display:block;
margin:8px;
}
 
Last edited:

bigjoe4

New Member
Messages
907
Reaction score
0
Points
0
alz45: yes I have done that, the background image is just a few pixels high and apears at the top of the page.
 

bigjoe4

New Member
Messages
907
Reaction score
0
Points
0
Looks to me that you have a height attribute set to 527px somewhere.

I have done a search of the files for "527" and it isn't there + it happens on all pages of the site.
 
Last edited:
Top