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>";

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.