Author Topic: Editing Cumulus  (Read 12254 times)

0 Members and 1 Guest are viewing this topic.

Offline Farmtalk

  • Fitzweather
  • Forecaster
  • *****
  • Posts: 4745
    • WV Waterfalls
Re: Editing Cumulus
« Reply #25 on: June 07, 2012, 12:44:56 PM »
Ok, I finally got it!!!!!! The only thing is that in the process I messed up the background imagery and such, which you can see on my homepage, could someone tell me which part of the code that is so I can reinsert that???


And my links at the bottom of the page arent working either :-(
Joe Fitzwater
Chief Meteorologist for WVNS-TV 59 in Beckley, WV

Work Page on Facebook -> www.facebook.com/meteojoe
Work Page on Twitter -> https://twitter.com/meteojoe
Waterfalls -> www.wvfalls.com

Offline tobyspond

  • Senior Contributor
  • ****
  • Posts: 204
Re: Editing Cumulus
« Reply #26 on: June 07, 2012, 12:49:53 PM »
You need to change the directory in your indexT.htm page; right now the location is pointing to your documents folder on your local computer not the location on your web site.

for example

<link href="../../Documents and Settings/Owner/My Documents/Fitzweather/Cumulus/web/weatherstyle.css" rel="stylesheet" type="text/css" />

needs to be the location of your weatherstyle.css file on the web site

something like

<link href="weatherstylenew.css" rel="stylesheet" type="text/css" />

Offline Farmtalk

  • Fitzweather
  • Forecaster
  • *****
  • Posts: 4745
    • WV Waterfalls
Re: Editing Cumulus
« Reply #27 on: June 07, 2012, 12:56:48 PM »
Hmm.. This could be bad, I have all the codes I edited in different files under notepad, but I think I mustve not have copied that piece of code over, where would I insert it...worse come worse Ill download another cumulus and look at it on the unedited version.
Joe Fitzwater
Chief Meteorologist for WVNS-TV 59 in Beckley, WV

Work Page on Facebook -> www.facebook.com/meteojoe
Work Page on Twitter -> https://twitter.com/meteojoe
Waterfalls -> www.wvfalls.com

Offline tobyspond

  • Senior Contributor
  • ****
  • Posts: 204
Re: Editing Cumulus
« Reply #28 on: June 07, 2012, 01:04:52 PM »
I suggest using notepad++ for editing - it is free.

original indexT attached as text file if you use it save it back to htm file.  Always save the originals.

Offline Farmtalk

  • Fitzweather
  • Forecaster
  • *****
  • Posts: 4745
    • WV Waterfalls
Re: Editing Cumulus
« Reply #29 on: June 07, 2012, 01:10:02 PM »
This is what the original is:

<link href="weatherstylenew.css" rel="stylesheet" type="text/css" />

This is what I have, I dont think it has been changed:

<link href="../../Documents and Settings/Owner/My Documents/Fitzweather/Cumulus/web/weatherstyle.css" rel="stylesheet" type="text/css" />

Is there somewhere else that may have caused my background and coloring to disappear?
Joe Fitzwater
Chief Meteorologist for WVNS-TV 59 in Beckley, WV

Work Page on Facebook -> www.facebook.com/meteojoe
Work Page on Twitter -> https://twitter.com/meteojoe
Waterfalls -> www.wvfalls.com

Offline tobyspond

  • Senior Contributor
  • ****
  • Posts: 204
Re: Editing Cumulus
« Reply #30 on: June 07, 2012, 01:19:43 PM »
Joseph,

What you have is wrong!  Please change it.  The css controls the styles on your webpage.  You have that error throughout the indexT code.

Offline Farmtalk

  • Fitzweather
  • Forecaster
  • *****
  • Posts: 4745
    • WV Waterfalls
Re: Editing Cumulus
« Reply #31 on: June 07, 2012, 01:27:22 PM »
For every file where it directs to my documents, do i need to change it?
Joe Fitzwater
Chief Meteorologist for WVNS-TV 59 in Beckley, WV

Work Page on Facebook -> www.facebook.com/meteojoe
Work Page on Twitter -> https://twitter.com/meteojoe
Waterfalls -> www.wvfalls.com