Welcome Guest [Log In] [Register]
Viewing Single Post From: HTML, distribute images in a cell
clayt
Member Avatar
I'm not crazy... ask my toaster!
well could'nt you add a Stylesheet.

Code:
 

#image_red {
float:left;
}

#image_blue {
float:center;
}

#image_yellow {
float:right;
}


then add a div into the HTML

Code:
 

<div id="image_red">
<img src="where your image is" </img>
</div>

etc....



I might have just read your post wrong tho and got confused, so im sorry if this doesnt help.






Offline Profile Quote Post
HTML, distribute images in a cell · Web Development