SteveF2 wrote:I'm trying to debug this problem with my setup. The html for one line of my poll contains the following line
<td height="22"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1">Getting into the straps</font></td>
<td nowrap height="22"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1"><img src="/poll/image/darkgreen.gif" width="28" height="10"> 6</font></td>
However the bar shows in white.
The image darkgreen.gif exists in the /poll/image directory. The poll directory is in the root and these are set in the General Settings.
I'm using v2.03. IE7 installed.
Any ideas anyone?
Is your server Linux/Unix based?
If it is it may be looking in the root of your site because of the first /.
Try removing the / so it becomes an relative path rather than abosute.
If you want to keep the / then add . before to tell it to start from the current directory then poll... etc.