Please help! My website suddenly has scroll bars vertical and horizontal! How can I fix this? www.firstclassphotos.co.uk is my website.
Thanks
Thomas
P.S. Code is too long to fit in a post so please use view source thanks!
Printable View
Please help! My website suddenly has scroll bars vertical and horizontal! How can I fix this? www.firstclassphotos.co.uk is my website.
Thanks
Thomas
P.S. Code is too long to fit in a post so please use view source thanks!
Hi there TomTom100,
try changing the highlighted attribute here...
...to...Code:
#main {
width:800px;
margin-left:auto;
margin-right:auto;
overflow:auto;
border-width:2px;
border-color:#FFF;
border-style:solid;
border-radius:7px;
}
overflow:hidden;coothead
Thanks that sorted it!
Thomas
No problem, you're welcome. ;)