Weather by You!
Templates and Projects support => Html Templates => Topic started by: tfavors on May 26, 2013, 05:59:59 AM
-
Not sure why this is showing up? Any suggestions are appreciated. (see photo)
Also if I want to update pictures on the image page just replace them on the server with new image? Does size matter or template will adjust it for me?
Thanks, Terry
-
Hi Terry,
For your title, in your style.css file, find this section:
#logo H2 a {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: 100;
}
Line in red have to be deleted.
(This section does not exist in standard file,
so it could have impact on other things added)
Regards,
Jacques
-
thank you off to give it a try lol thanks, TF
-
Removed Red Line this is what I have now?
Thanks,
Terry
-
... Page need processing!
Regards,
Jacques
-
All I need now is just to remove this cam link off the page since I have no cam and I think I will be done. Anyone know how to remove it? Thanks, Terry
-
Hi Terry,
If you go into your images.htm file and about line 71 either remove/comment the line it will
make the cam link disappear from the page:
69 <div id="content">
70 <h1 style="text-align:center">Send Us Your Weather Picture! E-Mail to: weathergray@cox.net</h1>
71 <p style="float: left"><a href="webcam.htm"><img src="images/webcam.png" alt="Our WebCam" title="Webcam at our location" /><br />See also</a></p>
72 <div id="container">
73 <div id="gallery" class="ad-gallery">
Cheers,
Joe
-
Thank you so much Joe it worked.. Terry