Notices
Non Scooby Related Anything Non-Scooby related

How do you make sizeable web pages?

Thread Tools
 
Search this Thread
 
Old 26 June 2000, 07:02 PM
  #1  
Greg Small
Scooby Regular
Thread Starter
 
Greg Small's Avatar
 
Join Date: Aug 1999
Posts: 97
Likes: 0
Received 0 Likes on 0 Posts
Post

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
Old 27 June 2000, 01:54 PM
  #2  
DBDOM
Scooby Regular
 
DBDOM's Avatar
 
Join Date: Apr 2000
Posts: 133
Likes: 0
Received 0 Likes on 0 Posts
Post

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
Old 27 June 2000, 01:56 PM
  #3  
DBDOM
Scooby Regular
 
DBDOM's Avatar
 
Join Date: Apr 2000
Posts: 133
Likes: 0
Received 0 Likes on 0 Posts
Post

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"
Old 27 June 2000, 01:59 PM
  #4  
DBDOM
Scooby Regular
 
DBDOM's Avatar
 
Join Date: Apr 2000
Posts: 133
Likes: 0
Received 0 Likes on 0 Posts
Post

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"
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Rbon91
ScoobyNet General
49
21 November 2018 03:23 PM
Frizzle-Dee
Essex Subaru Owners Club
13
01 December 2015 09:37 AM
Sam Witwicky
Engine Management and ECU Remapping
17
13 November 2015 10:49 AM
south_scoob
ScoobyNet General
22
03 October 2015 01:05 PM
alcazar
Non Scooby Related
37
27 September 2015 10:35 PM



Quick Reply: How do you make sizeable web pages?



All times are GMT +1. The time now is 04:45 AM.