Forum Moderators: open
I have a samll div which goes at the top of my pages.
I want it to show some text on the left (left aligned) and a small pic on the right (right aligned).
Here is my html so far
<div id="mydiv">
<h1 This is my text</h1>
<img src="images/nzflag.jpg" >
</div>
Any suggestions on how to get the image to align right on the same line at the text ?
Kind Regards
Digby