|
|
|
Forum Member
Group: Forum Members
Last Login: 4/28/2006 9:16:00 AM
Posts: 7,
Visits: 1
|
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 8/11/2003 6:58:00 PM
Posts: 4,
Visits: 1
|
|
Mine goes something like the following. If you don't have a compulsion about italics, you can strike the last selector.
======================
a:link,
a:visited {
background: inherit;
color: #069;
font-family: "trebuchet ms", sans-serif;
font-weight: bold;
text-decoration: none;
}
a:hover {
background: #F5F5F5;
border-bottom: 1px solid #DDD;
border-top: 1px solid #DDD;
}
blockquote {
background: #F5F5F5;
border-bottom: 1px solid #DDD;
border-left: 2px solid #AAA;
border-right: 1px solid #DDD;
border-top: 1px solid #DDD;
line-height: 125%;
margin: 12px 48px 12px 24px;
padding: 6px 24px;
}
body, input, td, p {
font-family: georgia, serif;
font-size: 11pt;
line-height: 150%;
margin-right: 36px;
}
p {
margin: 0;
padding: 4px 0;
}
p.ngpostlinks a {
font-size: 12pt;
}
em,
i {
font-style: normal;
font-size: 90%;
color: #063;
}
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 9/9/2005 3:44:00 PM
Posts: 25,
Visits: 1
|
|
What are some of the other key words for controlling the formatting of a message? The one below controls the link area at the top, but what is the one that controls the rest of the body text?
.ngpostlinks
|
|
|
|
|
NewsGator
Group: Administrators
Last Login: 11/7/2008 1:37:27 PM
Posts: 444,
Visits: 43
|
|
| Try using body for the main text of the message - that should change the formatting for the whole thing, except for more specific parts like .ngpostlinks.
|
|
|
|