some of the post got cut off, i hate this new input inteface
add this line
Main Topics
Browse All Topicshi there,
i am using AquaBlue 1.1 for theme at (www.paragonhypnosis.com):
1. at the upper left hand corner, how do ADD a logo under Welcome. someone directed me to http://codex.wordpress.org
----
here's the code for stylesheet.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can add it under, logo will appear under it, inside it (without the div tags0 and it will appear to teh left or right, depending on how you place it
<h1 class="blogtitle"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<img src="<?php bloginfo('template_url'); ?>/images/logo.jpg" alt="logo">
(if you place the logo image in
wp-content.themes/themenam
)
Business Accounts
Answer for Membership
by: Jester_48Posted on 2008-07-23 at 10:47:17ID: 22071867
in your wp-content/themes/theme_na me directory you will have a file called header.php
come to Paragon Hypnosis</h1>
open that file for editing and immediately after this line
<h1 class="blogtitle">/">">Wel
add this line
/">"><img src="<?php bloginfo('template_url'); ?>/images/loo.jpg" alt="logo">
make sure you logo image is placed in
wp-content/themes/theme_na