hey all.. i see there are alot of experts on the forum, so I hope someone can help me out.. providing I do a good job of explaining myself Im using this javascript that prints out some content on the fly... the stuff to be printed is nowhere to be found on the source code page, but the content is printed where this tag is: <span id="content"> so in the javascript...there is a variable somewhere that replaces the id="content" with the content.. anyone know how this works? -- another thing... I've seen on some website that within their source code, the content appears at the top of the page, but when you actually view the webpage, that content appears closer to the bottom of the page.. this is done through CSS ? because without css.. the browser will just render everything from top to bottom and display accordingly.. thanks in advance