Pages: 1
You are viewing a post by paopao29. View all 9 posts in what should be the position so i can put the addbox here :arrow: here :thumbsdown: [spoiler]http://h1.ripway.com/paopao29/addboxhere.jpg[/spoiler].
var about;
try {about = document.createElement("div");}
catch (e){about = document.createElement("<div>");}
about.innerHTML = "<div class='commonbox'style='margin-botton:15px'>CONTENT HERE</div>";
document.getElementById("Area").parentNode.appendChild(about);