473,513 Members | 2,559 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS shared borders

What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc? I'm volunteering to
build several sites and want to set it up to enable others down the
line to easily keep it up. Even though my sites won't be large,
changeing the navigation on each page to update it gets old. Any
suggestions? I do you FrontPage for visual setup with CSS.
Jul 20 '05 #1
6 2668
Cabintrail wrote:
What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc?


Shared borders are good IIRC, aside from their dependency on a certain
Microsoft product notorious for producing low quality HTML.

Alternatives: http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Jul 20 '05 #2
Cabintrail wrote:
What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc?


Shared borders are good IIRC, aside from their dependency on a certain
Microsoft product notorious for producing low quality HTML.

Alternatives: http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Jul 20 '05 #3
Cabintrail wrote in
<78**************************@posting.google.com >
What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc? I'm volunteering to
build several sites and want to set it up to enable others down the
line to easily keep it up. Even though my sites won't be large,
changeing the navigation on each page to update it gets old. Any
suggestions? I do you FrontPage for visual setup with CSS.


SSI - dead easy - http://www.bignosebird.com/sdocs/include.shtml

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.
Jul 20 '05 #4
Cabintrail wrote in
<78**************************@posting.google.com >
What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc? I'm volunteering to
build several sites and want to set it up to enable others down the
line to easily keep it up. Even though my sites won't be large,
changeing the navigation on each page to update it gets old. Any
suggestions? I do you FrontPage for visual setup with CSS.


SSI - dead easy - http://www.bignosebird.com/sdocs/include.shtml

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.
Jul 20 '05 #5
"Cabintrail" <ca********@earthlink.net> wrote in message news:78**************************@posting.google.c om...
What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc? I'm volunteering to
build several sites and want to set it up to enable others down the
line to easily keep it up. Even though my sites won't be large,
changeing the navigation on each page to update it gets old. Any
suggestions? I do you FrontPage for visual setup with CSS.


If your key requirement is easy upkeep by other people, using FP
is probably a mistake -- unless you are certain that they will
always be FP users and will have the same FP release. It would be
much better for them (and for you) to build the site using a
standard-compliant non-WYSIWYG editor.

You can always import standard-compliant code into FP or any other
editing tool.

Somebody else has already pointed you to
http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another
I strongly recommend using PHP to include non-variant blocks
of markup. It's portable, free and very easy to learn.

'Large' sites (my arbitrary definition is more than 10,000 pages)
are built with tools which are quite different from FP, but any
size website can be built using the method suggested above.
As an example, I manage a site which has about 25,000 pages --
all of which have common menus and stylesheets.

Each page begins with <?php require('header.php'); ?> and ends
<?php require('footer.php'); ?>

The header.php file contains the whole of the HEAD markup,
including a link to the common stylesheet. Text for the title, etc,
is passed in as a variable, eg:
<title><?php echo $ptitle ; ?></title>
The site-wide menu is also in this file.

The footer.php file contains a secondary menu, and other site-wide
data.

It would probably take you no more than one day to understand and
implement a similar solution. After that, you will have a scaleable
management system that you can apply to most web projects.
Jul 20 '05 #6
"Cabintrail" <ca********@earthlink.net> wrote in message news:78**************************@posting.google.c om...
What do people do who have large websites and use CSS, without using
shared borders, how do you update navigation, etc? I'm volunteering to
build several sites and want to set it up to enable others down the
line to easily keep it up. Even though my sites won't be large,
changeing the navigation on each page to update it gets old. Any
suggestions? I do you FrontPage for visual setup with CSS.


If your key requirement is easy upkeep by other people, using FP
is probably a mistake -- unless you are certain that they will
always be FP users and will have the same FP release. It would be
much better for them (and for you) to build the site using a
standard-compliant non-WYSIWYG editor.

You can always import standard-compliant code into FP or any other
editing tool.

Somebody else has already pointed you to
http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another
I strongly recommend using PHP to include non-variant blocks
of markup. It's portable, free and very easy to learn.

'Large' sites (my arbitrary definition is more than 10,000 pages)
are built with tools which are quite different from FP, but any
size website can be built using the method suggested above.
As an example, I manage a site which has about 25,000 pages --
all of which have common menus and stylesheets.

Each page begins with <?php require('header.php'); ?> and ends
<?php require('footer.php'); ?>

The header.php file contains the whole of the HEAD markup,
including a link to the common stylesheet. Text for the title, etc,
is passed in as a variable, eg:
<title><?php echo $ptitle ; ?></title>
The site-wide menu is also in this file.

The footer.php file contains a secondary menu, and other site-wide
data.

It would probably take you no more than one day to understand and
implement a similar solution. After that, you will have a scaleable
management system that you can apply to most web projects.
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3454
by: Hostile17 | last post by:
I've been trying to figure out a good way to make a CSS layout with nice-looking 1-pixel borders around the table cells. The only broadly compatible way to do this I know of is to have * the...
2
2402
by: Haines Brown | last post by:
This may seem a pointless question, but I'm trying work around an inconsistency between browsers. I have a template that contains a division that holds a text that sometimes exists and sometimes...
1
2686
by: Melissa | last post by:
A form in my database has multiple subforms. If any subform has no data, the borders of the subform still display on screen and also are printed if I print the main form. Reports are different. If...
1
1730
by: Melissa | last post by:
Sorry if this becomes a repeat! I am having trouble with my newsreader and don't know if this got posted yeserday or not or if anyone responded. A form in my database has multiple subforms. If...
1
5832
by: Glen Vermeylen | last post by:
Hi, For a project at school we have to automate the assignment of seats in classrooms to students during the exams. The lady who previously did everything manually kept the layouts of the...
10
7708
by: Matt Kruse | last post by:
See: http://www.mattkruse.com/temp/offsetleft.html It appears that the offsetLeft value in IE6 (other versions not tested) incorrectly ignores the border width on a DIV when there is a width:...
9
2918
by: Michael Redbourn | last post by:
Hi, I just switched from FP to DW and am very very happy ! So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I thought that I'd try and find out how to add borders for browers...
18
3451
by: coachjerry | last post by:
I'm a senior citizen with a tech background, though a newbie to programming and style sheets. I'm usually able to make HTML and css changes to existing designs, but I'm stuck on this one and would...
2
30810
by: nicstel | last post by:
Hello, I'm trying to find documentation about the xlwt (py_excelerator). I want to change the border of some cells. But the only types that I found is: double and dashed. How to do a simple line...
0
7260
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7160
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7384
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7537
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7099
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7525
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3222
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1594
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
799
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.