View Full Version : Help Me Please!!!


natdabrat
05-07-2003, 11:45 PM
Oh, hi peoples...HELP ME PLEASE! Can anyone take the time to tell me about layouts? Like how to get the little message box on the picture?

Elentari
05-08-2003, 04:16 PM
You would have to be more specific so we can help you out....but take this for example.

Lets say you have a picture of a.....*thinks*.......tv and then inside the tv you want to enter all your text....you can do it as follows...(obviously make sure to change the values to where you want it to be)

<a href="tvpicture.jpg" style="position:absolute; top:50, left:50">

<div style="font-size:10pt; color:#000000; font-family:verdana; position:absolute; top:50; left:50">This is where all the text goes</div>


That code above would position a div where you can put writing directly on top of the picture by using the positioning......

Of course there's tons of different ways to do things but that's just one example....

sabrinastar
05-10-2003, 06:07 AM
yeah, just start out with something basic for now, like frames (right & left) or something... you can come back to this site and learn the harder stuff later. that's how i did it, anyway...