nando99
10-11-2010, 05:57 PM
i'm having a weird problem...
This code:
<div style="display:block; width:466px; background-image: url($stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].jpg);">
and
<div style="display:block; width:466px; background-image: url('$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].jpg');">
is turning to
<div style="display: block; width: 466px; background-image: url("images/ptgbb/statusicon/49_forum_old.jpg");">
seems to be the only place its happening... its obviously breaking the img location so the bg isn't showing...
any1 have any idea why this is happening and/or how to fix it?
thanks in advance!
This code:
<div style="display:block; width:466px; background-image: url($stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].jpg);">
and
<div style="display:block; width:466px; background-image: url('$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].jpg');">
is turning to
<div style="display: block; width: 466px; background-image: url("images/ptgbb/statusicon/49_forum_old.jpg");">
seems to be the only place its happening... its obviously breaking the img location so the bg isn't showing...
any1 have any idea why this is happening and/or how to fix it?
thanks in advance!