Increase the width of rich text field on mozilla browser

Hi,I want to increase the field length(rich text) on firefox.

I searched the forum for this, but the code I got, only increased the

normal text field size on IE and firefox. I used width=800px and size=800px but the rich text field length is not changing on firefox

I used the above code in field properties → HTML tab → style

Please Help me out with this.

Thanks

Subject: increase the width of rich text field on mozilla browser

hi

actually i had to write size=800 in field properties ->HTML attributes and it Worked!!!

Subject: increase the width of rich text field on mozilla browser

The style box is used for applying css styles so you would have to write in width:800px; height:300px; etc (don’t forget those semicolons between parameters and colons instead of equals signs).

Have a look at css styles on the tinterweb. It’s be much clearer for you. I manually code the html in another bit of software then preview on the browser to get the formatting correct then port it across to notes - I find it cuts down the development time.

Subject: RE: increase the width of rich text field on mozilla browser

It was of help…Thank you so much!