Wrapping text around Images
-
My text will not wrap around images, my images have text in them, I have read instructions on here and put this in my css:
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}.alignright {
float: right;
}.alignleft {
float: left;
}Text ends up underneath the photo. PLEASE HELP?
Thanks Debz
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Wrapping text around Images’ is closed to new replies.