Web Hosting Talk







View Full Version : Template Integration With Main Site Template


gilbert
09-14-2009, 05:26 PM
I'll try and make this as simple as possible to understand. These sites.....

http://image.computersteroids.com
http://envoy.computersteroids.com
http://computersteroids.com

all integrated with the template I created. But I'm having trouble with the one on

http://arcade.computersteroids.com

Do anyone know whats wrong. View it in internet explorer please too. And you will notice bigger differences with bottom footer especially on some games. And I'm having some trouble with left menu bars.

Thanks and God Bless
Gilbert

Jay August
09-15-2009, 06:41 PM
There's a <center> tag in div.art-Sheet-body that seems to have some padding/margin, and its pushing down the left blocks.

It's also a good idea to validate your page on validator.w3.org. Although its just an outline tester, it does give you some useful feedback about any coding errors you've made.

Another advice would be to use Mozilla Firefox when developing websites, and to install the Web Developer Extension with it. Then after install hit Outline > Outline Current Element and hover over the area's that cause problems. Although you have the problems in another browser than IE, it does give you some more info about your site structure and what might cause the problem.

Good luck in bughunting! :)