Announcement
Collapse
No announcement yet.
edit posts...
Collapse
X
-
Are you using one of the advanced editors? It appears that the editor buttons on the top are missing but the gap is still there. Is that the problem to which you are referring? I don't have this problem in my FF browser.
Do you have this problem on the default style? A style modification might be to blame.
-
it would appear that it indeed is template related...damnit!
what could it be....
update: got it!
added a css max-width for images....
Code:/* BEGIN Image resize */ #posts IMG { max-width: 95%; height: expression(this.height > 1024 ? "1024px" : true); width: expression(this.width > 768 ? "768px" : true); } #collapseobj_threadreview IMG { max-width: 95%; height: expression(this.height > 1024 ? "1024px" : true); width: expression(this.width > 768 ? "768px" : true); } /* END Image resize */
Last edited by kalleball; Sat 11 Nov '06, 11:54am.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment