Image placement on myspace

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abumpus
    New Member
    • Nov 2009
    • 4

    Image placement on myspace

    i want the words to simply flow as such
    but on the right side i want a picture..
    i cant seem to find a code that will let me
    type like this with a picture to the right--->
    like you would see in a book. please help!
  • mrjohn
    New Member
    • May 2009
    • 31

    #2
    It has been a little while, but I think this might do it...
    <img src="whateveh" alt="whateveh" style="float: right;" />

    Comment

    • abumpus
      New Member
      • Nov 2009
      • 4

      #3
      clearly im an idiot bc i cant seem to make it work

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Without a link we can only guess but myspace is a coding nightmare to begin with.

        Comment

        • mrjohn
          New Member
          • May 2009
          • 31

          #5
          Odd... I tried it on Blogger and it worked. Perhaps it is just MySpace.

          Comment

          • abumpus
            New Member
            • Nov 2009
            • 4

            #6
            so you mean if i send you the link to my site you could help?

            Comment

            • drhowarddrfine
              Recognized Expert Expert
              • Sep 2006
              • 7434

              #7
              That's the only way anyone would try but, again, myspace is a nightmare.

              Comment

              • abumpus
                New Member
                • Nov 2009
                • 4

                #8
                Allison Bumpus (usicksicklittlemoocow)'s profile on Myspace, the place where people come to connect, discover, and share.

                Comment

                • drhowarddrfine
                  Recognized Expert Expert
                  • Sep 2006
                  • 7434

                  #9
                  Actually, mrjohn had it right, and it's the easiest thing to do. Wherever you insert your text, just insert at the very beginning <img src="whatever" style="float:ri ght"> but it must be in the text area and not seperate as you have it now.

                  For example:
                  Code:
                  <h2><img src="" style="float:right">Who I'd like to meet</h2>
                  
                  <p><img src="" style="float:right">This guy dresses like my son</p>

                  Comment

                  • drhowarddrfine
                    Recognized Expert Expert
                    • Sep 2006
                    • 7434

                    #10
                    I laughed when I saw the markup on this page. They use the html5 doctype now but tell IE to emulate IE7. The markup is a lot cleaner than it used to be so I might not ignore myspace users as much as I have in the past.

                    Comment

                    Working...