Trouble with Image/Text Wrap
-
My website https://epic4life.com/ is not formatting aligned images properly. I believe my CSS is correct and it seems like the HTML is being called right, any help?
Here is an example page https://epic4life.com/our-team/
and my CSS:img{border-style:none;} img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block; margin-left: auto; margin-right: auto} a img.alignright {float:right; margin:0 0 1em 1em} a img.alignleft {float:left; margin:0 1em 1em 0} a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Trouble with Image/Text Wrap’ is closed to new replies.