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

HTML Just a little problem

Discussion in 'Web Development' started by Waves107, Jun 26, 2011.

  1. Waves107

    Waves107 New Member

    Alright so I know basic HTML and CSS. I downloaded the Call of Duty 2 template but I seem to be running into trouble when I edit the "team" see for the moment I only want two people, so you know pretty easy delete the HTML code for the other six. However when I do this the image/color/whatever below the box holding the "Team" has a coding glitch that I need to fix. I will post what I mean in an image.

    [​IMG]

    [​IMG]

    See how the background is different on the one with more people and how it is cut off with on the one with all the people. Please help ;D
     
  2. tomw

    tomw Member

    I'm not sure what you are expecting to see. This is the original template and this one with only two members. Can you post the link to the page you created?
     
  3. djwilson

    djwilson New Member

    What the OP is on about, is that the side background/border doesn't appear in the 1st image
     
  4. Waves107

    Waves107 New Member

    The background and the border don't appear like djwilson said.
     
  5. tomw

    tomw Member

    It's either my monitor or my eyes; I can't see what you guys are referring to. Maybe someone else here could help you out. Sorry.
     
  6. Waves107

    Waves107 New Member

    Well the thing is, when you did it, it looked fine =/. What did you do to it? Just removed all the other people in the HTML code?
     
  7. tomw

    tomw Member

    Each member consists of the following code:

    Code:
    <div class="member">
    <a href="#"><img src="images/member[1-8].jpg" alt="member" /></a>
    <span><a href="#">MEMBER [1-8]</a></span>
    </div>
    I removed member 3 to 8 and change the name of the first two members as you wanted and the page shown as I posted previously. If you did the same your page should be identical. Check it again, maybe you removed one too many lines.