Forum Moderators: not2easy
<div style="width: 246px">
<img src="blah1" width="246" /><br />
This is a caption
</div>
<div style="width: 246px">
<img src="blah2" width="246" /><br />
This is a caption
</div>
You can view the whole page here:
[websites-graphics.biz...]
For ease of viewing, I have saved a copy of the stylesheet as a *.txt file here:
[websites-graphics.biz...]
I would appreciate suggestions!
Mike Wilkinson
Since you are new, please check the charter and tos for the rules on posting links.
Linking: We do not post 'test pages' or 'examples'. or personal urls of any nature. We prefer to educate by giving people authoritative resources and prevent any possible conflicts of interest...
Have you tried floating both of the div's to get them side by side? Just add float: left; into the style tags of each of the div's. (I usually float both, although you may only have to float the first one.)
*edit* Even better, what edisraf321 said.