|
| |
|
|
bobby
Posts: 11394 Joined: 8/15/1969 From: Seattle WA USA Status: offline
|
PWS getting finicky... - 7/6/2002 16:58:11
Anyone else ever experience this? I run Win NT 4 w/ service pack 6 and PWS... I haven' t had any troubles (since I figured out how to get it to work...) but now on a new site that I' m working on, PWS isn' t parsing my (SSI) include pages. I' m using the exact same protocol as previous successful webs, but no joy this time around. Any idea why PWS would suddenly stop parsing for includes on .shtml pages?
_____________________________
If con is the opposite of pro, is Congress the opposite of progress?
|
|
|
|
Mike54
Posts: 4783 Joined: 3/26/2001 From: Way Up Over Status: offline
|
RE: PWS getting finicky... - 7/6/2002 17:34:16
OK maybe a stupid question but have you tried the full path? I know it shouldn' t matter but...
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: PWS getting finicky... - 7/7/2002 16:53:40
bobby, this code looks wierd to me: <link rel=" stylesheet" type=" text/css" href=" NeoStyles.css" /> </head> <body> <!--#Include File=" includes/neonav.shtml" --> <hr /> <p> test </p> <hr /> </body> Why is the included page a .shtml? What is <hr /> ?I know what <hr> is. I gues since I always use a .txt file for the included content anything else looks strange?
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: PWS getting finicky... - 7/7/2002 18:51:58
quote:
What is <hr /> ?I know what <hr> is. Compliance with the new xhtml 1.0 standard (the successor to html 4.01) requires closing tags for all elements. <hr /> , <br /> will " close" elements that never had a closing tag before. Everything' s needs to be lowercase, too, and attribute values must be quoted. http://www.w3.org/MarkUp/
_____________________________
====== Doug G ======
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|