Guest Posted November 26, 2004 Posted November 26, 2004 Thanks to the support from ya'll I have finally gotten my logo on the header. There is a large empty space to theright of the logo and I would like to add my text "Loves Who She Is" in that space and off of the index page. I had it there once, below the logo, could not get it to the right of the logo. HELP?!?! http://www.loveswhosheis.com/ecommerce/os/catalog/index.php
Guest Posted November 26, 2004 Posted November 26, 2004 why dont you set that up in a table? <{POST_SNAPBACK}> :lol: If only I knew how! I thought I had it in a table? I think I need a resource for basic php codes. I think <td> is the start of a table? Perhaps there is a "Dummies for PHP" book or an online resource I hav not found yet for basic php commands? The line I have now is: <td valign="left"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'frontgirl.jpg', 'LovesWhoSheIs') . '</a>'; ?> <p align="right"><font size="7" color="#FF0099"><b><font face="Harrington, High Tower Text, Garamond, Franklin Gothic Book, Elephant">Loves Who She Is</font></b></font></p></td> I know you make your living doing this, but I really need a free push n the right direction. :huh:
Guest Posted November 26, 2004 Posted November 26, 2004 why dont you set that up in a table? <{POST_SNAPBACK}> let me rephrase that entire line <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="left"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'frontgirl.jpg', 'LovesWhoSheIs') . '</a>'; ?> <p align="right"><font size="7" color="#FF0099"><b><font face="Harrington, High Tower Text, Garamond, Franklin Gothic Book, Elephant">Loves Who She Is</font></b></font></p></td> <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> </tr> </table>
Guest Posted November 26, 2004 Posted November 26, 2004 you have all the items on one line. your image has a size of 260, your text has a font size of 7 . . .
Guest Posted November 26, 2004 Posted November 26, 2004 why dont you set that up in a table? <{POST_SNAPBACK}> Oh I think I got it now....not exactly where I want it but it's much better
Recommended Posts
Archived
This topic is now archived and is closed to further replies.