Posts: 33,936
Threads: 1,272
Joined: May 2025
I can increase the header and footer on my pages, and I see that it adds space while moving the whole site down.
Is there something else you would do with it? or use it for?
If I want more space above my site, wouldnt I just use padding instead?
Any insights or even pointing to a web site that would explain it is fine.
Googled and looked at wikipedia, no answer... unless Im using the wrong words...
Posts: 9,978
Threads: 645
Joined: May 2025
Reputation:
0
A header is where you see what a web site is about or is called, like the Macresource header with logo at the top of this page.
Posts: 32,462
Threads: 3,127
Joined: Apr 2025
Reputation:
0
headers and footers are organizational constructs. You put stuff in there that is usually static for most if not all pages within a site.
Posts: 33,936
Threads: 1,272
Joined: May 2025
thanks.
wasnt sure if thats what they were referring to or not.
since this is iWeb, each page redraws regardless -- Im pretty sure creating a header wont matter.
Posts: 13,726
Threads: 599
Joined: Nov 2024
Reputation:
0
There's no such technical beast as a "web page header."
Many pages have areas at the top of the page like a masthead which may comprise of some navigational, informational or other content, but this is entirely up to the web designer or team. This content is simply comprised of HTML elements like DIV, P, UL, OL, IMG, EMBED/OBJECT, H1, H2 or whatever else you fancy.
There are also HTML elements called "headers," which function like headlines or subheads, and use the tags, H1 - H6.
Then there is the HTML "HEAD" element itself, which contains information that the end user does not generally see on the page, like the document title, meta information, links to external resources like CSS or javascript files, etc.
There's also HTTP request and response headers, which is an entirely different thing altogether. These are machine codes which communicate messages from the server to the client like the type of content that's being sent, redirect codes, and other important stuff.
Posts: 33,936
Threads: 1,272
Joined: May 2025
Thanks for the details Seacrest.
I wish I understood even 1/4 of that. =(