Guest Posted March 6, 2008 Posted March 6, 2008 Can someone please help. I am trying to center my logo and have made the following change to the line; <td valign="middle"><div align=right><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'header.jpg', 'Jennifer\'s Bridal Utopia') . '</a>'; ?></td> It has centered it more than the original alignment, but it is not truely centered. Also, In the info boxes there is still that little bit of grey from the original color, as well as in the numbers. Where do I change that? Visit My Website
themilkman Posted March 6, 2008 Posted March 6, 2008 Can someone please help.I am trying to center my logo and have made the following change to the line; <td valign="middle"><div align=right><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'header.jpg', 'Jennifer\'s Bridal Utopia') . '</a>'; ?></td> It has centered it more than the original alignment, but it is not truely centered. Also, In the info boxes there is still that little bit of grey from the original color, as well as in the numbers. Where do I change that? Visit My Website You would probably need to to div align="center" if using html, also you have not closed your div. Also you may need to set your table tp be centered in which your logo resides. Whats the point of a signature?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.