Umm.. messed up css code
-
HI all,
So I downloaded the wordpress theme called Constructor 0.4.1 by Anton Shevchuk
I wanted to add my own logo and ended up deleting some code in the editor page. 🙁
I have no experience in html or css or anythng computer code-y. ( I’m dumb.. I know)
Anyways, this is the header code. Can anyone please tell me what to put back or take out? or where to insert my picture???
Really hoping for some light… Thanks in advance
<?php
/**
* @package WordPress
* @subpackage Constructor
*/
?>
<!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” <?php language_attributes(); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title(”); ?></title>
<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=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head>
<body>
<div id=”wrap”>
<div id=”body”>
<div id=”Art @ Zazuta”>
<?php get_constructor_menu() ?>
<div class=”Art @ Zazuta”></div>
</div>
The topic ‘Umm.. messed up css code’ is closed to new replies.