Question
aligning text with image using using dreanvweaver cc
I am trying to align text with an imahe the folloeing is the css for the image and html
css in external style sheet
.parrotimg {
float left;
margin: 0 10px 10px 10px;
width: 195px;
height: 156px;
}
I then added the html
<div class="parrotimg"><img src="Images/red_parrot_on_computer_lg_clr_6287.gif">Text goes here</</div>
However, I dont know the css to align text with image
