Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Customize properties

$
0
0
Re: Customize properties
Web Connection 5.0
Re: Customize properties
03/21/2012
01:20:17 PM
3GL0SLB0I Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None
Change the style in the page header:

<head runat="server"> ... existing stuff <style> #IdOfControl, .OrCssClass { color: white; font-size: 12pt; } #IdOfControl:hover, .OrCssClass:hover { color: white; font-weight: bold; } </style> </head>

or you can set the style directly on the control itself (although for links this is tricky because they have so many states (standard,hover,visited) and only the static mode is handled by direct style attributes).

<ww:wwWebHyperLink runat="server" id="IdOfControl" style="color: white; font-size: 12pt;" />

+++ Rick ---


Dear Rick,
please how I can customize properties of a link in a web page without change any westwind.css style?
I would like to change wwWebHyperLink's font only in a page, without change the style. In practice, I would like to bypass the style.
Thank you very much



Rick Strahl
West Wind Technologies

Making waves on the Web

from Maui, Hawaii

Viewing all articles
Browse latest Browse all 10393

Trending Articles