Ok. I hope I can explain what I am exactly looking for. I have a website already designed and setup. Let's say I have the top banner and the side menus and the body area. Within the body area I would like to have either a blog or an area where I can automatically update news within a scroll area. Can anyone recommend a script for this? Thanks Milly
sounds like you mean an iframe. just look up the HTML code for an IFRAME and place the url of the blog as the page within the IFRAME. You can choose its width and height. may look something like below: <iframe name="I1" src="blogurl.php" width="500" height="600"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe>