Author Topic: Coding problem in infos.htm (WB v1)  (Read 1578 times)

Offline aznetcowboy

  • Full Member
  • ***
  • Posts: 73
    • El Gheko Neighborhood Weather Station
Coding problem in infos.htm (WB v1)
« on: April 21, 2013, 12:28:59 PM »
Jacques,

I was noticing that the header information from the infos.htm (About) file from Weather Blues v1 was displaying differently that all the other pages. After looking at the infos.htm file and comparing it with the others I realized there was coding in infos.htm that was different. The "original" infos.htm has in the header a section <style type="text/css">. No other page has this. Then the real problem is the following:

infos.htm:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


All other files:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


After deleting the <style type> section and changing the DOCTYPE to be the same as every other htm file, the infos.htm (About) page is now displaying correctly.

Just thought you should know. If something about this has been previously posted, I guess I missed it. Searching for a particular subject message can be difficult. It's all a matter of getting the correct wording to search for and not having so many results that a person gives up.

Tom

Offline aznetcowboy

  • Full Member
  • ***
  • Posts: 73
    • El Gheko Neighborhood Weather Station
Re: Coding problem in infos.htm (WB v1)
« Reply #1 on: May 09, 2013, 08:49:34 PM »
This has been resolved. The About (infos.htm) is working fine now.