[quote=sohcahtoa]how can i put some images?[/quote]
here

[quote]//Viewers Fake Comments by simpleMe
function viewerscaption() {
var comments = document.getElementById("content_18").getElementsByTagName("div")[0];
var caption =
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><div id='viewerpic'></div></div></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='http://www.friendster.com/user.php'>"+pageViewerFName+"</a></li>"+
"<li>Posted 06/6/2008 8:14 pm</li>"+
"<li><img src='[b]IMAGE LINK[/b]'></li>"+
"<li>[b]VIEWERS FAKE COMMENTS HERE[/b]</li>"+
"</ul></td>"+
"</tr></tbody></table></div>";
comments.innerHTML = caption;
}window.onload = function() {viewerscaption();}[/quote]
just edit the bold parts
Last edited by simpleMe (2008-06-14 03:26:05)