I have a web page problem

compunerd632

New member
I'm working on a web page, but I'm having some problems. Check here. Ignore the content, it's pretty stupid. The problem is that I can't get the right margin to go away so the table stretches all the way across. I've tried rightmargin="0" and that seems to do nothing. If someone would take a look I would be very grateful. Thanks.
 
it has to be something with the frames.. because when I view it without the frames, it's stretched out to both left and right
 
Ok, I think I found it..

The browser is reserving space for the scrollbar, so if you add scrolling="Yes" to "mainFrame", there will always be a scrollbar there.. I think that's the only way out...

It's been a long time since I've worked with frames, so feel free to correct me.. ;)
 
Back
Top