Need Website/html Coding Help.

Discussion in 'Spam Heaven' started by .jrauck, Oct 17, 2006.

  1. .jrauck

    .jrauck Well-Known Member

    Posts:
    1,108
    Likes Received:
    0
    Joined:
    Dec 27, 2005
    Location:
    Brooklyn, NY
    I need a little help with my tmplate.

    Basically what I need help with is combining the Information boxes from the index for the other links such as Sponsors, League, Roster, Links, and about us. You may not understand what I want yet so I took a few screen shots...

    Regular web template: http://i8.photobucket.com/albums/a37/handh...freeze2copy.png

    Space I want to bring together: http://i8.photobucket.com/albums/a37/handh...lateSpacing.jpg

    The coding part I need help with: http://i8.photobucket.com/albums/a37/handh...rl/HtmlHelp.jpg

    What happens when I deleted that highlighted coding: http://i8.photobucket.com/albums/a37/handh...lateScrewUp.jpg

    I dont know where to edit the coding to make the 2 spaces dissappear and the 2 information boxes to come together. Can anyone help me?
     
  2. Phili G

    Phili G Well-Known Member

    Age:
    35
    Posts:
    1,498
    Likes Received:
    0
    Joined:
    Oct 5, 2005
    Location:
    England!
    ok.

    in the highlighted text find
    Code:
    <td>
    then change to
    Code:
    <td class="norepeat">
    and in your style sheet (where background and text colors are definded) add
    Code:
    .norepeat {
    background-repeat:repeat-x;
    }
    
    Duno if it will work. if not then pm me the url of your site and i will work it out :) hate tables lmao
     
  3. Rpgx

    Rpgx Well-Known Member

    Posts:
    1,440
    Likes Received:
    0
    Joined:
    Mar 2, 2006
    hmm. If i still had that template I'd do it for ya. If it doesn't work you could ask Phili or me :P
     

Share This Page