Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting an extra > character showing up on page...


rustyclockwork

Recommended Posts

Hello,

 

This is the section of code:

 

<td align="center" class="smallText" width="33%" valign="top"><?php echo '<a href="' . tep_href_link(FILENAME_TIN_TOY_REPAIRS).'">' . tep_image(DIR_WS_IMAGES . 'tin_toy_restoration.gif', $alt = 'Tin Toy Repairs & Restorations',$width = '125', $height = '71', '<br>' . 'Toy Repairs and Restorations') . '</a>'; ?></td>

 

And it showing up with an extra ">" right after the text "Toy Repairs and Restorations"

 

Thank you for any ideas,

 

Jason

Link to comment
Share on other sites

<td align="center" class="smallText" width="33%" valign="top">
<?php echo '<a href="' . tep_href_link(FILENAME_TIN_TOY_REPAIRS).'">' . tep_image(DIR_WS_IMAGES . 'tin_toy_restoration.gif', 'Tin Toy Repairs & Restorations','125', '71') . '<br>Toy Repairs and Restorations</a>'; ?></td>

That works (pic & text link)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

And the angel said unto them, Fear not: for, behold, I bring you good tidings of great joy, which shall be to all people.

 

For unto you is born this day in the city of David a Saviour, which is Christ the Lord.

Luke 2:10-11 (King James Version)

:)

 

And a happy New year!

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...