Got a "neu" problem

Having trouble installing serendipity?
Post Reply
etov
Regular
Posts: 19
Joined: Thu Oct 05, 2006 8:03 pm
Location: USA
Contact:

Got a "neu" problem

Post by etov »

I am using newspaper as my theme, and I must have altered code because the right edge of my gif is not showing up. I have placed the code of the area here. Is there something missing, or is it elsewhere? If you can help...
Thanks


$OPENSHADOW = '<table cellspacing="0" width="100%" cellpadding="0" style="padding:0px">
<tr>

<td valign="top" align="left" style="padding:10px;border-top:1px solid #cdcdcd; border-left: 1px solid #cdcdcd;">
';

$CLOSESHADOW = '</td>
<td style="width:8px; background-image:url('.$serendipity['baseURL'].'/templates/newspaper/img/shadowr.png);" valign="top"><img src="'.$serendipity['baseURL'].'/templates/newspaper/img/shadowt.png" border="0" hspace="0" vspace="0" alt="neu" /></td>
</tr>
<tr>
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi etov

it seems your site is looking here

http://serendipity/templates/newspaper/ ... dulogo.gif

for your logo. In my template style.css files I always set the path without the base url something like

templates/newspaper/img/edulogo.gif

which seems to work OK

HTH

Dave
etov
Regular
Posts: 19
Joined: Thu Oct 05, 2006 8:03 pm
Location: USA
Contact:

Maybe

Post by etov »

But that gif image is actually a sidebar link that works fine. the nue image is supposed to make the side edge of the "paper" shadow. Are you saying I need to get rid of that image, because I did place the file inthe same folder as the nue pic.
Thanks
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi etov

so what is the path to the shadow images?
your blog is looking for them at
http://www.etov.com/serendipity//templa ... hadowr.png

Dave
etov
Regular
Posts: 19
Joined: Thu Oct 05, 2006 8:03 pm
Location: USA
Contact:

Fixed

Post by etov »

Thanks guys. I do not know how it happened but the img folder was actually named image... duh.
Appreciate your time.
Post Reply