Need help! Want blog within scroll area on website

Discussion in 'HTML & Website Design' started by Milly-designer, Mar 13, 2007.

  1. #1
    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
     
    Milly-designer, Mar 13, 2007 IP
  2. missyb

    missyb Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    what do you mean by a "scroll area"?

    like an iframe or div that has an overflow effect?
     
    missyb, Mar 13, 2007 IP
  3. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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>
     
    jgjg, Mar 14, 2007 IP