HTML help!
My little html help page!
Misc links: Funky chickens // Lissa explains all // hex color codes
Firstly (this is the one I get most emails about) Change scrollbar colors!
Misc. Text Stuff
examples of all text in order!
text goes here!
text goes here
text goes here
text here
text goes here// text goes here// text goes here
note: font color was hotpink font face was onyx and font size was 1
Size examples!!
1 2 3 4 5 6 7
Tables
Tables are a tiny bit harder! Here is a complete table code:
<table><tr><td>blah blah</td><td>blah blah</td></tr><tr><td colspan="2">blah blah blah</td></tr></table>
Which looks like:
blah blah | blah blah |
blah blah blah |
The first part <table> is the beginning of your code! the <tr> indicates a row. the <td> indicates a column. if you would like the column to be a specific width, just type a number. here is the same code but with borders.
<table bordercolorlight=9966FF
bordercolordark=CC99FF border=2><tr><td>blah
blah</td><td>blah blah</td></tr><tr><td colspan="2">blah blah blah</td></tr></table>
looks like
blah blah | blah blah |
blah blah blah |
I'm not sure how else to explain a table to you lol! Here are some different ways to *customize* your table!
note: these go in the part that says <table> so it would be <table *whatever code*>
Background color~ bgcolor=colorhere |
background picture~ background=picture url |
border width~ border=number |
border color~ bordercolor=color |
Those are for like colors and stuff lol
for more help on tables, go here
Links
Images
Do not direct link UNLESS and thats a big UNLESS the webmaster/mistress says it is ok. Most people would prefer that you upload to your own server!
That is all for my html help (for now) if there is something you would like to see up here, email me!