Problems with images on forum

It's getting styled in the HTML:

PHP:
<img src="http://www.ocuk-aion.co.uk/stuff/kroney1.jpg" alt="Image" style="max-width:300px;" />

"max-width:300px" is your culprit :).

I imagine if you do a search across all of the phpbb3 files for 'max-width:300px' you'll find where it's being set. You can use notepad++ to search in multiple files at once.
 
Back
Top Bottom