Forums

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

Home Forums CSS Making a table element for pictures help

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #169507
    onement
    Participant

    I’m trying to fix this table (assuming it is a table) so that the pictures or images fill the screen more but I have no idea how to do it. I’ve tried and tried and tried…I am posting two links. The first is the picture of what it looks like now, with a ton of background color. What I would like is more like image two. Where the images fill in everywhere. I’m guessing there are a couple ways to do this depending on what i want – one where the images fit a standard height and weight, that is fine. Another where the images retain a certain sized-down size and just sort of “fill-in”, that is fine too. Any help and suggestions would be great. I’m using cargoc. with html upgrade for the record.

    http://postimg.org/image/ktoz7aznx/ trying to fix this, don’t want all the background

    http://postimg.org/image/piygtv51h/ want it more like this

    all of the images are in this code (the huge box)

    .project {
    display: list-item;
    padding: 5px 5px 5px 0px;
    max-width: 1200px;
    }

    the single image is this code

    .project_content {
    padding-top: inherit;
    padding-bottom: inherit;
    width: 1500px;
    }

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.