Sent by aardvark on 1 February 2002 13:01
> From: "John Woram" [EMAIL-REMOVED]>
>
> The following works well for me:
>
> In the <style> section, .doprint {display:none;}
>
> in the <style ... media="print"> section,
> .doprint {display:inline;}
> a {text-decoration:none; color:#000;}
ahh, i see where this is going...
> <body> (sample text line follows)
>
> Visit the <a href="(link url goes here)">Banknotes & Banking
> page<a/> at the Bank of England website <span class="doprint">(PRINTED
> URL GOES HERE) <span>for more information.
yep, it went there...
> Thus the ALL CAPS section shows up on the printed page, but not
> onscreen. And the blue-underlined link text is printed as black,
> non-underlined.
nice... it hadn't occured to me to change the blue link to blac, but i
think i'll still keep it underlined... but yeah, pretty much where i was
going...
thanks...