1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Help with Template

Discussion in 'Web Development' started by katie_lostsoul, Mar 2, 2007.

  1. katie_lostsoul

    katie_lostsoul New Member

  2. Scoooooty

    Scoooooty Member

    If your new with CSS it may be a little tricky. try posting a request to have it modified for you.
     
  3. katie_lostsoul

    katie_lostsoul New Member

    Ok I'm working with a different template now. I would like to know how to move images down a couple lines. Right now the image is directly below the last line of text and I'd like to know how to fix it and center it.

    CSS for photos right now is:

    .photos{
    padding: 40px 0px 25px 59px; /* 40px for how much room on top of first line 0px for? 25px for how much space between lines 59px for how far text is from left */
    width: 40px;
    padding: 4px 4px 2px;
    background-color: #c4b8a1;
    color: inherit;
    }

    Thanks