d4l
Est. Contributor
- Messages
- 955
- Role
-
- Adult Baby
- Diaper Lover
- Sissy
- Other
long story short im in a computer programming class now with an instructor who is sort of un qualified to teach it(when it takes you 5 minutes to find the source of a page come on)
so here my question when you are typing in color of text and finish the paragraph how do you change colors after ending the tags i start a new paragraph with a new color and it still prints in the old color any help would be greatly appreciated.
to show what i mean
this:
results in this:
http://www.adisc.org/gallery/showphoto.php/photo/228/ppuser/19/big/html_practice
When "please!" should be blue but i can't seem to get it to change so please tell me what i am missing here.
so here my question when you are typing in color of text and finish the paragraph how do you change colors after ending the tags i start a new paragraph with a new color and it still prints in the old color any help would be greatly appreciated.
to show what i mean
this:
Code:
<html>
<title>
Cory's Practice Page
</title>
<body bgcolor=black text=red>
Hey Adisc help me out
</body>
<p>
<br>
<body text=blue>
Please!
</body>
</html>
results in this:
http://www.adisc.org/gallery/showphoto.php/photo/228/ppuser/19/big/html_practice
When "please!" should be blue but i can't seem to get it to change so please tell me what i am missing here.