Jump to content

Simple newbie question


SteveMT

Recommended Posts

I'm currently laying out a product page:

 

http://smtdesigns.co.uk/rideonmowers/xe70.html

 

I've think I've done it quite 'slap-sash' as currently my layout skills are still developing...

 

The main simple problem is the the 'buy' button is supposed to be below the price (which it isn't in safari and IE)

 

As mentioned, the layout of the rest of the page (the content rather than menus etc) isn't great so if you have time to nose through the code to give me some advice on that as well, free.

 

Cheers

Steve

Link to comment
Share on other sites

Find

<div class="ProductPrice"><span class="NewPrice">£949</span> </div>
<div class="buy2"><img class="right"src="images/buy.jpg" alt="Buy" width="54" height="20" /></div>

replace with

<div class="ProductPrice">
  <span class="NewPrice">£949</span><br />
  <img class="right"src="images/buy.jpg" alt="Buy" width="54" height="20" />
</div>

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.