Question about fonts, regarding <span> tags |
![]() ![]() |
Question about fonts, regarding <span> tags |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2004 Member No: 3,609 ![]() |
If I click on Edit Html before I make a post, I can color code the back of my text using <span style="background-color:#FFCCCC;">Text</span> and the text will have a reddish background. I was wondering if there is a similar command that will let me change all the font on the website to do this, rather than having to do it by hand each time. Any help would be appreciated,
targeter2 |
|
|
![]()
Post
#2
|
|
Baka elite ![]() ![]() ![]() ![]() Group: Member Posts: 124 Joined: Jan 2004 Member No: 1,437 ![]() |
by CSS!!!! basic CSS solves most of these questions.
<style type="txt/CSS"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content { /* edits main text */ font:normal 12px arial; line-height: 12px; color: #ffffff; text-align:justify; } </style> |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2004 Member No: 3,609 ![]() |
Aye, I have a style sheet, but the problem is the font doesn't show up right no matter what color font I use. I was hoping to find something similar to the <span> tag to use with a style sheet. Or am I just missing something?
|
|
|
![]() ![]() |