thewillistree Posted March 8, 2009 Report Share Posted March 8, 2009 I've finally managed to get my home page almost how I want it - but wondered if someone more au fait with code could tell me how to adjust the position of the items in the left and right columns?I'd like to get rid of the gaps at the top of those two columns which are currently above the 'Site Map' and 'Top Ten Surnames' items.I've attached my index.php file for reference.Hoping someone can help me out!index.php Quote Link to comment Share on other sites More sharing options...
Brett Posted March 9, 2009 Report Share Posted March 9, 2009 I'd like to get rid of the gaps at the top of those two columns which are currently above the 'Site Map' and 'Top Ten Surnames' items.Not much time this morning Paul but try putting valign="top" (or is that align="top", can't seem to think today) in the tr or td tags<table class="home_table"> <tr> <!-- This is the navigation bar on the left. You can add or remove items as you wish. --> Quote Link to comment Share on other sites More sharing options...
thewillistree Posted March 10, 2009 Author Report Share Posted March 10, 2009 Thanks BrettThe 'valign="top"' worked for me!PaulNot much time this morning Paul but try putting valign="top" (or is that align="top", can't seem to think today) in the tr or td tags<table class="home_table"> <tr> <!-- This is the navigation bar on the left. You can add or remove items as you wish. --> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.