Log In · Register

 
 
Closed TopicStart new topic
won't let me change font color on my page! :(
kizezz143
post Oct 31 2007, 04:10 PM
Post #1


Member
**

Group: Member
Posts: 24
Joined: Jul 2007
Member No: 553,199



for some reason, and this has been with almost all the layouts I have used on my profile, it never lets me change the text color on my profile. If it's changing the link color or something, it works fine, but just the text color on my profile (ex. about me, interests, etc.). any ideas on how i can fix that?

also, it won't let me size the font differently, (if i use a specific code for one particular section of text only), except to use the code <big></big>...

what can i do to fix these?

thank you.
 
av54
post Oct 31 2007, 04:19 PM
Post #2


Newbie
*

Group: Member
Posts: 6
Joined: Oct 2007
Member No: 584,270



I'm sure many of the members here can better help you if you provide the css [if that's what you're using] for your page..

You can always try
CODE
<span style="color:COLORHERE;line-height:THESPACEABOVEANDBELOWTEXTS;font-family:FONT;font-size:SIZEOFFONT">


If you put that in before every text in your content it may work, it could be tedious depending on your content, but its just a suggestion for now

**End it with </span> after each paragraph

 
kizezz143
post Oct 31 2007, 04:27 PM
Post #3


Member
**

Group: Member
Posts: 24
Joined: Jul 2007
Member No: 553,199



that code worked for some things. but there's a scrollbox with text in it, and it starts with </p><div style=".... and it won't let me change the text in it either.

here's the code for the scrollbox.
CODE
</p>
<div style="width: 400; height: 120; background-color: ffffff; font-family: lucida bright; font-size: 14px; color: 000000; font-weight: bold; font-style: normal; text-align: center; border-width: 4px; border-style: solid; border-color: FFFFFF; overflow: auto; padding: 5px;">
<p>TEXT</div>


and my layout code:

CODE
<style type="text/css">


#browseMain td {text-align:left;}

table, td{
background-color:;
border:none;
border-width:0;
}
table table table{
border: 0px solid;
border-color: 000000;
padding:0;
background-color: ffffff;
}
table tbody td table tbody tr td.text table{
background-color: ffffff ;
}
table table{
border:0px;
}
table table table table{
border:0px;
}
body{
background-image:url("");
background-attachment: fixed;
background-position:X;
background-repeat:repeat;
background-color:38B89E
;
}
font, td,a body, table, body, td, li, p, div, li, p, br,.redtext,.redbtext,.text{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:8px;
text-decoration:none;
font-weight:normal;
color:000000;
}
.blacktext12,.blacktext10{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:9px;
text-decoration:none;
font-weight:bold;
color:000000;
}
.btext{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:8px;
text-decoration:none;
font-weight:bold;
color:000000;
}
.nametext{
font-family:times;
font-size:50px;
text-transform:lowercase;
line-height:0px;
text-decoration:none;
font-weight:bold;
color:black;
display:block;
letter-spacing:-3px;
text-align:left;
}
.orangetext15{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:12px;
text-decoration:none;
font-weight:bold;
color: ;
letter-spacing:0px;
text-align:;
}
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:9px;
text-decoration:none;
font-weight:normal;
color:000000;
}
a:hover, a.man:hover, a.text:hover, a.redlink:hover{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:9px;
text-decoration:none;
font-weight:normal;
color:38B89E;
}
a.navbar:link, a.navbar:visited, a.navbar:active{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:0px;
text-decoration:none;
font-weight:normal;
color: ;
}
a.navbar:hover{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:0px;
text-decoration:none;
font-weight:normal;
color:38B89E;
}
.lightbluetext8{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:8px;
text-decoration:none;
font-weight:bold;
color: ;
}
textarea,input{
font-family:arial;
font-size:11px;
text-transform:lowercase;
line-height:8px;
text-decoration:none;
font-weight:normal;
color:000000;
}
a.onee, a.onee:link, a.onee:active, a.onee:visited {
margin:0px;
margin-top:0px;
margin-bottom:0px;
padding-right:0px;
padding-left:0px;
background:transparent;
font-family:arial;
font-size:11px;
font-weight: normal;
color: ;
letter-spacing: 0px;
text-decoration: none;
text-transform: lowercase;
text-align: ;
line-height:12px;
}
a.onee:hover {
margin:0px;
margin-top:0px;
margin-bottom:0px;
padding-right:0px;
padding-left:0px;
background:transparent;
font-family:arial;
font-size:11px;
font-weight: bold;
color: ;
letter-spacing: 0px;
text-decoration: none;
text-transform: lowercase;
text-align: ;
line-height:12px;
border-bottom:0px solid;
}
.n{
font-size:1px;
font-family:arial;
letter-spacing:1px;
background-color:000000;
color:ffffff;
font-weight:bold;
display:block;
text-align:right;
letter-spacing:-4px;
line-heigth:2px;
}
a{
cursor:default;
}

.contactTable{display:none;}
div table tr td form{display:none;}
td td {height:0px;width:0px;}
.comments{display:none;}
.whitetext12{display:none;}
.x {visibility:hidden;}
td, tr, table{height:0px !important;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}

.contactTable{display:none;}
div table tr td form{display:none;}
td td {height:0px;width:0px;}
.comments{display:none;}
.whitetext12{display:none;}
.x {visibility:hidden;}
td, tr, table{height:0px !important;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}


table td div {visibility:hidden;}
table table td div {visibility:visible;}
tr {background:transparent;}.orangetext15 {display:none;} table table td.text table td.text table table tbody td table, span.btext {display: inline !important}
textarea.asdfbox{color:000000; font-family:century gothic; font-size:12px; line-height:14px; height:50px; width:425px; border-color:000000; border-style:solid; border-width:1px; background-image:url(); background-color: ffffff; letter-spacing:-2px; font-weight:bold; text-transform:none;}
input.asdfsub{color:000000;font-size:9px;font-family:small fonts;background-color: ffffff;height:11px; width:425px; border-color:000000; border-width:1px; border-style:solid; letter-spacing:1px; line-height:6px;}

.commentlinks a { font-weight:normal; font-size:9px; }

a .text
{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

body, html {visibility:visible !important; display:block !important}
</style>


hmm.
 
av54
post Oct 31 2007, 04:45 PM
Post #4


Newbie
*

Group: Member
Posts: 6
Joined: Oct 2007
Member No: 584,270



If every other element in that scrollbox worls [width,border style, etc] try adding !important; after color:000000
 
digitalfragrance
post Oct 31 2007, 05:41 PM
Post #5


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Use this code - it edits the font for the entire page:
CODE
<style>
p, table, tr, td, th, div{
border: 0px;
background:ffffff;
FONT: 10px arial; COLOR: 000000;
LETTER-SPACING: 0px; TEXT-ALIGN: justify
}
</style>

Change the hex color codes and font to your liking _smile.gif
 

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