Log In · Register

 
Module + font = HELP
toupee_lyts
post May 16 2007, 06:52 PM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: May 2007
Member No: 523,775



whenever i put custom right modules on a layout the bold and italic and underline styles that apply for the rest of the layout dont carry over onto the custom moduels...does any one know why or how to fix it?????????
thanks!
 
 
Start new topic
Replies
*digitalfragrance*
post May 20 2007, 11:03 AM
Post #2





Guest






Okay, here's what I suggest. Add this to your code, and edit the styles, colors, and fonts as you wish:

CODE
<style="text/css">
b, strong {
/* edits all the bolded words */
color: #000000;
font-weight: bold;
letter-spacing:0px;
font-size: 11px;
font-face: verdana;
text-transform: none;
}

I, EM {
/* edits all the italic words */
color: #27408B;
letter-spacing:0px;
font-size:11px;
text-transform:none;
font-style:none;
background-color:none;
}

u {
/* edits all the underlined words */
color: #000000;
letter-spacing:0px;
font-size: 11px;
text-transform:none;
font-style:none;
background-color:none;
}
</style>
 

Posts in this topic
toupee_lyts   Module + font = HELP   May 16 2007, 06:52 PM
digitalfragrance   Can we see your coding?   May 17 2007, 10:30 AM
toupee_lyts   Sure sorry <!-- Script by Paul Chen --...   May 18 2007, 06:19 PM
digitalfragrance   Okay, here's what I suggest. Add this to your ...   May 20 2007, 11:03 AM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: