Hi Lynn,
After some testing, I found a problem with the code. The code doesn't apply to the comments, only the entries. Any solution for that? I also have to test this, but I think the fix you gave me before for the CMS doesn't apply to the comments as will.
Thank you!
--------------- Added [DATE]1311872852[/DATE] at [TIME]1311872852[/TIME] ---------------
I'm trying to fix the img tag in the blog comments problem but I'm not sure if this is right?
Code:
.blogcontent img {
max-width: 800px;
}
.posttext img {
max-width: 800px;
}