On my site http://www.gamehideout.co.uk/ I am trying to get the image in the same box as "Testing, testing." while being on the right-hand side of the box (where it currently is).
What's up and how do I fix it?
Code:
<div class="context">
<img src='thumb_gen.php?forum.jpg' alt='The new look forum.' />
Testing, testing.
</div>
Code:
#content .top .context img {
border: 1px #CCCCCC dashed;
padding: 1px;
float: right;
}
What's up and how do I fix it?













