<?php
echo '<td class="options-width">'.
'<a href="edituser_lightbox.php?user_id=' . $row['user_id'] . ' " onclick:" $.fancybox({ href:'example.jpg',title : 'Custom Title'});"title="Edit" class="icon-1 info-tooltip" </a>'.
'<a href="deleteuser.php?user_id=' . $row['user_id'] . ' " class="icon-2 info-tooltip"> </a>'.
'<a href="" title="Save" class="icon-5 info-tooltip"> </a>'.
'</td>';
echo "</tr>";
}
?>
I have to atleast be close here guys? Can you see what im trying to do? I can't change my css to include fancybox either :(