Help need with HTML

DudeJustDoIT

Lifeless pain...
you already uploaded it to Imageshack just get the URL of the image that imageshack provides (the Direct link to image) then enter as follows...


<img src="ENTER URL HERE">
 

0746

New member
Code:
<object width="800" height="600">
  <param name="movie" value="http://img166.imageshack.us/img166/9290/shaka3hv.swf" />
  <param name="quality" value="high" />
  <embed src="http://img166.imageshack.us/img166/9290/shaka3hv.swf" quality="high" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object>
 
Top