Jump to content

URL displays fine in Chrome, IE8, but not in Firefox 3.0.11


ArizonaJohn

Recommended Posts

Hello,

 

My site prints out URLs in a table.  In Chrome and IE8, the URLs look great.  In Firefox 3.0.11, the URLs only display up until the second forward slash. 

 

So for example, "nytimes.com/pages/world/americas/index.html" is just "nytimes.com/pages" in Firefox.

 

Any ideas why?  The code is below.

 

Thanks in advance,

 

John

 

print "<td class='sitename'>".'<a href="http://'.$row['site'].'" class="links2">'.$row['site'].'</a>'."</td>";

The posted code/data works for me in FF3.0.11. Have you done a "view source" in your browser?

 

If all the data is there, it is likely that you have errors in the HTML/CSS surrounding that link that is causing the problem. Have you validated the page at w3.org HTML and CSS validators?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.