• theregoesjb

    (@theregoesjb)


    http://jbournedesign.com/whaler/listings/

    this is just html i believe, I would like to add a border around this scrollable classifieds window. Maybe a few pixels wide of a particular color.

    There is also a much wider border that i believe is just extending to the full page extents. How can i fill this area in with a color.

    is inline CSS the easiest way to do this or should i add somewhere else?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Pioneer Web Design

    (@swansonphotos)

    This is in fact a CSS issue, and the border attribute is deprecated of late when used inline so we want to add this to a Child Theme, Custom CSS

    I would help more but your site is blacklisted.

    http://sitecheck.sucuri.net/results/jbournedesign.com/whaler/listings/

    Are you aware why?

    Phil

    (@owendevelopment)

    To add a border to the iframe, add this in the CSS file (style.css):

    #boatlist iframe {
    border: 3px solid #000
    }

    The order border (around the table) can be styled with this:

    #boatlist table {
    background: #cc0000;
    }

    Best practice is to use classes and reference them in CSS (style.css) instead of inline.

    Thread Starter theregoesjb

    (@theregoesjb)

    wtf blacklisted?? what does that mean??

    I was not aware and really dont know why.

    Can anyone fill me in on what that means?

    Thread Starter theregoesjb

    (@theregoesjb)

    btw what prompted you to check that i was blacklisted?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘changing content border on page’ is closed to new replies.