[quote=Ephemeral][quote=wilycoyote][quote]var about;
try {about = document.createElement("div");}
catch (e){about = document.createElement("<div>");}
about.innerHTML ="<div class='commonbox'style='margin-botton:150px'><h2>More of WiLL's friends</h2><div><div class='boxcontent'><div class='flogrid75'><div class='flogriditem'><div class='ir'><a href='6231410'><img src='http://photos.friendster.com/photos/01/41/6231410/36421845616290m.jpg'></a></div><div class='dr'><a href='6231410'>aRiS</a></div></div>"+
"<div class='flogriditem'><div class='ir'><a href='3910441'><img src='http://photos.friendster.com/photos/14/40/3910441/12150405154849m.jpg'></a></div><div class='ir'><a href='3910441'>RiCo</a></div></div></div></div><br></div></div>";
document.getElementById("2").parentNode.appendChild(about);[/quote]
what do i put in the elementbyid if i want to put another box below this?[/quote]
Refer to 1st post bro.
I had posted a tutorial on how to add another box.[/quote]
sorry to be a nuisance, i already know how to create a box under regular friendster box ids but what if i wanted to create another box under the box i created under friends? do i just change the [b]about[/b] and still use [b]2[/b] in the elementbyid?

noob in the house