WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: bupaje on April 19, 2008, 06:17:31 AM

Title: CSS/HTML Help
Post by: bupaje on April 19, 2008, 06:17:31 AM
Hi. Been a while since I'v had time to drop in. Now that I got laid off I have some time to work on my site but it's been too long and I forget stuff. Old guy brain.   :eek: After I beat this together I'll convert it to a template.

http://www.stormvisions.com/newsite/splash.htm

The splash.htm has a one pixel or so gap below the image in Internet Explorer. Click on any link and you'll see the content.htm page. You can see the problem there. I want to put text content in the center and need that row of background images in the center to repeat-y. For some reason that right one is bulging.

I know about the art problems and will fix those. Any help or suggestions welcome.


Title: Re: CSS/HTML Help
Post by: diodak on April 19, 2008, 12:00:11 PM
In IE the problem is probably that you have some "space" in code.

Code: [Select]
</map>
  <!-- end #mainContent --></div>

<!-- end #container --></div>
</body>
</html>

try

Code: [Select]
</map><!-- end #mainContent --></div><!-- end #container --></div></body></html>
Title: Re: CSS/HTML Help
Post by: bupaje on May 10, 2008, 05:17:22 AM
Sorry for the late reply on this I forgot to set the 'notify' option on the post. :/ I changed the front end and solved it but thanks for taking the time to look. :)