go41

the info you need to know


von Joern
Keine Kommentare

the red line in ammazingseries is an image:http://ammazingseries.com/wp-content/th ... ground.jpgget this image and put back into your style.css:body {background:url("images/backgrounds/amma-background.jpg") repeat-x scroll center top #3C3C3C;color:#FFFFFF;font-family:Verdana,Arial,Helvetica,sans-serif;padding:0;}It's only 'body' stretching the full width of the screen, anything below div 'page' will show only…


von Joern
Keine Kommentare

the banner: in your header.php is already the full code for a clickable banner, you just removed the original image (images/backgrounds/topbanner.gif)the reference for this is in style.css#branding {background:url("images/backgrounds/topbanner.gif") no-repeat scroll 0 0 transparent;height:100px;padding-bottom:15px;width:625px;}putting your logo as topbanner.gif in the size…