Thanks, but if I chanage the coding of the sector, that won't affect all the images of the message? isn't better to just change the cleditor html output?
You already have text align center, thats my point. Its a dirty method. Unless i was looking at a different post.
There was an error rendering this rich post.
SevMC said: isn't better to just change the cleditor html output?>
I would think so
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Parent div is .Message
image shoud be .Message img
But before that you have div style=text align center
That needs to change to sonething like div class="myImage"
Our internet has been throttled grrr but this is page I was on earlier
http://www.makeitsound.org/discussion/246/studebakers-blacksmith-shop-nebula-album
I applied the text align manually in that discussion, but the editor normally use <div align="center"> like in here: http://www.makeitsound.org/discussion/236/how-slash-sees-us
<div align="center">
Is also a good idea tu use the class="myImage". (sorry for the delay)
class="myImage"
Answers
Thanks, but if I chanage the coding of the sector, that won't affect all the images of the message? isn't better to just change the cleditor html output?
You already have text align center, thats my point. Its a dirty method. Unless i was looking at a different post.
There was an error rendering this rich post.
I would think so
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Parent div is .Message
image shoud be .Message img
But before that you have div style=text align center
That needs to change to sonething like div class="myImage"
Our internet has been throttled grrr but this is page I was on earlier
http://www.makeitsound.org/discussion/246/studebakers-blacksmith-shop-nebula-album
There was an error rendering this rich post.
I applied the text align manually in that discussion, but the editor normally use
<div align="center">
like in here: http://www.makeitsound.org/discussion/236/how-slash-sees-usIs also a good idea tu use the
class="myImage"
.(sorry for the delay)