I'm trying to create a little ad for an offer that I can send around to
people.  It seemed to me that the most reliable means of doing this
would be to make all of my styles inline so that people could just copy
the code into their pages.  (If there is a better way, lay it on me.)

Anyway, I would like to be able to define my own look for the <a> tag
within my ad, and I want to be able to include :hover and :visited
options if possible.

WC3 says it is possible, but my testing shows it to fail on all 3
PC-based browsers I have.

Theoretically:

<a href="..."
   style="{color: bla; background: bla}
   :visited {styles for visited}
   :hover {styles for hover}
">Link text</a>

... but it fails.

Is this a lost cause, or am I missing something.

I'm also interested in any feedback you guys might have regarding
posting an add.  The only thing I know to do is to link to an image on
my server from within the ad, unless I can get anyone who accepts the ad
to put the image in a folder in their own webspace and change the url.
Maybe there is a better way out there.

Thanks everybody,

Andy

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to