ChU v2 |
11-09-2007 02:03 AM |
Quote:
Originally Posted by SnapOff Racing
(Post 1377530)
that doesnt work either...
my link is www.snapoffracing.com/forums/images/misc.
that's where the images are located and it doesnt work in postbit but shows up fine in memberinfo...what gives? :confused:
|
In the MEMBERINFO and Postbit tempates try replacing:
HTML Code:
<img src ="$stylevar[imgdir_misc]/myspace.gif"border="0"alt="View Member's Myspace Profile">
With:
HTML Code:
<img src ="http://www.snapoffracing.com/forums/images/misc/myspace.gif"border="0"alt="View Member's Myspace Profile">
And:
HTML Code:
<img src ="$stylevar[imgdir_misc]/facebook.gif"border="0"alt="View Member's FaceBook Profile">
With:
HTML Code:
<img src ="http://www.snapoffracing.com/forums/images/misc/facebook.gif"border="0"alt="View Member's FaceBook Profile">
That should work because I looked and your images are showing up in that directory.
Quote:
Mine are in the correct directory. Something is wrong with the coding.
|
Nothing is wrong with the coding at all. I bet it's just a miss guided image directory. Try entering the actual URL in the code like the I did earlier in this post and see if that works.
|