wrap text around image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dreamer81
    Senior Member
    • May 2005
    • 474
    • 3.7.x

    wrap text around image

    Is it possible to wrap the text around the image??? Like you can do in word ????


    ???
    My site
    www.coolservice.dk
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    In xhtml/css? Yes

    in vbulletin? yes, if you apply modifications to attachments, etc.


    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>Untitled Document</title>
    </head>
    
    <body>
    <img src="" alt="placeholder" width="75" height="75" align="left" id="placeholder" style="background-color: #CCCCCC" />this is just a lot of text ..
    this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text ..
    this is just a lot of text ..
    this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. 
    this is just a lot of text ..
    this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. 
    this is just a lot of text ..
    this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text ..
    this is just a lot of text ..
    this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. this is just a lot of text .. 
    </body>
    </html>

    Comment

    • dreamer81
      Senior Member
      • May 2005
      • 474
      • 3.7.x

      #3
      What i mean is wrap the text around an image in my post???

      when i write posts here in vbulletin???
      My site
      www.coolservice.dk

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        That requires customization. You will have to update the templates from vbulletin to align="left" to the tag of the image, so the text besides it will wrap. Customization support is done through vbulletin.org

        Comment

        • Freesteyelz
          Senior Member
          • Jan 2006
          • 530

          #5
          In fact, there is a BB code hack that just came out (I think for 3.6) that will position images to either float:left or :float:right. I haven't tested it out yet but just from looking at the screenshots it's a nice idea. As Floris mentioned, go to vB.org and you'll find it there.

          Comment

          Related Topics

          Collapse

          Working...