Results 1 to 7 of 7
-
27th Sep 2011, 12:12 PM #1OPMember
help with Html image alignment
solved
cgworld Reviewed by cgworld on . help with Html image alignment solved Rating: 5
-
27th Sep 2011, 02:54 PM #2Member
use css
change:
<td width="25%" align="left" background="backimg.png">
<td width="25%" align="left" style="background: url(backimg.png) top center;">
-
27th Sep 2011, 03:24 PM #3MemberWebsite'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
-
27th Sep 2011, 08:16 PM #4OPMember
none of them work!
-
27th Sep 2011, 09:13 PM #5Member
Change this:
<td width="17%" ><img src="element.png" width="230" height="381" /></td>
<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
-
27th Sep 2011, 09:21 PM #6Respected 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.
-
27th Sep 2011, 09:22 PM #7Member
Why don't you use css instead ?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Hiring] PSD/Image to HTML
By Drag in forum ServicesReplies: 5Last Post: 17th Sep 2012, 02:58 PM -
[HTML] How To Align Any Image Center !
By Rapid S in forum Web Development AreaReplies: 28Last Post: 9th Sep 2012, 11:55 AM -
HTML/CSS (Adding an Image)
By Jamie Holle in forum Web Development AreaReplies: 13Last Post: 19th Dec 2011, 02:55 AM -
Alignment problem help me
By dheeraj4uuuu in forum Web Development AreaReplies: 3Last Post: 19th Jul 2011, 02:14 PM -
alignment help needed
By iMage in forum Web Application/Script SupportReplies: 15Last Post: 15th Apr 2010, 03:02 PM
themaPoster - post to forums and...
Version 5.36 released. Open older version (or...