Forums

Home Page formating help (12 posts)

  1. daniel000
    Member
    Posted 2 years ago #

    Hi,
    My site is - http://www.aflsource.com , the problem I'm having is with my home page.

    I have a html page loading up 1st which will display an intro to the site which then has a link to my post entries.

    I cant get this html page to be formated correctly, at the moment you will be able to see that there is a white line that i cant get rid of, and the white background will not sit in the correct place.

    Hopefully someone can give me a hand, the project is due at the end of the week

    thank you
    daniel

  2. daniel000
    Member
    Posted 2 years ago #

    bump

  3. daniel000
    Member
    Posted 2 years ago #

    any ideas

    sorry for spamming, im really stuck and this assignment is due soon

  4. daniel000
    Member
    Posted 2 years ago #

    bump

  5. a_johnson
    Member
    Posted 2 years ago #

    This assignment?

    FWIW, you need to find the correct container to apply the background to. Use a php include for a php page for the intro. I didn't see a white line.

  6. alchymyth
    The Sweeper
    Posted 2 years ago #

    ideally, all bumpers should be ignored ;-)
    it's against the forum rules

    check:

    html{
    	background:#edf9fe url(images/bgr_html.gif) repeat-x;
    	border-bottom:5px solid #ffffff;
    }

    PS get yourself the developer add-on for firefox and/or the firebug - it's free and if you do more webstuff, it is a very good tool to find things like white lines ;-)

  7. daniel000
    Member
    Posted 2 years ago #

    hey thanks alchymyth

    I couldnt find the code that you posted tho /

  8. daniel000
    Member
    Posted 2 years ago #

    also how can i find the white line using web developer in firefox?

  9. daniel000
    Member
    Posted 2 years ago #

    Hey ignore my other 2 posts

    found the code you provided and i deleted

    border-bottom:5px solid #fffff;

    it removed the line.

    The only problem i have now is if you can check the site, you will notice on the left side there is a shadow and on the right there isnt.

    im not sure what to do to get rid of the shadow.

  10. alchymyth
    The Sweeper
    Posted 2 years ago #

    the sheadow, it's the background image of #footer:

    #footer{
    
    	width:100%;
    
    	background:url(images/bgr_footer.png) no-repeat;
    
    	padding:20px 0 50px 0;
    
    }

    about the develper add-on firefox:

    there is the toolbar -> dropdown button 'CSS' -> 'view style information':
    when you mouse-over your webpage, it highlights the html elements and on click gives you possibly the styles of these elements.

  11. daniel000
    Member
    Posted 2 years ago #

    Ok thanks

    Im not sure why its being shown on the HTML document which is the welcome page, and then on the other pages, its not being shown

    i deleted the background:url line, but it did nothing

  12. alchymyth
    The Sweeper
    Posted 2 years ago #

    you can find the line in : http://aflsource.com/wp-content/themes/Stripey/style.css

    and it is still in there:

    /* FOOTER */
    
    #footer{
    	width:100%;
            background:url(images/bgr_footer.png) no-repeat;
    	padding:20px 0 50px 0;
    
    }

    if you make changes to the styles, and cannot see any results, try refreshing the browser window by presing CTRL F5

    good luck with the assignment ;-)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.