B.N.C
07-23-2006, 08:21 PM
Hello, First let me say that I am no expert on this stuff. lol. Ive been adding stuff to the website and found that a weather script will not validate. Ive emailed them and get no response as to what kind of script it is written in. Normally this is when i would call up my brother inlaw who set up the site but he is currently in Air Force boot camp. So if anyone has the time to help, Thanks in advance.
ok heres the website: http://cmwclan.com/
Its set up using wordpress. The weather script is in the side bar.
This is the link they sent me(you have to register and they send it to you):
<script
src='http://voap.weather.com/weather/oap/60601?template=GENXV&par=1024551575&unit=0&key=78a503e6182c8f064c645be1d116d43a'>
</script>
Many errors!!!! Ive changer it to this:
<script src='http://voap.weather.com/weather/oap/60601?template=GENXV&par=1024551575&unit=0&
key=78a503e6182c8f064c645be1d116d43a'/><script type="text/javascript"></script>
So this is my code, not right but it works this way (go a head and tell me if im retarded, but ive tried everything i know):
<li>
<center>
<script src='http://voap.weather.com/weather/oap/60601?template=GENXV&par=1024551575&unit=0&
key=78a503e6182c8f064c645be1d116d43a' /><script type="text/javascript"></script>
</center>
</li>
No matter where i put script type W3C will not find it. SO if you go to the webpage and run the validater link, you will see that this is my problem.
I also believe that the sidebar is written in .PHP so maybe im writing wrong all together, cause i know little about php. This is a thorn in my side please help.
Bryan.
ok heres the website: http://cmwclan.com/
Its set up using wordpress. The weather script is in the side bar.
This is the link they sent me(you have to register and they send it to you):
<script
src='http://voap.weather.com/weather/oap/60601?template=GENXV&par=1024551575&unit=0&key=78a503e6182c8f064c645be1d116d43a'>
</script>
Many errors!!!! Ive changer it to this:
<script src='http://voap.weather.com/weather/oap/60601?template=GENXV&par=1024551575&unit=0&
key=78a503e6182c8f064c645be1d116d43a'/><script type="text/javascript"></script>
So this is my code, not right but it works this way (go a head and tell me if im retarded, but ive tried everything i know):
<li>
<center>
<script src='http://voap.weather.com/weather/oap/60601?template=GENXV&par=1024551575&unit=0&
key=78a503e6182c8f064c645be1d116d43a' /><script type="text/javascript"></script>
</center>
</li>
No matter where i put script type W3C will not find it. SO if you go to the webpage and run the validater link, you will see that this is my problem.
I also believe that the sidebar is written in .PHP so maybe im writing wrong all together, cause i know little about php. This is a thorn in my side please help.
Bryan.