Weather by You!

Templates and Projects support => Html Templates => Topic started by: tfavors on May 26, 2013, 05:59:59 AM

Title: Image Page
Post 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

Title: Re: Image Page
Post by: Mr.Meteo on May 26, 2013, 06:50:06 AM
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
Title: Re: Image Page
Post by: tfavors on May 26, 2013, 09:09:58 AM
thank you off to give it a try lol thanks, TF
Title: Re: Image Page
Post by: tfavors on May 26, 2013, 09:24:54 AM
Removed Red Line this is what I have now?

Thanks,
Terry
Title: Re: Image Page
Post by: Mr.Meteo on May 26, 2013, 10:19:36 AM

... Page need processing!

Regards,
Jacques
Title: Re: Image Page
Post by: tfavors on May 26, 2013, 07:05:09 PM
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
Title: Re: Image Page
Post by: joew on May 27, 2013, 01:18:08 PM

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
Title: Re: Image Page
Post by: tfavors on May 27, 2013, 01:34:28 PM
Thank you so much Joe it worked..   Terry