Trying to edit wordpress theme with Dreamwaver. Have setup all according to tutorials and everything works; however, the header image appears in a box with a question mark in it. I've rechecked the code according to the tutorial and cannot figure out the problem
codyjblan wrote:
Trying to edit wordpress theme with Dreamwaver. Have setup all according to tutorials and everything works; however, the header image appears in a box with a question mark in it. I've rechecked the code according to the tutorial and cannot figure out the problem
It would be difficult for us too to figure out without a link to your problem page. Have you got a link that you could share with us?
codyjblan wrote:
It is all setup locally on my machine... is it possible to share that?
If you make your local machine public. The alternative is to try wordpress.com and setup a test site using the same theme as you are currently using. The test site will not allow you to change any HTML and also the CSS you use has to be inline. Apart from that public can see what you are trying to do.
Could you post a code here? I know it can only be the HTML and CSS and the problem you are describing is more about the HTML link to the header image. A box indicates that the image is not found in the path.
hth
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
and here is the 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>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>
<?php wp_title('-',true,'right'); ?>
<?php bloginfo('name'); ?>
</title>
<link rel="Shortcut Icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div class="bannerArea">
<div class="container">
<div class="bannernav"><a href="#" >Privacy Policy</a> • <a href="#" >Contact Us</a> • <a href="#" >Site Map</a></div>
<!--Title and description start-->
<a href="<?php echo get_option('home');?>">
<img src="images/blog_head.png" width="300" height="83" alt="company blog" border="0" /></a>" <!--Title and description end-->
<div style="clear:both;"></div>
</div>
</div>
<!--Navbar start-->
<div class="topnavigationArea">
<div class="container">
<div class="topnavigationgroup">
navigation goes here
</div>
<div style="clear:both;"></div>
</div>
</div>
<!--Navbar end-->
North America
Europe, Middle East and Africa
Asia Pacific