janwen,

If you look at the bottom of the uncompressed print.css in the
/blueprint/src directory,  you will find:

/* If you're having trouble printing relative links, uncomment and
customize this:
   (note: This is valid CSS3, but it still won't go through the W3C
CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com"; attr(href) ") ";
} */

This, if you uncomment it, will define a separate behavior for links
in the HTML that do not have the URL included in the href attribute
(relative links). You can put your URL in that rule, and then you
would have to re-run the compressor script so that it can include this
previously commented rule, or you can copy the rule and put it in your
own custom print.css file (like my_print.css) along with other print
rules that are not already present in blueprint's base file.

-- 
--
Christian Montoya
mappdev.com :: christianmontoya.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to