Question:

Im trying to figure out how to move text on the side of my scroll boxes.how to i do it?

by  |  earlier

0 LIKES UnLike

my myspace link is.

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=278471888

i want text on the side of the two green scroll boxes.HELPP!

 Tags:

   Report

1 ANSWERS


  1. alright, i'll try and help you.  

    I don't know what your code looks like, but go to your "Who I'd like to meet section"

    There should be a section that looks like

    <div (some text)>

    "don't ever let anyone make you feel like you don't deserve what you want. -10 things i hate about you"

    </div>

    Then, there will be another box that looks like

    <div (some text)>

    "hello people!

    this is katie marie wolfchief hacking into maria francesca delano's myspace. i love this gir......"

    </div>

    Okay, so between these two boxes, try putting this code

    <div style="float:right; border-width: 0px; background-color: white; width: 100px;">

    <p>

    (Type in your text here, but without the parantheses)

    </p>

    </div>

    If it looks funky, i think you can figure out how to change the items in the <div> header bracket to make it look right.

    if that doesn't work, then just try

    <div style="float:right;">

    <p>

    (Type in your text here, but without the parantheses)

    </p>

    </div>

    Alright, I hope that helps.

    The reason why you can't see your text there, is that your scrollboxes cover everything up, so any text will be put behind them.   So, this code just creates an invisible box beside them that just contains text.  

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.