So I've added a hyperlink to a screen based on a url stored in a database.
The problem is that the hyperlink text is not underlined...but it becomes
underlined when you hover over it. Small thing but it's what the users
want... The screen/window that it is on is a popup window if that makes any
difference...btw I'm using a literal and emitting the html code on the
fly...the same results happen when I use the .NET hyperlink control.
here is the text...
"<a href=www.cnn.com target="_blank">your link here</a>"
thanks
Doug
--
Doug Swanson
Senior Applications Developer
Synchrono, Inc
dswanson_xxxx_@dotnet.itags.org.nospamsynchrono.comyou either have a CSS or a style tag that's overriding the A and A:HOVER
values
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Doug Swanson" <dcswanson@._remove_this_surfbest.net> wrote in message
news:OJDeWEb8DHA.1632@.TK2MSFTNGP12.phx.gbl...
> So I've added a hyperlink to a screen based on a url stored in a database.
> The problem is that the hyperlink text is not underlined...but it becomes
> underlined when you hover over it. Small thing but it's what the users
> want... The screen/window that it is on is a popup window if that makes
any
> difference...btw I'm using a literal and emitting the html code on the
> fly...the same results happen when I use the .NET hyperlink control.
> here is the text...
> "<a href=www.cnn.com target="_blank">your link here</a>"
> thanks
> Doug
> --
> Doug Swanson
> Senior Applications Developer
> Synchrono, Inc
> dswanson_xxxx_@.nospamsynchrono.com
"Doug Swanson" <dcswanson@._remove_this_surfbest.net> wrote in message
news:OJDeWEb8DHA.1632@.TK2MSFTNGP12.phx.gbl...
> So I've added a hyperlink to a screen based on a url stored in a database.
> The problem is that the hyperlink text is not underlined...but it becomes
> underlined when you hover over it. Small thing but it's what the users
> want... The screen/window that it is on is a popup window if that makes
any
> difference...btw I'm using a literal and emitting the html code on the
> fly...the same results happen when I use the .NET hyperlink control.
> here is the text...
> "<a href=www.cnn.com target="_blank">your link here</a>"
You probably have some sort of CSS style (either inline or in a CSS
stylesheet) that is controlling the appearance of an <a/> tag. Look for
format definitions for the <A/> tag in your stylesheet. You can find it
there.
Worse comes to worse, you can use the "style=" parameter to force
underlining.
R.
That was it...thank you very much...I ended up putting a style tag on the
anchor to override the CSS...
thanks
ds
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:e1b6rIb8DHA.2752@.TK2MSFTNGP09.phx.gbl...
> you either have a CSS or a style tag that's overriding the A and A:HOVER
> values
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
> "Doug Swanson" <dcswanson@._remove_this_surfbest.net> wrote in message
> news:OJDeWEb8DHA.1632@.TK2MSFTNGP12.phx.gbl...
> > So I've added a hyperlink to a screen based on a url stored in a
database.
> > The problem is that the hyperlink text is not underlined...but it
becomes
> > underlined when you hover over it. Small thing but it's what the users
> > want... The screen/window that it is on is a popup window if that makes
> any
> > difference...btw I'm using a literal and emitting the html code on the
> > fly...the same results happen when I use the .NET hyperlink control.
> > here is the text...
> > "<a href=www.cnn.com target="_blank">your link here</a>"
> > thanks
> > Doug
> > --
> > Doug Swanson
> > Senior Applications Developer
> > Synchrono, Inc
> > dswanson_xxxx_@.nospamsynchrono.com
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment