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
https://forums.phpfreaks.com/topic/90704-simple-newbie-question/
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>

Archived

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

×
×
  • 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.