Hej
jeg er ikke specielt god til de forskellige koder. Synes det hele meget muligt at det er web-fonte som ikke har æøå som tegn? Jeg ville være meget ked af at skifte font, hvordan gør jer?
Jeg har ikke kunne finde en-US i koden:
Håber i stadig har tålmodighed med mig:)
her er hele headeren koden:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
<head profile="http://gmpg.org/xfn/11">
<?php wp_head() ?>
<title><?php if (is_home()) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?><?php } else { ?><?php wp_title($sep = ''); ?> - <?php bloginfo('name'); ?><?php } ?></title>
<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<meta name="description" content="<?php bloginfo('description') ?>" />
<?php if(is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php }?>
<!-- Main stylesheet, Favicon, and color stylesheet -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/<?php echo get_option('concept_theme_color'); ?>.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/img/favicon.gif" />
<!-- RSS and Pingback -->
<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('Posts RSS feed', 'thematic'); ?>" />
<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('Comments RSS feed', 'thematic'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
<!-- Internet Explorer Hacksheets -->
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie6.css" />
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie.css" />
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie.css" />
<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie.css" />
<![endif]-->
<!-- Javascript-->
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.pngFix.pack.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.flow.1.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.jcarousel.pack.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/concept.js"></script>
</head>
<!-- Define Page -->
<body <?php if (is_front_page()){echo 'id="index"';} else { echo 'id="sub_page"';}?>>
<!-- Page Container -->
<div id="container">
<!-- Header -->
<div id="header">
<!-- Logo -->
<div class="logo">
"><img src="<?php echo get_option('concept_custom_logo'); ?>" alt="<?php bloginfo('name'); ?>" />
</div>
<!-- End Logo -->
<!-- Navigation -->
<ul id="nav">
<li <?php if (is_front_page()){echo 'class="current_page_item"';} ?> >">Start
<?php wp_list_pages('title_li=&sort_column=menu_order&exclude='.get_option('concept_excludepages')); ?>
<!-- End Navigation -->
</div>
<!-- End Header -->