Jump to content

adding a line to a table


MeganH

Recommended Posts

I am trying to add a line to a table (actually a shopping cart) at the moment there is a box around the word Checkout and the lines are too close.

I've tried adding in a line using <tr> at the beginning and then </tr> at the end but am having no luck 

I am completely new to any kind of coding what so ever so i'm sorry if it is a dumb question.

 

At the moment the coding round the checkout is:

 

<td id='cart-widget-links' colspan="5">

<a target="_parent" href="<?php echo get_option('shopping_cart_url'); ?>" title="<?php _e('Checkout', 'wpsc'); ?>" class="gocheckout"><?php _e('Checkout', 'wpsc'); ?></a>

<form action="" method="post" class="wpsc_empty_the_cart">

<input type="hidden" name="wpsc_ajax_action" value="empty_cart" />

<a target="_parent" href="<?php echo htmlentities(add_query_arg('wpsc_ajax_action', 'empty_cart', remove_query_arg('ajax')), ENT_QUOTES, 'UTF-8'); ?>" class="emptycart" title="<?php _e('Empty Your Cart', 'wpsc'); ?>"><?php _e('', 'wpsc'); ?></a>

 

If anyone can help be I would really really appreciate it... I can beg if you want

 

Megan

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.