Entries for December 2006

12
 

They are coded as buttons:
<asp:button id="cmdLogin" resourcekey="cmdLogin" cssclass="StandardButton" text="Login" runat="server" width="100%" />

BUT you can style them to almost look like text links by setting the StandardButton class in your skin.css file:
.StandardButton {
background: #ffffff none;
border: 0px;
color: black;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}
Adjust the colors, font, etc. to match your skin.  I wasn't able to set a different style for hover, etc...

[Read the rest of this article...]

08
Posted in: DNN Performance
08

Q:

Sure there is a LIST data type but how do I customize that list.  If I enter a new list in the LIST tool that does not appear in the available data  types of the USER tool.

 

 

A:

The List data type works with the Host "Lists" module.

 

To use a List, select the List data type, and remember the name you use for the List based property.

Go to the Host Lists page and create a list with the same name you used above.  Then add List Entries to the List in the Host Lists module.  The value will be stored in the database for the profile while the "text" will be used as the text in the drop-down list.

[Read the rest of this article...]

Posted in: DNN "How to..."
 
LatestArticles