Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to fix the white space at the top issue?

  • This topic is empty.
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #142804
    Paulie_D
    Member

    Yeah…there’s a heck of a lot of inline CSS in the HTML that should be extracted to a stylesheet.

    #142940
    Rohithzr
    Participant

    i guess it is working, or not sure what you want

    #142954
    Paulie_D
    Member

    You can’t add a `src` **attribute** in CSS….it’s not a CSS property.

    #142984
    TheDoc
    Member

    Instead of using `src`, you want to use `url()`:

    #header img {
    background: url(../images/header.logo.png);
    padding-left: 125px;
    vertical-align: bottom;
    overflow: visible;
    }

Viewing 4 posts - 16 through 19 (of 19 total)
  • The forum ‘CSS’ is closed to new topics and replies.