[EMAIL PROTECTED] wrote:

> The reason is "that's what the client wants"

But you haven't told _what_ he wants. Just saying "I want links that are 
not links" is not a description.

> <<<there are ways to
>> prevent links from _looking_ like links, thereby making it less
>> probable that users click on them,>>>
>
> This is proabbly the best to do in my situation

Then there's quite a lot you can do, such as

:link, :visited {
display: none;
visibility: hidden;
font-size: 1px;
color: black;
background: black;
text-decoration: none;
position: absolute;
left: -9999999px; }

but some of this may have effects that the client does not like. So what 
does he want?

Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to