Jump to content

url not showing


Webgirl

Recommended Posts

Im talking about the footer on the page where the div#footer #url is declared on the print.css and the copyright notice-

 

Footer on the page not the browser - on the media=screen attribute its not supposed to show thus why I declared: diplay: none on the media screen attribute.

Link to comment
Share on other sites

I see it when I try to print (well, preview a print job in both Firefox and Internet Explorer). In Firefox, there's a blue "Eyes4u" link in the bottom left corner of the #footer div. In IE7/8 the full URL shows up.

 

Firefox seems to show the link text, not the URL itself. If you want to show the full URL, you'd need to do this:

 

<div id="url"><a href="http://www.eyes4u.ch">http://www.eyes4u.ch</a></div>

Link to comment
Share on other sites

Hi Falken - thanks funny thing I cant see it dont know whether it lies on my browser cache though I re-started my computer - no I dont want the link to show but I want an url to show for one cant click on the link anyway on the print version - but how come I cant see it. Thanks for the heads up.

Link to comment
Share on other sites

I see the name, not the url in Firefox. You could change

<div id="footer"><div id="url"><a href="[url="view-source:http://www.eyes4u.ch/"]http://www.eyes4u.ch[/url]">Eyes4u</a></div>

to

<div id="footer"><div id="url"><a href="[url="view-source:http://www.eyes4u.ch/"]http://www.eyes4u.ch[/url]">www.eyes4u.ch</a></div>

post-14221-127206993584_thumb.jpg

Link to comment
Share on other sites

Looks like you changed the text within the #url div, so I see the full URL in firefox now. I imagine Andrea's screenshot above was from before you made that change.

 

If you can't see the link, are you sure that your print preview isn't cutting off part of the print, or check if there are multiple pages to the print preview. Perhaps you are only looking at the first page? When I look at it, the footer appears on the second page.

 

This is what I see:

Preview.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...