PoynterJones
07-23-2005, 12:40 PM
Hey guys,
How do you get text using CSS onto your website...
www.geocites.com/princessangel_janine
I need it in the white space...
Thanks...
1. take this out of your #center css area...
input, textarea
{
background: #000000 url(yourimage.gif);
font-family: verdana;
color: #000000;
border-style: groove;
border-color: #000000;
Hey dudes...
}
at the moment, it is inside your #center brackets.
2. you should add this to your #center css...
position:absolute;
that goes with the TOP value as a combo deal.
3. just type away in this part...
<div id="center">
text and stuff here.
</div>
should work.
PoynterJones
07-23-2005, 05:44 PM
Thank you sooo much! How did you find the html i used?
1. take this out of your #center css area...
input, textarea
{
background: #000000 url(yourimage.gif);
font-family: verdana;
color: #000000;
border-style: groove;
border-color: #000000;
Hey dudes...
}
at the moment, it is inside your #center brackets.
2. you should add this to your #center css...
position:absolute;
that goes with the TOP value as a combo deal.
3. just type away in this part...
<div id="center">
text and stuff here.
</div>
should work.
kittycat
07-23-2005, 06:03 PM
View>Source in the browser window.
Right click>view source
PoynterJones
07-24-2005, 04:57 PM
View>Source in the browser window.
Right click>view source
Thanks!