Hi All:

I have spent some time on this where
I experienced that problem with <a> tags
wherever it's being used.. In my scripts.

For some reason in my Perl script with the
<a> tag for the word "banner.html" in "href"
I noticed that the "r" is causing the data
to be ignored via server after the perl script
has executed.

Basically I had this before

$variable = "<li><a href=\"banner.html\">Some text<\/a>";

The <li> appears. But the 

<a href="banner.html">Some text</a>

does not show via web server although I see it in the HTML
File in the command line.

After playing around I saw that the letter "r" is causing 
the problem. I just remove the letter "r", and the <a>
stuff shows via browser. I add the "r" again and it does not
show.

As far as I know in Perl "\r" is a special keyword. So I don't
understand why having the letter "r" in the word "banner" as
above would fail.

Also other scripts I have that processes forms with identification
with the word "banner" keeps causing problems. Again letter
"r" is the issue.

Any explanation for this ?

> -----Original Message-----
> From: pesoy misak [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 18 September 2003 07:32
> To: Webmaster
> Subject: RE: [SLUG] Weird HTML Omitting code via Browser !!
> 
> 
> 
> --- Webmaster <[EMAIL PROTECTED]> wrote:
> > > 
> > > This could be caused by an add filtering proxy. Is
> > the image
> > > an add or hosted on a different server to the HTML
> > file?
> > 
> > The image is hosted on the same server as the HTML
> > file.
> > 
> > I also am experiencing this problem with
> > <UL> tags where for some reason some <LI> elements
> > won't show on the browser when I view source after
> > loading and yet is visible in the HTML code when I
> > view 
> > it from the command line.
> > 
> > Any clues??
> > 
> 
> try to observe where the end tag is it's happened with
> me once with tables 
> 
> hopefully helpful
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design 
> software http://sitebuilder.yahoo.com
> 


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to