Thread: Dictionary FAQ
View Single Post
Old 02-12-2014, 09:42 AM   #74
CougarMellenhead
Junior Member
CougarMellenhead began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2014
Device: Kindle Paperwhite
You are very quick and helpful each time! Thanks so much for pointing me in the right direction.

For anyone that may be wondering how I got around using floats, I just made a very simple table with the text in one box and the image in an adjacent one. Like so:

<table><tr>

<td>text</td>
<td><img src="example.png"></td>

</tr></table>

It's probably not the most elegant solution, but it seems to work fine.

Once again, thanks for the help! If I have any more questions, I'm coming straight back to you. :]
CougarMellenhead is offline   Reply With Quote