WXforum.net

Weather Software => Virtual Weather Station => VWS Beta Testing => Topic started by: Andy Thompson on March 07, 2010, 01:03:14 PM

Title: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: Andy Thompson on March 07, 2010, 01:03:14 PM
 Does anyone know how to change the backround on the USA webpage in Virtual Weather Station???
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: W3DRM on March 07, 2010, 02:39:21 PM
Andy,

Welcome to the forum!

I'm not sure I understand what your question is. The usa.htx template uses standard HTML coding. You can change the background color or use a background image by using standard HTML tags within the <body> tag itself.

Did you want to change the background color or do you want to use a background image?

Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: Andy Thompson on March 07, 2010, 03:18:54 PM
I'd like to change the backround color.
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Statio
Post by: jay_hoehn on March 07, 2010, 04:20:54 PM
Background color of the whole page or just the forecast table?
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: Andy Thompson on March 18, 2010, 09:13:28 PM
The backround color of the whole page.
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: George Richardson on March 18, 2010, 10:46:44 PM
How I did mine:

<html>

<head>
***********
***********
***********
</head>

<body bgcolor="#FFFFCC">

everything else
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Statio
Post by: jay_hoehn on March 18, 2010, 11:33:02 PM
Make sure you make the addition George mentioned on the .htx template.  Otherwise it won't stick.

Jay
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: Andy Thompson on March 19, 2010, 04:44:08 PM
What's "everything else"????
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: George Richardson on March 19, 2010, 05:04:35 PM
"What's "everything else"????"
*********************************
<html>

<head>
<title>SML Weather Hales Ford Bridge, Moneta, VA 24121 Local Weather Conditions</title>
<meta name="Keywords" content="weather stations, weather station, weather radio, gps, weather equipment, weather instrument, weathervane, oregon scientific, lacrosse technology, davis instruments, vantage pro, meteorology, wireless thermometer, barometer, wind, rain gauge, gauges, atomic clock, watch, digital, midland, kestrel">
<meta name="Description" content="weather station equipment, weather radios, weathervanes, gps and instruments from Oregon Scientific, La Crosse Technology, Davis Instruments, Kestrel Instruments.">
<meta name="Abstract" content="Oregon Scientific, La Crosse Technology, Davis Instruments, Kestrel Instruments electronics">
</head>

<body bgcolor="#FFFFCC">

<h1 align="center"><img src="WEBLakeWeatherResized.jpg" width="900" height="185" /></h1>
<h1 align="center"><span class="style4">Smith Mountain Lake Weather</span></h1>

</table>

<div align="center">
<table border="0" cellspacing="0" bordercolor="#CCCCFF">
<tr>
<td valign="top" align="center" colspan="3" bgcolor="#CCCCFF"><b><font face="Arial">Hales Ford Bridge, Moneta, VA 24121</font></b>
</td>
</tr>
<tr>
<td valign="top" align="left">
<table border="0" cellspacing="0" bordercolor="#CCCCFF">
<tr>
<td bgcolor="#CCCCFF"><b><font face="Arial">Local Radar</font></b></td>
</tr>


ETC!

HTH
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: Andy Thompson on March 20, 2010, 02:57:40 PM
What kind of code do I type in so I can get a different backround image or color?  Do I just type in the directory to the picture on my computer, or do I type in the actual color name?
Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: Scalphunter on March 20, 2010, 03:43:48 PM
for color do as shown above for an pix here is how I did it


<body
 style="background-image: url(http://www.akrainbird.com/wolf1.jpg);">


Other may have an better  and different way


Title: Re: How do I change the backround on the Usa webpage from Virtual Weather Station???
Post by: W3DRM on March 20, 2010, 10:09:32 PM
I'm thinking that Andy needs to go buy himself a book on HTML coding to help him understand what is being said in these replies to him. Considering his initial question it's pretty obvious he has little, if any, HTML knowledge.

Andy - this reply is not meant to be a put-down or criticism of you. We really can't teach you HTML in a simple thread. You are going to have to learn it yourself and then ask some questions if you need help on specifics.

Just Google for HTML training. There are quite a few on-line sites that do just that.