|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Folks,
I am having some issues with a rather anoying and very presisten line of space in my website. Teh site can be found at nfpc dot org dot uk. The line i am refering to is between the navigation buttons, and the main body. I would like these navigation buttons to be sitting flush on top of the body so that their is no background showing between. I ahve tried and tried to fix this but no luck, Any ideas? |
|
||||
|
At first glance (in FireFox) and assuming you want the body to align (centered) with the header graphic, it would appear that you've got an open <div> tag somewhere but I see you've used a table based layout.
Let me take a look.
__________________
. Printer ink & toner cartridges in Canada | Web Payroll, online HR tools, time & attendance Last edited by Dubbya; 05-25-2009 at 01:17 PM. |
|
||||
|
Here's one solution:
Start by saving a duplicate of your home page for editing. Don't make any sweeping changes until after you've tested the results across all major browsers. Open your duplicate page. Starting at approximately line 38, remove the following code: HTML Code:
<tr> <td style="text-align: center;"><center><table> <tr align="center"> <td> <ul id="tabmenu"> <li><a href="http://nfpc.org.uk/index.shtml" id="Home">Home</a></li> <li><a href="http://nfpc.org.uk/History/Index.shtml" id="History">History</a></li> <li><a href="http://nfpc.org.uk/Services/Index.shtml" id="Services">Services</a></li> <li><a href="http://nfpc.org.uk/Songs/Index.shtml" id="Songs">Songs</a></li> <li><a href="http://nfpc.org.uk/BoysBrigade/Index.shtml" id="BB">Boys Brigade</a></li> <li><a href="http://nfpc.org.uk/GirlGuids/index.shtml" id="GG">Girl Guides</a></li> <li><a href="http://nfpc.org.uk/Toddlers/index.shtml" id="Toddlers">Toddlers</a></li> <li><a href="http://nfpc.org.uk/ContactUs/index.shtml" id="Contacts">Contact Us</a></li> </ul> </td> </tr> </table> </center></td> </tr> HTML Code:
<table width="100%" > <tr> <td style="text-align: center; margin-left:auto; margin-right:auto"><center><table class="Header" > <tr> <td ><img src="http://nfpc.org.uk/Imgs/logo2.jpg" height="70px" width="50px" alt="Logo" /></td> <td>Northfield Parish Church</td> <td align="right"><img src="http://nfpc.org.uk/Imgs/logo2.jpg" height="70px" width="50px" alt="Logo" /></td> </tr> </table> </td> </tr> <tr align="center"> <td style="text-align: center; vertical-align: top;" align="center"> <ul id="tabmenu"> <li><a href="http://nfpc.org.uk/index.shtml" id="Home">Home</a></li> <li><a href="http://nfpc.org.uk/History/Index.shtml" id="History">History</a></li> <li><a href="http://nfpc.org.uk/Services/Index.shtml" id="Services">Services</a></li> <li><a href="http://nfpc.org.uk/Songs/Index.shtml" id="Songs">Songs</a></li> <li><a href="http://nfpc.org.uk/BoysBrigade/Index.shtml" id="BB">Boys Brigade</a></li> <li><a href="http://nfpc.org.uk/GirlGuids/index.shtml" id="GG">Girl Guides</a></li> <li><a href="http://nfpc.org.uk/Toddlers/index.shtml" id="Toddlers">Toddlers</a></li> <li><a href="http://nfpc.org.uk/ContactUs/index.shtml" id="Contacts">Contact Us</a></li> </ul> <table class="MainArea" style="text-align: center;"> At the very least, be sure to test the page in Internet Explorer and FireFox before replacing the code in the rest of your pages. Don't forget to delete the duplicate page when you're satisfied that all is well! Don't hesitate to ask for more assistance and please pass along my best regards to Stella!
__________________
. Printer ink & toner cartridges in Canada | Web Payroll, online HR tools, time & attendance |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vertically align | Xylina | Web Programming Discussion Forum | 1 | 07-12-2006 06:01 PM |
| Unable to align 2 flash buttons & firefox question | myforevervideo | Graphics & Design Discussion Forum | 3 | 12-25-2005 05:21 AM |
| Reading body before navigation | onelife | Graphics & Design Discussion Forum | 2 | 10-18-2005 08:43 PM |
| css text-align in IE | souvik das | Graphics & Design Discussion Forum | 7 | 05-06-2005 06:47 AM |
| Unable to upgrade PHP | fizzlesquirt | IT Discussion Forum | 3 | 03-21-2005 03:14 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |