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?
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