Anyone have a mod that will allow me to force all pages to display in a specific resolution and prevent users from changing screen resolution? Essentially I just want to change the width to 755 pixels.
I tried going into the files and changing the table % to the appropriate pixel size but it totally screwed things up.
you can use javascript to force the browser window to the size you want, and make it resize to that specific size if it is changed.
However, if you just stick your entire forum in a table which is 755 pixls wide, it won't matter what they do with their browser, your forum will always be 755 wide, they only stretch if you give them a % width.
I am really green when it comes to this stuff. I just get by with html on my own however mostly use Frontpage. So can you tell me which files I need to edit and what lines I should start and end the table.
that will work huwr, but if a user posts am images say 850 pixels wide, the table width goes out the window. It may also be a good idea to disable images if you are serious about the look