Centering Gallery
paulphotoman
Joined: 2007-10-09
Posts: 4 |
![]() |
Gallery URL: http://www.hunstanton-info.com/gallery I have used HTML Wrap to integrate Gallery into my website (see http://www.hunstanton-info.com/gallery). But I would like the Gallery pages to float in the center of the browser, like the rest of the website - see http://www.hunstanton-info.com. Any ideas how to achieve this please? Paul |
|
Tim_j
![]()
Joined: 2002-08-15
Posts: 6818 |
![]() |
First i'd fix the missing closing </div> for your wrapper and your banner. Jens |
|
paulphotoman
Joined: 2007-10-09
Posts: 4 |
![]() |
Jens, thanks for spotting the missing </div> tags - I've put them in now, but the site still isn't in the center. Does Gallery's CSS tell the site to align left - if so I wonder whether this could be clashing with the CSS that I've added? I'd appreciate any further suggestions. Paul |
|
Tim_j
![]()
Joined: 2002-08-15
Posts: 6818 |
![]() |
Hello, Someone did this in screen.css: body { text-align: center; width: 300px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFFFFF; color: #FFFFFF; } Tell that guy to remove the 'width: 300px'. Jens |
|
paulphotoman
Joined: 2007-10-09
Posts: 4 |
![]() |
...and that someone was me! Paul |
|