PDA

View Full Version : Simple Question, I Believe...


esntric
08-01-2002, 09:00 AM
I'm sure this is a very simple, basic question, and makes me look rather pathetic...
How do I eh....dont know what its called.
http://www.wlrs.com/index2.html
The way that theres the two spots at the top and on the left side that dont move, that scroll with the page or something.
How do I do that?

Sorry to bother you all with such a basic question.

Thanks in advance. :)

boxer_1
08-01-2002, 10:56 AM
Hi, I assume you're talking about frames. Here's a link to a good tutorial that explains frames in terms that are easy to understand: http://hotwired.lycos.com/webmonkey/html/96/31/index3a.html

Is this what you were after?

esntric
08-01-2002, 11:03 AM
Yes. Exactly. Thank you very much. Frames...how ignorant of me. :D

boxer_1
08-01-2002, 11:07 AM
Originally posted by esntric
Yes. Exactly. Thank you very much. Frames...how ignorant of me. :D

You're welcome :thumbsup: . Not ignorant at all, have to learn sometime and asking questions is a good way to do so. Good luck ;) .

esntric
08-01-2002, 12:32 PM
In that case, theres a border on my frames. The bar which allows you to resize them. How do I get rid of that, or edit its color? Make it so the frames fit together and touch? I'm sure this will be my last question regarding frames for atleast a few months. :cool:

boxer_1
08-01-2002, 03:10 PM
You can set your frameset up like this, adding the bolded attributes:

<frameset cols="200,*" framespacing="0" border="0" frameborder="No">

Then, add the bolded attributes below to your frame:

<frame name="left" scrolling="no" marginheight="0" marginwidth="0" noresize src="yourPage.html">

Does that do the trick for you?

esntric
08-01-2002, 03:15 PM
Yes it does. Thank you for your wonderful help.:D

It is very much appreciated.:thumbsup: