table / div help [please]
table / div help [please]
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- ********0
Something along these lines:
CODE:
<div class="imageBox">
<img src="image" alt="image">
</div>CSS:
.imageBox {
float: left;
}
Something along these lines:
CODE:
<div class="imageBox">
<img src="image" alt="image">
</div>
CSS:
.imageBox {
float: left;
}