Quote Originally Posted by gizmo_girl View Post
My image is added here, but no change when I uploaded. There's still no image and when viewing in IE, the text extends far beyond the box.
includes/templates/YOUR_TEMPLATE/images/pplogo.gif

Open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_logo_sidebox.php.

find the following lines of code and edit as necessary.

I don't understand what I'm supposed to do here:

Code:
// Link Option - uncomment this if you intend to use the logo as a link
//$logoimage = '<a href="' . LOGO_SIDEBOX_LINK . '">' . zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . LOGO_SIDEBOX_IMAGE, LOGO_SIDEBOX_IMAGE_TEXT) . '</a>';

//comment this out if you use the above link option.
$logoimage = zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . LOGO_SIDEBOX_IMAGE, LOGO_SIDEBOX_IMAGE_TEXT);


[/QUOTE]

Let's get your image showing.

You're using the classic template, so make sure your image is located in:

includes/templates/classic/images/pplogo.gif