SteveMT Posted February 12, 2008 Share Posted February 12, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/90704-simple-newbie-question/ Share on other sites More sharing options...
rhodesa Posted February 12, 2008 Share Posted February 12, 2008 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> Quote Link to comment https://forums.phpfreaks.com/topic/90704-simple-newbie-question/#findComment-464974 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.