Title
Text goes here.
You can put as many as you want.
Just copy and paste.
Bold
Italics
Underline
Link
Title
Text goes here.
You can put as many as you want.
Just copy and paste.
Bold
Italics
Underline
Link
Credits
Coding help by
rineo
Note: This code is merely a template of a simple DIV layout. If you want something more advanced, feel free to add your own elements to the stylesheet. (If you don't know your CSS, try reading
this guide.)
I specified the XXX's for you to edit. Simply change the properties according to how you want your layout to turn out.
- - -
background: url(backgroundimage.jpg) repeat #XXX;
backgroundimage.jpg - replace with the background image's URL
**
repeat - replace with either: repeat-y (vertically) or repeat (horizontally and vertically)
background - replace with the color: use the word (black) or its equivalent 6-digit hexcode (#000000)
background: #XXX;
font-family: XXX;
font-size: XXX;
color: #XXX;
text-align: XXX;
text-transform: XXX;
background - replace with the color: use the word (black) or its equivalent 6-digit hexcode (#000000)
font-family - replace with a font: arial, tahoma, verdana, etc.
font-size - replace with a number: use small fonts (10 to 12px) for the main text and larger fonts for titles (15 to 18px)
color - replace with the color: use the word (black) or its equivalent 6-digit hexcode (#000000)
text-align - replace with either: left, right, center, or justify
text-transform - replace with either: lowercase, UPPERCASE, or none
< img id="rineo" src="headerimage.jpg" >
< div style="position: absolute; top: XXXpx; left: XXXpx; width: XXXpx;" >
headerimage.jpg - replace with the header image's URL
**
top - how far away you want the content to be from the top of the page
left - how far away you want the content to be from the left of the page
width - how wide you want the content to be

- - -
Preview ~ Save ~ and you're done !
back to top
Result
The petpage you see here was created using this tutorial (give or take a few CSS codes here and there.)