Results 1 to 3 of 3
Related
-
do you need Myspace coding help? Forum: Myspace Forum
Replies: 2 -
Coding Confusion Forum: PHP Forum
Replies: 5 -
Help with simple CSS coding Forum: CSS Forum
Replies: 5
-
02-28-2004, 02:04 PM #1
How do I put text in the CSS coding?
I am having problems doing this...can someone help me!!!
-
02-28-2004, 02:25 PM #2
Where would I write the text in this code...?
<style type="text/css">
body {
background-color: #ffffff;
background-image: url(http://images.neopets.com/faerieland/darkfaeriequest1.gif);
background-repeat: repeat;
background-attachment: fixed;
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #000000;
}<style type="text/css">
blockquote {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
text-align: justify;
background: #ffff00;
}</style><style type="text/css">
div {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
background: ;
}</style><style type="text/css">
p {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: ;
font-weight: normal;
background: #ffffff;
}</style><style type="text/css">
span {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
background: #ffffff;
}</style><style type="text/css">
td {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
}</style><style type="text/css">
h1 {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
color: #000000;
}News and Updates!!!</style><style type="text/css">
h2 {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
color: #000000;
}
h3 {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
color: #000000;
}
h4 {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
color: #000000;
}
ol {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
}
ul {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
}
input {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
background: #ffffff;
}
select {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
background: #ffffff;
}
textarea {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
background: #ffffff;
scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #000000;
}
a:active, a:link, a:visited {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-weight: normal;
background: #ffffff;
text-decoration: none;
}
a:hover {
font-family: Comic Sans MS,Verdana,Helvetica,sans-serif;
font-size: 9px;
color: #cccccc;
font-weight: normal;
background: #efefef;
text-decoration: none;
}
</style>
-
02-28-2004, 06:07 PM #3
you dont. CSS is for styling your content, not for managing your content.
You cannot write data with CSS, you can only style what data is already there.
Unless I have misunderstood your question...quite possible with such a short question.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum