<div id="pageHeading">
<h1>zisland</h1>
<img src="islandpic.jpg" alt="Mountain View" style="width:50px;height:50px">
</div>
#pageHeading{
color: #000000;
width: auto;
height: auto;
text-align: center;
background-color: #800080;
}
The island image seems to be aligned beneath the "zisland" text. I'm wondering how I can adjust it so that the image appears next to the text rather than below it.