As people have seen I have a website, I am attempting to make it so that the webpage is always one size. So in English I have several input fields that move with the size of the browser. I want them to be fixed, I use to remember the command to do this, but I forget it. It use to be HTML code, as far as I know it still works, but is there a CSS code that would allow it? I have attached my web page, I just want to know if it is even possible with the setup I have right now, or do I need to change things? I know I probably do, I haven't designed a real web page is ages... so I am going to be looking archaic with my coding so I apologize up front. View attachment Test.zip
Using a CSS style sheet you can add a wrapper to the site with a fixed width and then have the fields being a % of the wrapper. Cheers, T