image align left/right not working since upgrade
-
The image align is no longer working anymore since the upgrades in various sites of mine. If I do it with html it works. But since I wont be updating this site, someone with no html knowledge can’t do this so I need it to function but can’t figure out what is wrong. See below for example and what code I entered. Any help would be appreciated!
NOT WORKING
https://blog.kaneohebusinessgroup.com/about/Working with manual html
https://blog.kaneohebusinessgroup.com/about/message-from-the-president/Code I entered into 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;
}
- The topic ‘image align left/right not working since upgrade’ is closed to new replies.