hello everyone. my site is http://designersforsale.freebiehost.net/teamthrust/

as you can see it is very messy and everything is blah to say the least. it looks fine in dreamweaver but not on the web. i would also like to know how to create a iframe within the content on the right. something like how http://mugnweb.com has the scrolling content. when i do it, nothing works right.

btw, im typing from my psp so ill post more info tomorrow.

Recommended Answers

All 5 Replies

What's wrong with it?

when i add more than 3 news items it messes up. how do i make it so that section is scrollable? such as at mugnweb.com

to create a <iframe> add this code in your content fie ...
<iframe id="iframe1" width="500" height="300" align="right" scrolling="auto" src="www.yahoo.com"></iframe>

u can change the src to the page which u want to dispal in iframe...

hope it works... :)

If you are simply adding your own content, you could try a scrollable div.

<div style="width:300px; height:100px; overflow:auto">
        <p>Test</p>
        <p>Test</p>
        <p>Test</p>
        <p>Test</p>
        <p>Test</p>
        <p>Test</p>
        <p>Test</p>
        <p>Test</p>
      </div>

thank u jamison. thats exactly what i needed

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.