1 replies
  • WEB DESIGN
  • |
Hi Guys,

Newbie here that requires a bit a HTML help.

I have a photo which I want to get to the very left had side of my website.

For example if you look at the warrior forums the site is pretty much in the middle with about two inches of space on the left and right hand side except for the bottom right hand side that says "The War Room" at the far right.

That is exactly what I want to do with my picture but have it on the very far left side.

Heres the codes I have tried ( I removed the picture info) but each one does the same thing. It keeps the picture in the middle of the site at the bottom of the text.


<br /><br /><br /><img title="" src="" alt="Avatar" width="298" height="442" /></span></p>

<table border="7">
<tbody>
<tr>
<td align="left">&nbsp;</td>
</tr>
<tr>
<td><img src="" alt="" /></td>
</tr>
</tbody>
</table>


<img style="float: left;" src="" alt="" /

Your help is greatly appreciated.

Regards,
JB
#html
  • Profile picture of the author SamirSM
    Originally Posted by jb456223 View Post

    Hi Guys,

    Newbie here that requires a bit a HTML help.

    I have a photo which I want to get to the very left had side of my website.

    For example if you look at the warrior forums the site is pretty much in the middle with about two inches of space on the left and right hand side except for the bottom right hand side that says "The War Room" at the far right.

    That is exactly what I want to do with my picture but have it on the very far left side.

    Heres the codes I have tried ( I removed the picture info) but each one does the same thing. It keeps the picture in the middle of the site at the bottom of the text.


    <br /><br /><br /><img title="" src="" alt="Avatar" width="298" height="442" /></span></p>

    <table border="7">
    <tbody>
    <tr>
    <td align="left">&nbsp;</td>
    </tr>
    <tr>
    <td><img src="" alt="" /></td>
    </tr>
    </tbody>
    </table>


    <img style="float: left;" src="" alt="" /

    Your help is greatly appreciated.

    Regards,
    JB

    You can create a div tag:

    <div style="float:left;margin-left:**px;text-align:left; width:**px;"><img/></div>

    again it depends on where you place the code.
    {{ DiscussionBoard.errors[3166362].message }}

Trending Topics