Jump to content
TNG Community

tweaking my home page


thewillistree

Recommended Posts

thewillistree

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

Link to comment
Share on other sites

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. -->

Link to comment
Share on other sites

thewillistree

Thanks Brett

The 'valign="top"' worked for me!

Paul

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. -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...