This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Front Page > November 2005 > the html code adds 20% to my code





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author the html code adds 20% to my code
doug

2005-11-27, 3:15 am

i was having problems with some items not working. then i noticed in the html
code that there were these 20% things showing uo everywhere. it looks like
this
<a href="News%20and%20Updates.htm">Schedule of Events</a><br>
im at wits end, can anyone help.
thanks doug
E. T. Culling

2005-11-27, 3:15 am

Those represent spaces in you file and folder names.
<a href="News%20and%20Updates.htm"> should be
<a href="NewsandUpdates.htm"> or <a href="News-and-Updates.htm">
Or: <a href="News_and_Updates.htm">
Be sure your photo's name don't have spaces either.
Eleanor
"doug" <doug@discussions.microsoft.com> wrote in message
news:C4FB26B8-FEEA-40D4-9680-A962444A44E9@microsoft.com...
>i was having problems with some items not working. then i noticed in the
>html
> code that there were these 20% things showing uo everywhere. it looks like
> this
> <a href="News%20and%20Updates.htm">Schedule of Events</a><br>
> im at wits end, can anyone help.
> thanks doug



Tom J

2005-11-27, 3:15 am


"doug" <doug@discussions.microsoft.com> wrote in message
news:C4FB26B8-FEEA-40D4-9680-A962444A44E9@microsoft.com...
>i was having problems with some items not working. then i noticed in
>the html
> code that there were these 20% things showing uo everywhere. it
> looks like
> this
> <a href="News%20and%20Updates.htm">Schedule of Events</a><br>
> im at wits end, can anyone help.
> thanks doug


Try changing the code to:
<a herf="news_and_updates.htm>Schedule of Events</a><br>

The hard code needs to be all lower case letters with no spaces.

Tom J


Gene

2005-11-28, 6:52 pm

Tom,

Why do you say it needs to be lowercase?

Thanks,
Gene


"Tom J" <tomnews@earthlink.net> wrote in message
news:Yybif.5759$N45.2073@newsread1.news.atl.earthlink.net...
>
> "doug" <doug@discussions.microsoft.com> wrote in message
> news:C4FB26B8-FEEA-40D4-9680-A962444A44E9@microsoft.com...
>
> Try changing the code to:
> <a herf="news_and_updates.htm>Schedule of Events</a><br>
>
> The hard code needs to be all lower case letters with no spaces.
>
> Tom J
>



Paul S. Wolf

2005-11-28, 6:52 pm

Gene wrote:
> "Tom J" <tomnews@earthlink.net> wrote
>
>
> Tom,
>
> Why do you say it needs to be lowercase?
>
> Thanks, Gene
>


Although Windows based servers ignore the case, the same is NOT true for
Linux based servers.

Index.html, INDEX.HTML and index.html are all the same in Windows but
all separate files in Linux.

So best practice is to use all lower case, to ensure there will not be
problems.

--
Paul S. Wolf, P.E. mailto:paul.s.wolf@alum.wpi.edu
Gene

2005-11-28, 6:53 pm

Hi Paul,

> Although Windows based servers ignore the case, the same is NOT true for
> Linux based servers. Index.html, INDEX.HTML and index.html are all the
> same in Windows but all separate files in Linux. So best practice is to
> use all lower case, to ensure there will not be problems.<


That is very helpful; thanks very much.

Sincerely,
Gene


"Paul S. Wolf" <paul.s.wolf@alum.wpi.edu> wrote in message
news:%23pvNn9E9FHA.3544@TK2MSFTNGP09.phx.gbl...
> Gene wrote:
>
> Although Windows based servers ignore the case, the same is NOT true for
> Linux based servers.
>
> Index.html, INDEX.HTML and index.html are all the same in Windows but
> all separate files in Linux.
>
> So best practice is to use all lower case, to ensure there will not be
> problems.
>
> --
> Paul S. Wolf, P.E. mailto:paul.s.wolf@alum.wpi.edu



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews