![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
Adding a footer box with CSS
This is what I currently have:
http://www.policeposers.com/test/ I'm still learning CSS so bear with me. I want to add a box to the bottom that I can put my copyright info into along with anything else I might need in the future. I want it to be the same style as the header box where it goes as wide as the page goes. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: Adding a footer box with CSS
Before you go on, you may want to validate your webpage. This will make it easier to go on ensuring that there will be no errors.
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#4 (permalink) | |
|
Registered User
|
Re: Adding a footer box with CSS
I was playing with this validator and am not impressed. It's pointing at errors that are counterdicted all over the internet (meta tags as an example). Every web site I plugged in there including high traffic popular ones had numerous errors.
Also my main error is it's not finding a character set when I already have one. Quote:
|
|
|
|
|
|
|
#5 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: Adding a footer box with CSS
You're using XHTML 1.0, so you have to close your tag. With any tag that doesn't have a closing tag, you must put a forward slash before he ending parenthesis. For example, <table> requires a </table> closing tag. However <meta> doesn't so you would use <meta />.
For the char set, use: Code:
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> Also, you don't have to follow EVERYTHING that the validator recommends, just use it to find minor errors. It's always tough to have a good-looking website that is 100% valid.Let me guess, you tested google in the validator.
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#6 (permalink) |
|
Registered User
|
Re: Adding a footer box with CSS
I tested a few web sites that I knew were good and it still failed them. I'll try the char set when I get a chance, at work at the moment. I think what might be my hang up with the validator is my meta tags and some head information is inserted from a seperate file inserted into the page with a php insert command. I don't think the validator likes that. I'll try more things when I get the chance.
|
|
|
|
|
|
#7 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: Adding a footer box with CSS
Good thought, but that wouldn't be it. The validator validates HTML output of every file extension. Whether it be dynamic or not.
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#9 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: Adding a footer box with CSS
I'm looking at your source right now, and there is no char set definition. Put it in between the <head> </head> tag.
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#11 (permalink) |
|
Registered User
|
Re: Adding a footer box with CSS
Got it down to 35 errors instead of it telling it couldn't even test the page.
As for the cell I need I might just try to copy the code of the left content cell code and position the new cell below the left content cell. I'll do it tomorrow though, too late tonight. |
|
|
|
|
|
#12 (permalink) |
|
Registered User
|
Re: Adding a footer box with CSS
This is the code I have so far. What I want to do with the "bottom" box is make it a fixed distance from the "leftcontent" box so when the "lc" box grows or shrinks from my text/updates, the bottom box moves with it and stays at a fixed distance from it. I know the code isn't perfect but I'm still playing with it. Is there a way to do this?
css code here |
|
|
|
![]() |
| Thread Tools | |
|
|