Question:

How do you get text in a certain area in a DIV layout? ?

by  |  earlier

0 LIKES UnLike

I'm making a DIV myspace layout.

I've made plenty before, but I need the text in a certain spot in the layout.

If you can help me out or give me a site that could help me, I would greatly appreciate it.

 Tags:

   Report

1 ANSWERS


  1. Although I hate absolute positioning, you might put your text in a styled div and set the top/left position where you want it:

    <div style="width: XXpx; position: absolute; top: YYpx; left: XXpx;">

    Your text here.

    </div>

    You can use percents for top/left/width dimensions if you wish.  You'll have to do the positioning by trial and error until you get it where you want on the page.

    Ron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions