Code: Select all
blockquote img {
max-width: 200px;
max-height: 200px;
}
Maybe because I think of the complex way rather than the simple way. Where exactly would I put that bit of CSS?Wolfsblvt wrote:Why not doing this with a simple css style?
Should be the one for prosilver.Code: Select all
blockquote img { max-width: 200px; max-height: 200px; }
(untested)
In the stylesheet of the style you use.HiFiKabin wrote: Maybe because I think of the complex way rather than the simple way. Where exactly would I put that bit of CSS?
I am using prosilver. I'll have a play with it laterWolfsblvt wrote:In the stylesheet of the style you use.HiFiKabin wrote: Maybe because I think of the complex way rather than the simple way. Where exactly would I put that bit of CSS?
It is at (phpbb root folder)/styles/(yourstyle)/theme/(fittingfile).css
Wich style do you use?
Yes. subsilver2 has another layout for everything. You can inscept the html of a quote in the browser.HiFiKabin wrote:I have added it to subsilver2/theme/stylesheet.css and it doesn't work there. Any ideas?
.quotecontent img
.Code: Select all
.quotecontent img {
max-width: 200px;
max-height: 200px;
}
.postbody
for subsilver2.Code: Select all
.postbody img {
max-width: 600px;
}