Tronscript
Member
- Aug 18, 2012
- 93
- 8
Well, just look for yourself. This is a website I've been developing and this background shiz is getting me mad.
You must be registered for see links
<td align="left"></td>
It only aligns the images; not any of the actual contentThis never happen to me but this MIGHT help..
HTML:<td align="left"></td>
.left, .right {
width: 50%; /* Floated elements technically need a width specified. */
}
.left {
float: left;
}
.right {
float: right;
}
<div class="left">left</div>