ethan wrote:
The issue lie on the template css
at the bottom of forum.css, add this
| Code: |
/* Restrict the width of forum messages */
td.fb-msgview-right table tr td div.msgtext { width: 740px; overflow: hidden; }
|
change the width to what you need to restrict
I did add this to the forum.css as instructed, then linked a large image that was 800 x 640, I changed your code to 540px, because I loathe those 800x640 images...yeck. So yes the message is narrower, and the image is smaller with the right side cut off the image. What I really wanted was a reduction or the proportions of the image, not to have it cut off part of the image... just like when you are editing images in say like photoshop, etc.. it allows you to reduce the size and keep the proportional look of the image. I hope I am making sense!
Thanks