• Resolved ll_borderline

    (@ll_borderline)


    i am not really sure where to post this. but i need help. this website is for my boss’s client. and i was the one who set it up but for some reason i cant figure out why the white background went missing in the homepage https://www.normasayour.com if you check other pages its perfectly fine. but the homepage is a little bit mess up. can somebody help me how to fix it? thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The closing </div> for <div id=”wrap”> is in the wrong place.

    It’s like this at the moment:

    <div id="wrap">
    	<div id="header"><div>
    	<div class="clear"></div>
    	<div id="navbar"><div>
    	<div id="homepage"><div>
    </div>
    <div class="clear"></div>
    <div id="footer"></div>

    but should be like this:

    <div id="wrap">
    	<div id="header"><div>
    	<div class="clear"></div>
    	<div id="navbar"><div>
    	<div id="homepage"><div>
    	<div class="clear"></div>
    	<div id="footer"></div>
    </div>

    Thread Starter ll_borderline

    (@ll_borderline)

    thank you for your help ^^

    You’re welcome.

    Can you please put this as resolved? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘homepage problem’ is closed to new replies.