|
Adult
Video Chat ...
Live Video Chat is the newest in chatting
technology. Chat one-on-one with your webcam or just watch
someone else's broadcast. IncredibleCams.com
#1 Chat Avenue
Free chat rooms for adults, kids, teens, singles and more.
Adult Chat World
The world of adult chat.



|
Brandon's Chat Backdoors Chat HTML
Making a link to another page
Code: <a href="http://www.any_site.com/">Any
Site</a>
Example: Click <a href="http://www.bbackdoors.com/">here</a> to go
to Brandon's Backdoors!
Product: Click here to go to Brandon's Backdooors!
To display a picture
Code: <img src="http://www.any_site.com/any_pic.gif">
Example: This is my banner: <img
src="http://www.bbackdoors.com/images/backdoors.gif">
Product: This is my banner:
Changing the color of your font
Code: <font color=XXXXXX> (Where X = a number 1-9 or letter A-F)
Example: <font color=4d4dff>This is the font color 4d4dff</font>
Product: This is the font color 4d4dff
Bold, Center, Italics
Code: <b>, <center>, <i>
Example: <b>This text is bold</b>, <center>This text is
center</center>, <i>This text is in italics</i>.
Product: This text is bold,
This text is center,
This text is in italics.
Another way of changing you font color
Code: <font color=X> (Where X = a name of a color)
Example: <font color=red>This text is red</font>
Product: This text is red
Other colors are also usable, such as purple, blue, orange, yellow, etc... Just replace
red with the color of your choice.
This text is purple!
This text is blue!
This text is orange!
This text is yellow!
This text is green!
Changing your font size
Code: <font size=X> (Where X = any number 1-7)
Example: <font size=5>This is font size 5</font>
Product: This is font size 5
Other font sizes:
Font size 1
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font size 7
|