Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Here's the code from my header.php...
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>Keltichiro.com</title>
- <link rel="stylesheet" type="text/css" href="reset.css" />
- <link rel="stylesheet" type="text/css" href="style.css" />
- <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
- <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
- <?wp_head(); ?>
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <div id="logo"><img src="images/logo.gif" width="257" height="62" alt="Keltichiro.com" longdesc="http://www.keltichiro.com" /></div>
- <!-- menu bar code below -->
- <script type="text/javascript">
- var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
- </script>
- <ul id="MenuBar1" class="MenuBarHorizontal">
- <li><a href="#">Home</a> </li>
- <li><a href="#">About Me</a></li>
- <li><a href="#">Portfolio</a> </li>
- <li><a href="#">Contact Me</a></li>
- </ul>
- <!-- end menu bar code -->
- <!-- calling RSS feed.. -->
- <link rel=“alternate” type=“application/rss+xml” title=“<?php wp_bloginfo(‘name’); ?>” href=“<?php wp_bloginfo(‘rss2_url’); ?>” />
- <!-- end of RSS feed -->
- </div>
- Here's the code from my index.php...
- <!-- header -->
- <?php get_header(); ?>
- <!-- end header -->
- <!-- main content -->
- <div id="background">
- <div id="content">
- </div>
- </div>
- <!-- end main content -->
- <!-- sidebar -->
- <?php get_sidebar(); ?>
- <!-- end sidebar -->
- <!-- footer -->
- <?php get_footer(); ?>
- <!-- end footer -->
Advertisement
Add Comment
Please, Sign In to add comment