|
Author |
Message |
Brad
Joined: 13 Dec 2004
Posts: 102
Location: AL
|
Posted: Sun Aug 28, 2005 11:13 am Post subject: What's wrong with this html? |
|
|
Ok so ive made a simple expanding header...and it expands...the only problem is that the very end excludes the top and bottom portions of the header, which are different layers. I have no idea how this happens and nothing I can do will correct it. Here's everything.
|
|
|
|
|
Brad
Joined: 13 Dec 2004
Posts: 102
Location: AL
|
Posted: Sun Aug 28, 2005 12:59 pm Post subject: |
|
|
btw i realize there is a /tr,/table missing that was just caught, but the problem remains. |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Mon Aug 29, 2005 12:36 pm Post subject: |
|
|
Try the following code in the head section of your page:
Code: |
<head>
<style type="text/css">
body {
margin: 0;
}
</style>
</head>
|
_________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Mon Aug 29, 2005 12:37 pm Post subject: |
|
|
Nevermind. That's not the problem. I really would need to see this in an actual webpage somewhere so I could play with it. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
|