changing text in a div, text in div |
changing text in a div, text in div |
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. |
|
|
|
![]() |
Apr 17 2006, 10:33 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
CODE <style type="text/css"> and to use it just follow this example;.whitetext01 { color:FFFFFF;} </style> CODE <span class="whitetext01">
textheretextheretextheretexthere </span> |
|
|
|
djdaveoc changing text in a div Apr 17 2006, 09:32 PM
tcunningham1589 to change any of the text attributes, you just hav... Apr 17 2006, 10:08 PM
djdaveoc Please whoever answers this just show what I need ... Apr 17 2006, 10:13 PM
djdaveoc Could you take the text I gave, and just add in wh... Apr 17 2006, 10:37 PM
tcunningham1589 QUOTE<style type="text/css">
.bizn... Apr 18 2006, 12:15 AM
I own yourr face. Where would they add the Times New Roman? Apr 18 2006, 12:02 PM
toyo loco They could add it here
<style type="text/c... Apr 18 2006, 05:47 PM
I own yourr face. Okay, I was wondering, wasn't sure if that... Apr 18 2006, 05:48 PM![]() ![]() |