Activity Stream
48,167 MEMBERS
6894 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default help with Html image alignment

    solved
    cgworld Reviewed by cgworld on . help with Html image alignment solved Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    use css

    change:
    <td width="25%" align="left" background="backimg.png">
    to:
    <td width="25%" align="left" style="background: url(backimg.png) top center;">

  4.     
    #3
    Member
    Website's:
    tutsparadize.info Gudz.org
    <div id="wrapper">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="17%" ><img src="element.png" width="230" height="381" align="top" /></td>
    <td width="29%" align="left">middle</td>
    <td width="25%" align="left" background="backimg.png"><p>dfg</p></td>
    <td width="29%"></td>

    </tr>
    </table>

    this should do it


  5.     
    #4
    Member
    none of them work!

  6.     
    #5
    Member
    Change this:
    <td width="17%" ><img src="element.png" width="230" height="381" /></td>
    To this:
    <td width="17%" ><div style="background: url(element.png) center top no-repeat; width:230px; height:381px;">You can add text here or leave this space blank</div></td>

    to add color to this background: background: #000 url(element.png)

    It will work

  7.     
    #6
    Respected Developer
    use valign="top"
    <td width="17%" valign="top" >
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  8.     
    #7
    Member
    Why don't you use css instead ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Hiring] PSD/Image to HTML
    By Drag in forum Services
    Replies: 5
    Last Post: 17th Sep 2012, 02:58 PM
  2. [HTML] How To Align Any Image Center !
    By Rapid S in forum Web Development Area
    Replies: 28
    Last Post: 9th Sep 2012, 11:55 AM
  3. HTML/CSS (Adding an Image)
    By Jamie Holle in forum Web Development Area
    Replies: 13
    Last Post: 19th Dec 2011, 02:55 AM
  4. Alignment problem help me
    By dheeraj4uuuu in forum Web Development Area
    Replies: 3
    Last Post: 19th Jul 2011, 02:14 PM
  5. alignment help needed
    By iMage in forum Web Application/Script Support
    Replies: 15
    Last Post: 15th Apr 2010, 03:02 PM

Tags for this Thread

BE SOCIAL