PC Review


Reply
Thread Tools Rate Thread

How do I layout a site in SSI

 
 
=?Utf-8?B?bWlnZ29sczk5?=
Guest
Posts: n/a
 
      4th Aug 2006
When I use Layout Tables, they mess up and squash pages. Frames are very
messy. I want to make a site with a header, a footer, a navigation bar on the
left and one on the right. Does anyone know how to do this? If not do you
know any alternatives?
 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      4th Aug 2006
> Does anyone know how to do this?

Yes.

* create tables that don't mess up and squash pages
* use stacked static divs

The secret is going to be -

* learn some HTML, especially how to build tables

This is meant to be helpful, not sarcastic.

--
Murray
--------------
MVP FrontPage


"miggols99" <(E-Mail Removed)> wrote in message
news:E78714CC-8180-42D9-BB38-(E-Mail Removed)...
> When I use Layout Tables, they mess up and squash pages. Frames are very
> messy. I want to make a site with a header, a footer, a navigation bar on
> the
> left and one on the right. Does anyone know how to do this? If not do you
> know any alternatives?



 
Reply With Quote
 
P@tty Ayers
Guest
Posts: n/a
 
      4th Aug 2006

"miggols99" <(E-Mail Removed)> wrote in message
news:E78714CC-8180-42D9-BB38-(E-Mail Removed)...
> When I use Layout Tables, they mess up and squash pages. Frames are very
> messy. I want to make a site with a header, a footer, a navigation bar on
> the
> left and one on the right. Does anyone know how to do this? If not do you
> know any alternatives?


I do this all the time. The choices for layout are really:

-- HTML tables
-- CSS-positioned divs and other elements

I'm not certain what you mean by "Layout Tables" - if it's a special
FrontPage feature, that's not what I'm talking about.

HTML tables as a page layout tool work just fine, and are definitely less
complicated to learn to use. I often create a page design using tables,
generally "stacking" them rather than nesting them, wherever possible.
Often, a stack of tables set to about 780px wide: one for the masthead, one
for the main central area including the left navbar and main content, and
one for the footer.

Once this single page is just the way I want it, I take the masthead,
navbar, and footer, and make each into a server-side include. Then I save
the HTML page as a "page skeleton" (just to use a different term than
"template", since that usually means other things to us). Mine is just a
simple HTML page, with the include calls in it, which I "Save As" to create
each new page.

Hope that might help,


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



 
Reply With Quote
 
P@tty Ayers
Guest
Posts: n/a
 
      4th Aug 2006

"Murray" <(E-Mail Removed)> wrote in message
news:%23uCPrr%(E-Mail Removed)...

> * learn some HTML, especially how to build tables


Murray is right (of course). If you do this first, the directions I gave you
will be easy.


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--


 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      5th Aug 2006
You don't. You probably mean CSS.

SSI is "Server Side Includes" which is a method of including one page in
another.

CSS - Cascading Style Sheets is the method to do with layout and style.

"miggols99" <(E-Mail Removed)> wrote in message
news:E78714CC-8180-42D9-BB38-(E-Mail Removed)...
> When I use Layout Tables, they mess up and squash pages. Frames are very
> messy. I want to make a site with a header, a footer, a navigation bar on
> the
> left and one on the right. Does anyone know how to do this? If not do you
> know any alternatives?



 
Reply With Quote
 
=?Utf-8?B?bWlnZ29sczk5?=
Guest
Posts: n/a
 
      5th Aug 2006
Ok. I used absolute positioning, but things are moving. The header is fine,
the navigation bars are fine, but the main part moves. The DIV goes to the
right place, but the file included goes under the left navigation bar. Does
anyone know how to fix this?
 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      5th Aug 2006
Fix your absolute positioning.
Without seeing the page it will be very difficult to comment further, but
problems like this are usually down to incorrect application of
positioning.
A straightforward table (NOT layout tables) layout is usually much easier.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"miggols99" <(E-Mail Removed)> wrote in message
news:9C042A8D-23FB-4842-B234-(E-Mail Removed)...
> Ok. I used absolute positioning, but things are moving. The header is
> fine,
> the navigation bars are fine, but the main part moves. The DIV goes to
> the
> right place, but the file included goes under the left navigation bar.
> Does
> anyone know how to fix this?



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      5th Aug 2006
If you are going to use absolute positioning, you need to read this page -

http://www.great-web-sights.com/g_layerlaws.asp

--
Murray
--------------
MVP FrontPage


"miggols99" <(E-Mail Removed)> wrote in message
news:9C042A8D-23FB-4842-B234-(E-Mail Removed)...
> Ok. I used absolute positioning, but things are moving. The header is
> fine,
> the navigation bars are fine, but the main part moves. The DIV goes to the
> right place, but the file included goes under the left navigation bar.
> Does
> anyone know how to fix this?



 
Reply With Quote
 
=?Utf-8?B?bWlnZ29sczk5?=
Guest
Posts: n/a
 
      5th Aug 2006
I have put the DIV in the right place but the page I want to include moved to
under the left navigation bar. It has somehow moved out of the DIV. There is
plenty of room. How do I fix it?

Page: tu.windtemple.net/tests/template.shtml
 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      5th Aug 2006
Before troubleshooting this page, fix the invalid HTML -

</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
marginwidth="0" marginheight="0">
<div style="position: absolute; z-index: 1" id="header">
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
marginwidth="0" marginheight="0">
<center>

Note the multiple </head> and <body> tags....

--
Murray
--------------
MVP FrontPage


"miggols99" <(E-Mail Removed)> wrote in message
news:B815D045-D253-41AA-8445-(E-Mail Removed)...
>I have put the DIV in the right place but the page I want to include moved
>to
> under the left navigation bar. It has somehow moved out of the DIV. There
> is
> plenty of room. How do I fix it?
>
> Page: tu.windtemple.net/tests/template.shtml



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Choosing Layout: Css-Layout or Table-Layout hpourfard@gmail.com Microsoft ASP .NET 1 19th Jun 2006 11:06 AM
Layout Tables and site-wide construction =?Utf-8?B?Z3V5c2hvbWVuZXQ=?= Microsoft Frontpage 1 8th Nov 2005 01:39 AM
Disable layout tools for entire site? Larry Microsoft Frontpage 10 24th Aug 2004 12:01 AM
Beta testers needed for Web Page Layout, Controls, and Site Navigation Add-in Robert Weatherford Microsoft ASP .NET 0 12th Apr 2004 05:06 PM
Layout errors on site when viewed on smaller desktop monitors =?Utf-8?B?UFdE?= Microsoft Frontpage 3 19th Jan 2004 04:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:28 AM.