ok im just trying to get everything how I want but I don't know how to change the size of the header so that it cuts off where the top image ends. If you get what I mean...basically I just want to remove the space between the image "NHL" which is just a test image and the first headline. If anyone can help me that would be great cuz i suck at programming. heres the address since im too new to add links www.ipokerbiz.com/wordpress/
Your going to have to change up something in your stylesheet located at: http://www.ipokerbiz.com/wordpress/wp-content/themes/mistylook/style.css You'll have to get it through a FTP or something then try editing the #headerimage part. It says: #headerimage { clear: both; background: #fff url(img/misty.jpg) no-repeat 0px 0px; margin: 10px; color: #fff; height: 200px; } Code (markup): Your image is only 130px high so change to height to 130px and give that a try.