Your Questions About WordPress Bloginfo

Charles asks…
I need help in changing a header in wordpress theme.?
I need help in changing a header in wordpress theme. This is a custom theme so admin, general is not available. I have the header in the same size and format as the other header. Please help. Website is jaxbjj.com and I see the header.php, but I am lost here. Here is the .phpfile.
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css" media="screen" />
<?php if(WP_VERSION
<link rel="alternate" type="application/rss+xml" title="" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="" href="<?php bloginfo('atom_url'); ?>" />








