Still doesnt work. I entered that into the ad field and it didnt work. It still automatically added the \ in there so it would not work. I was looking around the theme code and I think this may have something to do with my problem:
foreach ($values as $item) {
$ad = explode(‘,’, $item);
$banner = trim($ad[‘0’]);
$url = trim($ad[‘1’]);
echo “<img class=\”ad125\” src=\”$banner\” />
\n”;
Everytime I mess around with this code to figure it out, the theme stops working and I have to put everything to how it previously was. Somebody please help.