Before you ask please READ THIS

Change print format

edited December 2013 in Superior Posts: 20
Hi there,

When I print my website all the link URLs show up overlaid on the page. Is there something written into the site CSS that makes this happen? Is there a line of code I can remove or add to stop this happening?

Many thanks,

Amy

Comments

  • AirAir
    Posts: 10,970
    Hi :-)

    Yes indeed it looks nasty. It was made so user could know URL even when reading paper:-) To remove it go to style.css and remove such rules(almost end of file)
        a[href]:after {
    content: " (" attr(href) ")";
    }
    I will remove it from default style sheet also.

    With regards.
  • Many thanks for all your help.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!