Hello, I need someone quickly to fix one small error in code. This is how front page should look like: http://e-stonia.co.uk/project/glenmore/screenshot/glenmore_mainpage.jpg This is how sub-page should look like: http://e-stonia.co.uk/project/glenmore/screenshot/glenmore_mainpage.jpg The buggy HTML can be seen here: http://e-stonia.co.uk/project/glenmore and here: http://e-stonia.co.uk/project/glenmore/older As you can see the problem is footer. The footer should look like in HTML same as in screenshots. Please, quote $ and let me know if this can be done for Sunday 1pm (GMT +0 London time) as I need to implement it to CMS tomorrow and I'm in hurry myself to finish the HTML today.
last part of your page has.. <di class="footer"> < id="infotab"> <p>Glenmore Forestry Ltd. | 11415 United Kingdom | Phone 699 8080 | Fax 699 808 | E-mail: <a href="#">glenmore@yahoo.co.uk</a></p> </div> <img src="images/foot.png" /> </div> </div> </body> Code (markup): Maybe try use <div class="footer"> <div id="infotab"> <p>Glenmore Forestry Ltd. | 11415 United Kingdom | Phone 699 8080 | Fax 699 808 | E-mail: <a href="#">glenmore@yahoo.co.uk</a></p> </div> <img src="images/foot.png" /> </div> </div> </body> </html> Code (markup):
Sent you a PM with the fix but use what PsyHost posted. Replace the full code he provided, not just the </html> Didn't notice the: < id="infotab"> needed to be fixed as well.
Did you fix the two div mistakes i corrected aswell? <di class="footer"> < id="infotab"> Code (markup): to <div class="footer"> <div id="infotab"> Code (markup):