Log In · Register

 
changing text in a div, text in div
djdaveoc
post Apr 17 2006, 09:32 PM
Post #1


Senior Member
***

Group: Member
Posts: 50
Joined: Mar 2006
Member No: 383,261



Here is what I have in about me:

<style type="text/css">
.biznass{
position:absolute;
left:0px;
top:-537px;
height:20px;
widht:500px;
}
</style>

and I have this is I'd like to meet:

<div class="biznass">
<b>Behold, the flyer for my biznass. Call me for computer help!</b>
</div>

I just want to change the text so it's white, Times New Roman, 12pt.

Please let me know how. I couldn't find it when I searched.
 
 
Start new topic
Replies (1 - 8)
duplicatex0x0x0
post Apr 17 2006, 10:08 PM
Post #2


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



to change any of the text attributes, you just have to make a css.

Some are located at the top of the myspace help fourm under;
Some versions of myspace CSS
 
djdaveoc
post Apr 17 2006, 10:13 PM
Post #3


Senior Member
***

Group: Member
Posts: 50
Joined: Mar 2006
Member No: 383,261



Please whoever answers this just show what I need to add and where. I have spent hours searching this website and couldn't find the help I need.
 
duplicatex0x0x0
post Apr 17 2006, 10:33 PM
Post #4


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



CODE
<style type="text/css">
.whitetext01 {
color:FFFFFF;}
</style>
and to use it just follow this example;
CODE
<span class="whitetext01">
textheretextheretextheretexthere
</span>
 
djdaveoc
post Apr 17 2006, 10:37 PM
Post #5


Senior Member
***

Group: Member
Posts: 50
Joined: Mar 2006
Member No: 383,261



Could you take the text I gave, and just add in what is missing and show me the completed text with the extra stuff in it?
Again, I just want to take the text in the div and make it white, 12 pt, and Times New Roman font.
 
duplicatex0x0x0
post Apr 18 2006, 12:15 AM
Post #6


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



QUOTE
<style type="text/css">
.biznass{
position:absolute;
left:0px;
top:-537px;
height:20px;
widht:500px;}
.whitetext01 {
color:FFFFFF;}
</style>

and I have this is I'd like to meet:

<div class="biznass">
<span class="whitetext01"><b>Behold, the flyer for my biznass. Call me for computer help!</b></span>
</div>
 
GREASEbaby
post Apr 18 2006, 12:02 PM
Post #7


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Where would they add the Times New Roman?
 
freeflow
post Apr 18 2006, 05:47 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



They could add it here
<style type="text/css">
.biznass{
position:absolute;
left:0px;
top:-537px;
height:20px;
widht:500px;}
.whitetext01 {
color:FFFFFF;
font-family: times new roman;
}
</style>
anywhere before the } and after .whitetext01 {
 
GREASEbaby
post Apr 18 2006, 05:48 PM
Post #9


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Okay, I was wondering, wasn't sure if that's where it went.. _unsure.gif
 

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