1 (edited by Dal 2005-03-15 17:55)

Topic: Change postleft width?

Hi

I'm wondering if you guys might know how I can change the width of the postleft field.
When someone posts a picture wich are to big, the layout brakes... sad

Here's a screen...

http://dalle.shacknet.nu/screen.jpg



Edit: There is no stuff with postleft in the css-file...

2

Re: Change postleft width?

Thats how wide images are supposed to behave. The same goes for unbroken strings of text and stuff inside code tags. Altering the width of the left column won't help you.

3

Re: Change postleft width?

Edit again, i fixed it smile I just put all the 185px values in the viewtopic.php to 141px ... smile

4

Re: Change postleft width?

Now see what happens when somebody posts a 1400px wide image smile

5

Re: Change postleft width?

Oh yes... that looks ugly.
But in our case its quite good... We have set a rule that says "maxium size for pictures are 640*480"... And if the picture is bigger than that we see it more easy and now the 640*480 pix fits smile

6 (edited by chuvi 2005-03-15 23:17)

Re: Change postleft width?

Did you ever tried css max-width property?

img {max-width:640px;}

Sometimes it could be handy... wink
But sometimes it wont work in IE... sad

PS. Take a look : http://www.w3schools.com/css/tryit.asp? … css_height