Buying Fix one small error in HTML/CSS code

Discussion in 'Programming' started by e-stonia, Mar 27, 2010.

  1. #1
    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.
     
    e-stonia, Mar 27, 2010 IP
  2. PsyHost

    PsyHost Well-Known Member

    Messages:
    641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 2
    #2
    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):
     
    PsyHost, Mar 27, 2010 IP
  3. e-stonia

    e-stonia Active Member

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Missing </html> is a good note but that doesn't fix the issue. Thanks anyway:)
     
    e-stonia, Mar 27, 2010 IP
  4. jWebXpress

    jWebXpress Well-Known Member

    Messages:
    646
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 1
    As Buyer:
    100% - 1
    #4
    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. :)
     
    jWebXpress, Mar 27, 2010 IP
  5. PsyHost

    PsyHost Well-Known Member

    Messages:
    641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 2
    #5
    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):
     
    PsyHost, Mar 27, 2010 IP
  6. e-stonia

    e-stonia Active Member

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Oooh, right <div> not <di>. Thanks a lot.
     
    e-stonia, Mar 27, 2010 IP
  7. e-stonia

    e-stonia Active Member

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    I'm too tired - making silly mistakes. Should go and get some sleep instead:D
     
    e-stonia, Mar 27, 2010 IP
  8. PsyHost

    PsyHost Well-Known Member

    Messages:
    641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 2
    #8
    is it all good now? :)
     
    PsyHost, Mar 27, 2010 IP
  9. e-stonia

    e-stonia Active Member

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    Not yet, but at least I got somewhere:) Thanks.
     
    e-stonia, Mar 27, 2010 IP
  10. PsyHost

    PsyHost Well-Known Member

    Messages:
    641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 2
    #10
    what else is up with it?
     
    PsyHost, Mar 27, 2010 IP