Div Layers
Div layers can be used to place text or images on certain places on your page.
1 Copy the following code:
<div style="position:absolute;top:#px;left:#px;width:#;height:#">
blahblah
</div>
2 Change the #px to however far from the top and left you want the image/text to appear in pixels.
3 Where blahblah is, you can either write text in there, or place an image :)









