Forum Moderators: mack

Message Too Old, No Replies

Help needed with Frames...

White border shows around frames...

         

sofia

11:25 am on Jun 19, 2004 (gmt 0)

10+ Year Member



Dear All,

I am fairly new to webdesign (even though I've been designing several pages over the last few years, I've been keeping it simple).
I have now tried for the first time to design a page with frames. I have run it through the Validator, and it comes out clean. Still, white frames appear all around my frames, even though I have frameborder="0" in every single frame code.
Does anyone have any idea?

Also, I have been doing some reading on frames (while trying to understand my problem), and it shows that they are far worse than I first thought. But I feel that they are really good for my design. Does anyone know of alternatives that would allow me to:
1) not have the whole page reload at every click, and
2) would make it possible to scroll down only the main text area (iFrames, maybe?).

Thanks a lot in advance for any help!

Sofia

Alternative Future

12:55 pm on Jun 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi sofia,

>>I have now tried for the first time to design a page with frames. I have run it through the Validator, and it comes out clean. Still, white frames appear all around my frames, even though I have frameborder="0" in every single frame code.

Have you tried using the marginwidth and margin height? If I recall I had a simaler problem when I designed my first site in frames and I think that was the solution.

<frameset rows="num,num" framespacing="0" border="0" frameborder="0">
<frame src="" marginwidth="0" marginheight="0" scrolling="no" noresize />

>>Also, I have been doing some reading on frames (while trying to understand my problem), and it shows that they are far worse than I first thought. But I feel that they are really good for my design. Does anyone know of alternatives that would allow me to:

Someone else might be able to answer with a solution to this query.

HTH,

-George

j4mes

3:17 pm on Jun 19, 2004 (gmt 0)

10+ Year Member



Hi sofia,

1) not have the whole page reload at every click

There's some pretty funky stuff you can do with Javascript if you post in that forum :)

2) would make it possible to scroll down only the main text area (iFrames, maybe?).

You can use CSS to format a textarea to do this, so you aren't having to load an external page.

HTH

James.

walrus

4:16 pm on Jun 19, 2004 (gmt 0)

10+ Year Member



I think if your browsers 800 x 600 and the page exceeds that you might get that symptom too.

This code has worked well for me.I guess you can use pixels or percentages.

<FRAMESET COLS="140,635" frameborder="0" framespacing="1" border="0" scrolling="Auto">