http://joinyouthgroup.com/2007/02/02/the-youh-group-hush-hush/
Why is there a white border surrounding that image:
header.php
code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<meta name="keywords" content="<?php bloginfo('description'); ?>" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php
global $page_sort;
if(get_settings('fallseason_sortpages')!='')
{
$page_sort = 'sort_column='. get_settings('fallseason_sortpages');
}
global $pages_to_exclude;
if(get_settings('fallseason_excludepages')!='')
{
$pages_to_exclude = 'exclude='. get_settings('fallseason_excludepages');
}
?>
<?php wp_head(); ?>
</head>
<body>
<div id="outer">
<div id="header">
<div id="headercontent">
<img src="http://joinyouthgroup.com/wp-content/themes/fallseason-10/images/headerimage.gif" border="0" /> </div>
</div>
<div id="search">
Join Our Mailing List:<form action="http://www.joinyouthgroup.com/cgi-bin/dada/mail.cgi" method="get">
<input type="hidden" name="list" value="youthgroupevents" />
<input type="hidden" name="f" value="subscribe" />
<input type="text" name="email" value="email address" size="16" onFocus="this.value='';" maxlength="1024" />
<input type="submit" value="Save Your Soul" />
</p>
</form><br>
</div>
<div id="headerpic"></div>
<div id="menu">
-
<li <?php if(is_home()){echo 'class="first current_page_item"';}?>>/" title="Home">Home
<?php wp_list_pages('title_li=&depth=1&'.$page_sort.'&'.$pages_to_exclude)?>
</div>
<div id="menubottom"></div>