ScoobyNet.com - Subaru Enthusiast Forum

ScoobyNet.com - Subaru Enthusiast Forum (https://www.scoobynet.com/)
-   Non Scooby Related (https://www.scoobynet.com/non-scooby-related-4/)
-   -   How do you make sizeable web pages? (https://www.scoobynet.com/non-scooby-related-4/15716-how-do-you-make-sizeable-web-pages.html)

Greg Small 26 June 2000 07:02 PM

Any web designers on the BBS??

I am using MS Publisher 98 to make up a few web pages but cant figure out how to make them resizeable. If the page is larger than the screen you get a scroll bar which I am trying to avoid. Any ideas..

Cheers Greg http://bbs.scoobynet.co.uk/smile.gif

DBDOM 27 June 2000 01:54 PM

Within the source code you will see the something like the following

<FRAME SRC="top.html NAME="top"> all you need to do is put the following part in so it looks like this.

<FRAME SRC="top.html" SCROLLING="NO" NAME="top">

example:

<FRAMESET ROWS="55,*" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
<FRAME SRC="top.html" SCROLLING="NO" NAME="top">
<FRAMESET COLS="79%,21%" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
<FRAME SRC="mentor.html" SCROLLING="NO" NAME="main">
<FRAME SRC="blank.htm" NAME="right">

Hope this helps

Dom

DBDOM 27 June 2000 01:56 PM

FRAMESET ROWS="55,*" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
<FRAME SRC="top.html" SCROLLING="NO" NAME="top">
<FRAMESET COLS="79%,21%" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
<FRAME SRC="mentor.html" SCROLLING="NO" NAME="main">
<FRAME SRC="blank.htm" NAME="right"

DBDOM 27 June 2000 01:59 PM

Sorry im not doing very well here, i typed in the HTML and it dissapeared. try again,

within the frameset you need to put in scrolling=no this will stop the scrolling for that particular frame.

FRAMESET ROWS="55,*" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0"
FRAME SRC="top.html" SCROLLING="NO" NAME="top"
FRAMESET COLS="79%,21%" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0"
FRAME SRC="mentor.html" SCROLLING="NO" NAME="main"
FRAME SRC="blank.htm" NAME="right"


All times are GMT +1. The time now is 01:22 PM.


© 2024 MH Sub I, LLC dba Internet Brands