473,397 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Headers in Using CSS

I'm trying to create a style sheet which will allow me to easily
maintain information displayed in the page header which updates with
some frequency. I initially created the header inside of a table to
help me format the images, text and background image. How can I
simulate this table using CSS so that I can make the update in one
location and have it replicate throughout the site? I'm hoping to use
the same logic to manage the information in the footer. Thanks in
advance for your help.

Feb 4 '07 #1
2 1888
ja**********@hotmail.com wrote:
I'm trying to create a style sheet which will allow me to easily
maintain information displayed in the page header which updates with
some frequency. I initially created the header inside of a table to
help me format the images, text and background image. How can I
simulate this table using CSS so that I can make the update in one
location and have it replicate throughout the site?
CSS is all about presentation, so you can (and should) use it instead of a
table to handle the layout of the header.

It isn't about content, so you can't use to include a large chunk of content
on lots of different pages. For that you should look at HTML
Preprocessors / SSI / Server side scripting

http://www.allmyfaqs.net/faq.pl?Incl...ile_in_another
--
David Dorward <http://blog.dorward.me.uk/ <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Feb 4 '07 #2
ja**********@hotmail.com wrote:
I'm trying to create a style sheet which will allow me to easily
maintain information displayed in the page header which updates with
some frequency.
This isn't something CSS is designed for. You want:
http://allmyfaqs.net/faq.pl?Include_one_file_in_another
I initially created the header inside of a table to help me format the
images, text and background image. How can I simulate this table
using CSS so that I can make the update in one location and have it
replicate throughout the site?
Using CSS, you probably do not need a table.
I'm hoping to use the same logic to manage the information in the
footer. Thanks in advance for your help.
Same for footer. Same for recurring menu. Other 'include' files.

--
-bts
-Motorcycles defy gravity; cars just suck
Feb 4 '07 #3

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

Similar topics

1
by: Google Mike | last post by:
Tell me if this can be done, and if I have a misconception here. I am writing an app that will be served up in an app farm, and therefore I need to move the session information to the client, not...
71
by: Christopher Benson-Manica | last post by:
At what point was the .h dropped from the STL headers? I just had a discussion yesterday with my boss, who said he wanted .h on all the STL includes, despite me protesting that it was not...
0
by: john bailo | last post by:
I am attempting to create a c# program to iterate through the messages in an Outlook/Exchange public folder and extract the headers. My apologies to the VB/VBA groups, but you seem to have more...
3
by: Jacky | last post by:
hi, I am trying to view the custom headers in an ASP.NET page. I am able to view all the standard headers using the method Request.Headers.Get(). But if i set a custom header using...
8
by: Andreas Klemt | last post by:
Hello, I get this error Message "cannot redirect after http headers have been sent" when I do this response.redirect ("home.aspx") How can I find out with vb.net if already a http header has...
0
by: juglesh | last post by:
Hi there, So, what's the story here? The manual says I can use an array or csv in the $recipients, but using the same array in the $headers gives me an Array@myhost.com. It works, and both...
22
by: Platero | last post by:
Hi, I've a stupid question but... The code is the following: if(($role!='tutor')&&(array_key_exists('tutor_id',$_GET))) { $possible_ids = array(2,6,7,8,9,10); $t_id = $_GET;
5
by: Milos Prudek | last post by:
I perform a XML-RPC call by calling xmlrpclibBasicAuth which in turn calls xmlrpclib. This call of course sends a HTTP request with correct HTTP headers. The response is correctly parsed by...
2
by: Spartacus | last post by:
Hello, I know there is lots of information out there and I've taken a look, but I want to learn how to do this myself. And I'm a beginner here and some of it I don't understand (so no flames,...
5
by: piedpiper | last post by:
I am coding a http proxy in c# and using httpwebrequest class to send request to the web server, when the server returns multiple set-cookie headers then the httpwebresponse object combines them all...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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...
0
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.