Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    May 2008
    Posts
    605
    Tokens
    0

    Default

    Personally I'd make the image float left and the text will follow:

    HTML Code:
    <img alt='' title='' src='yourimage.png' align='left' height='heightofimage' width='widthofimage'/>

  2. #12
    Join Date
    Feb 2006
    Location
    /usr/local
    Posts
    2,809
    Tokens
    688

    Latest Awards:

    Default

    Quote Originally Posted by Excellent1 View Post
    Personally I'd make the image float left and the text will follow:

    HTML Code:
    <img alt='' title='' src='yourimage.png' align='left' height='heightofimage' width='widthofimage'/>
    You dont always need to declare the height and the width of the image..

  3. #13
    Join Date
    Jun 2007
    Posts
    1,757
    Tokens
    105

    Latest Awards:

    Default

    Steephen i tried your one and it worked, ty, mod close thread please.
    Get back imma let my gat go,
    got a itchy finger... imma leave a fat hole.
    - Giggs :: Ruthless Freestyle

    I owe rep to - .:Jack120:. HabbDance

  4. #14
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    In DIV's:
    <div align="right/left/center">YOUR TEXT HERE</div>

    Tables:
    <p align="right/left/center">

  5. #15
    Join Date
    May 2008
    Posts
    605
    Tokens
    0

    Default

    Quote Originally Posted by Meti View Post
    In DIV's:
    <div align="right/left/center">YOUR TEXT HERE</div>

    Tables:
    <p align="right/left/center">
    Easiest way is just aligning the image.

  6. #16
    Join Date
    Aug 2008
    Posts
    112
    Tokens
    0

    Default

    Quote Originally Posted by Meti View Post
    In DIV's:
    <div align="right/left/center">YOUR TEXT HERE</div>

    Tables:
    <p align="right/left/center">
    In this will work efficiently enough:
    Code:
    <td align="left/right"> Text ness</td>

  7. #17
    Join Date
    Jun 2007
    Posts
    1,757
    Tokens
    105

    Latest Awards:

    Default

    MOD close thread please.
    Get back imma let my gat go,
    got a itchy finger... imma leave a fat hole.
    - Giggs :: Ruthless Freestyle

    I owe rep to - .:Jack120:. HabbDance

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •