Header logo won't show up
-
I am creating my first WordPress Theme. I am using Dreamweaver to make my site. The logo will show up in the live preview, but when I run the site, I only get the “alt” displayed on the page instead of the image. Can someone advise what I’m doing wrong? Thanks in advance!
This is my header.php file:
<html>
<head>
<title>Tutorial theme</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
</head>
<body>
<div id="wrapper">
<div id="header">
<div style="float:left;left:5px;">
<img src="images/logo.png" width="405" height="210" alt="logo">
</div>
<div style="float:right; bottom:0px; right:0px;"></div>
<div style="clear:both;">
</div>
</div> -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
I am creating my first WordPress Theme. I am using Dreamweaver to make my site.
You are posting to the wrong support forum. Your question is about a self-hosted WordPress blog and you’ll find help at the WordPress.org forums.
http://wordpress.org/support/ -
I can’t login to wordpress.org and when I do the password reset, the password it emails me doesn’t work.
-
- The topic ‘Header logo won't show up’ is closed to new replies.