Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding text to header with image


Guest

Recommended Posts

Posted

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

Posted
why dont you set that up in a table?

 

 

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

Posted
why dont you set that up in a table?

 

 

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>

Posted

you have all the items on one line. your image has a size of 260, your text has a font size of 7 . . .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...