chotchstar
MIS
Hi,
This post follows on form Gill1978's original post regarding specifying various properties for various different hyperlinks (changing colour on mouseover, etc.)
I have noticed that where the URL contained in the HREF exceeds 14 characters any CLASS attribute contained in the anchor is ignored. I initially thought I'd be able to get around this wierdness, but now its becoming a bit of a pain (particularly where I'm including external URLs.)
Here's a quick example of what I mean
This CLASS works:
<A HREF="lessthan14.htm" CLASS="LinkClass1">Link 1</A>
This CLASS doesn't:
<A HREF="morethan14chars.htm" CLASS="LinkClass1">Link 2</A>
If anyone has any thoughts regarding this I would be very interested and grateful to hear them. (Or if anyone could let me know if I'm doing something unbelievably dum...)
This post follows on form Gill1978's original post regarding specifying various properties for various different hyperlinks (changing colour on mouseover, etc.)
I have noticed that where the URL contained in the HREF exceeds 14 characters any CLASS attribute contained in the anchor is ignored. I initially thought I'd be able to get around this wierdness, but now its becoming a bit of a pain (particularly where I'm including external URLs.)
Here's a quick example of what I mean
This CLASS works:
<A HREF="lessthan14.htm" CLASS="LinkClass1">Link 1</A>
This CLASS doesn't:
<A HREF="morethan14chars.htm" CLASS="LinkClass1">Link 2</A>
If anyone has any thoughts regarding this I would be very interested and grateful to hear them. (Or if anyone could let me know if I'm doing something unbelievably dum...)