Hello Everyone, I am no stranger to this site but it has been months since I have worked with any templates. A friend asked me to make him one and I have been trying my best, but the div tag system puzzles me. I took out the original picture in the template but the space is still there and I cannot get rid of it. It says 301px padding when I scroll over but I cannot find it in the code at all. If someone could please help me I would appreciate it.
You need to adjust style.css in two places. Code: #header { position: absolute; top: 0; left: 243px; width: 535px; height: 179px; [COLOR="Red"]<------ change[/COLOR] background: url(images/header_2.jpg) no-repeat; } #right { float: right; width: 490px; padding-right: 9px; padding-top: 201px; [COLOR="#ff0000"]<--------- change[/COLOR] }