Thanks for your assistance clye, the footer now is consistent. Reason I asked to change the font family, is because I find the links a little hard to read(a bit too dark and narrow). I thought changing the font-family(since there was no bolding) would make a difference but it does not. I wanted so that its lighter and a little wider (makes it easy on the eyes). This is shown on this footer:
http://www.cooltechcentral.com/. and in
http://www1.macys.com/
by the way for the footer in cooltechcentral.com site is there an html code for the small greater then sign symbol before each link or is this only accomplished by an image?
-----
Regarding moving the links, I tried the following procedure to move the link titled "Links" into another table entry(similar to what I wanted to do with the Terms of Use)
---------- Steps followed to accomplish the above---------------
In includes/languages/comstock/english.php
wrote the following declaration:
define('BOX_INFORMATION_LINKS', 'Links');
Then in includes/languages/english/extra_definitions/comstock/footer_menu_defines.php
wrote the following deceleration:
Define('LINKS','<li><a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a></li>');
uploaded both files and nothing changed. I am not a programmer but I followed similar procedure to your last post for the "Terms of Use" but this seems to be just a name change, and the DEFINE statements are all there. How can I do this with a brand New undefined Link?
Many Advanced thanks for all your help Clyde..
Bookmarks