I managed to get rid of the image logo.gif and I got rid of the tagline text. But, now there is just an empty box there. How do I get rid of that?
www.greensboroscuba.com/storefront
Thanks so much!
I managed to get rid of the image logo.gif and I got rid of the tagline text. But, now there is just an empty box there. How do I get rid of that?
www.greensboroscuba.com/storefront
Thanks so much!
Before you get any further into your customizations you really need to
protect your site by CHMOD 644 your configuration files.
yeah, I was just emailing a friend about that...it's a long story!
LOL...I got it changed!
Last edited by friends1976; 21 Dec 2006 at 10:14 PM.
This is the last thing I am changing for this site! Any help would be greatly appreciated!
after viewing the source of your site, I noted a few errors that need to be corrected. Delete the highlighted portions.
<html>
<head>
<title>W&Hof Header</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (W&Hof Header.psd) -->
<img src="images/GreensboroScubaHeader.gif" width="750" height="41" border="0" alt="" usemap="#GreensboroScubaHeader_Map">
<map name="GreensboroScubaHeader_Map">
<area shape="rect" alt="" coords="623,0,749,41" href="http://www.greensboroscuba.com/community.html">
<area shape="rect" alt="" coords="499,0,623,41" href="http://www.greensboroscuba.com/gallery1.html">
<area shape="rect" alt="" coords="376,0,498,40" href="http://www.greensboroscuba.com/training.html">
<area shape="rect" alt="" coords="249,0,375,41" href="http://www.greensboroscuba.com/storefront.html">
<area shape="rect" alt="" coords="123,0,249,40" href="http://www.greensboroscuba.com/travel.html">
<area shape="rect" alt="" coords="0,0,123,41" href="http://www.greensboroscuba.com">
</map>
<!-- End ImageReady Slices -->
</body>
</html>
It's changed!
In you stylesheet find:
#logoWrapper
and add the following: display:none;
That did it! Thanks, Clyde!
Here's another one...I lied about changing one more thing! :) I just THOUGHT I was done.
One more question...how do I get the white space between the Home Log In NavBar and the category listing to go away?
OR I could take the horizontal navigation bar out...that way the home log in is the only one up there.
in tpl_header.php find:
<!--bof-branding display-->
<div id="logoWrapper">
<!--<div id="logo"></div>-->
</div>
<br class="clearBoth" />
<!--eof-branding display-->
delete/comment out the highlighted portion.
You are so wonderful! That looks so nice! Now, I just have to fix the header that won't show. The mapping is working fine but the image, that is in the directory, won't show?!?!
Last edited by friends1976; 22 Dec 2006 at 02:22 AM.