So I have this code
how can i modify it to show images i made?
Priority Level:URGENT PLEASE ASAP
- Code:
<div id="slide"><p style="font-family:verdana;color:red;">Side Bar</p>
<li><a href="My Forum Link"><img src="http://clanfru.com/Templates/fru/Images/button_profile.png" alt="Your Profile"></a></li></div><br /><input type="button" value="Collapse" id="hide" onclick="jQuery('#slide').slideUp(); jQuery('#hide').hide(); jQuery('#show').show();" /><input type="button" value="Expand" onclick="jQuery('#slide').slideDown(); jQuery('#show').hide(); jQuery('#hide').show();" id="show" style="display: none;" />
how can i modify it to show images i made?
Priority Level:URGENT PLEASE ASAP