how do i create a right-side border in frontpage?

R

robswebs

website www.sussextoafrica.com has a left sidebar which has been set up
toscroll. We would like to be able to create laft and right sidebars to share
the existing contents of the left sidebar, whilst retaining the existing text
between the two sidebars. Can this be done please?
 
R

Rob Giordano [MS MVP]

Isn't it bad enough you're using frames? you want to add a third frame
duplicating the content of the left nav. frame? Did you try it?
Are you aware of the problems you are likely to encounter using frames to
begin with?
 
H

Hot-text

Can this be done O yes Mr. robswebs in 5min
Put the Code in you FrontPage Editor so you can get the side the way you
like it!


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.6000.16939" name=GENERATOR>
<TITLE>Introduction</TITLE>
<SCRIPT language=javascript
src="../New%20Mob%20Club%20Web/Index_files/random_ad.js"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
// -->
</SCRIPT>
</HEAD>
<FRAMESET rows=40%,*>
<FRAME name=topFrame borderColor=#050000 src="Borders/home_page_header.htm"
scrolling=no>
<FRAMESET cols=22%,*>
<FRAME name=leftFrame borderColor=#050000 src="Borders/side_bar.htm"
scrolling=no>
<FRAMESET cols=74%,26%>
<FRAME name=mainFrame borderColor=#050000 src="index_files/index.htm">
<FRAME name=rightFrame borderColor=#050000 src="Borders/right_side_bar.htm"
scrolling=no>
</FRAMESET>
</FRAMESET>
</FRAMESET>
</HTML>

Remember to make a page name right_side_bar.htm
Yours
Hot-Text
 
R

Rob Giordano [MS MVP]

I didn't say it couldn't, I said: what did he try, and is he aware of
problems that frames can CAUSE....are you?

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression Web
 
O

OPOLily

I am unaware of the problems with frames, as I'm learning w/book at my elbow.
Please elaborate.
 
T

Tom Willett

Start here:
http://www.google.com/#hl=en&source...=g-m2&oq=cons+of+using+fr&fp=6b22d27f49a5e7dd
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage Since 1997
---------------------------
:I am unaware of the problems with frames, as I'm learning w/book at my
elbow.
: Please elaborate.
: --
: Just Me
:
:
:
: "Rob Giordano [MS MVP]" wrote:
:
: > Isn't it bad enough you're using frames? you want to add a third frame
: > duplicating the content of the left nav. frame? Did you try it?
: > Are you aware of the problems you are likely to encounter using frames
to
: > begin with?
: >
: >
: >
: > --
: > ~~~~~~~~~~~~~~~~~~
: > Rob Giordano
: > Microsoft MVP Expression Web
: >
: >
: >
: >
: >
: >
: > : > > website www.sussextoafrica.com has a left sidebar which has been set
up
: > > toscroll. We would like to be able to create laft and right sidebars
to
: > > share
: > > the existing contents of the left sidebar, whilst retaining the
existing
: > > text
: > > between the two sidebars. Can this be done please?
: >
: >
 
H

Hot-text

Rob Giordano you can not say this

No Microsoft Editor do well in Frameset that form FrontPage to Microsoft
Expression Web (On a 1 to 10 I give them a 0) << AceHTML by Visicom Media
(On a 1 to 10 I give them a 7) HTML-Kit (On a 1 to 10 I give them a 2)

But Ifame and Table <<Hmm I say that FrontPage is #1 (On a 1 to 10 I
would give they a 8) No problems in Ifame and Tables....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<TITLE></TITLE><!-- Created on: 12/1/2009 -->
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="" name=description>
<META content="" name=keywords>
<META content="me" name=author>
<META content="MSHTML 6.00.6000.16939" name=GENERATOR></HEAD>
<BODY>
<TABLE width="100%" summary="" border=0>
<TBODY>
<TR>
<TD width="100%"><IFRAME style="WIDTH: 994px; HEIGHT: 333px" name=header
src="http://www.sussextoafrica.com/Borders/home_page_header.htm"></IFRAME></TD></TR></TBODY></TABLE>
<TABLE width="100%" summary="" border=0>
<TBODY>
<TR>
<TD width="50%"><IFRAME style="WIDTH: 300px; HEIGHT: 586px"
name=side_bar
src="http://www.sussextoafrica.com/Borders/side_bar.htm"></IFRAME></TD>
<TD width="50%"><IFRAME style="WIDTH: 675px; HEIGHT: 587px" name=main
src="http://www.sussextoafrica.com/index_files/index.htm"></IFRAME></TD></TR>
</TBODY></TABLE>
</BODY></HTML>
 
R

Rob Giordano [MS MVP]

physcodribble




--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression Web
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top