messed up site

Reply

Join Date: Jan 2008
Posts: 28
Reputation: kashmir323 is an unknown quantity at this point 
Solved Threads: 0
kashmir323 kashmir323 is offline Offline
Light Poster

messed up site

 
0
  #1
Mar 2nd, 2008
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.
Last edited by kashmir323; Mar 2nd, 2008 at 1:01 am.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,203
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: messed up site

 
0
  #2
Mar 3rd, 2008
What's wrong with it?
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 28
Reputation: kashmir323 is an unknown quantity at this point 
Solved Threads: 0
kashmir323 kashmir323 is offline Offline
Light Poster

Re: messed up site

 
0
  #3
Mar 3rd, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 5
Reputation: zabindia is an unknown quantity at this point 
Solved Threads: 0
zabindia zabindia is offline Offline
Newbie Poster

Re: messed up site

 
0
  #4
Mar 5th, 2008
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...
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 434
Reputation: FC Jamison is on a distinguished road 
Solved Threads: 20
Team Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: messed up site

 
0
  #5
Mar 6th, 2008
If you are simply adding your own content, you could try a scrollable div.

HTML and CSS Syntax (Toggle Plain Text)
  1. <div style="width:300px; height:100px; overflow:auto">
  2. <p>Test</p>
  3. <p>Test</p>
  4. <p>Test</p>
  5. <p>Test</p>
  6. <p>Test</p>
  7. <p>Test</p>
  8. <p>Test</p>
  9. <p>Test</p>
  10. </div>
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 28
Reputation: kashmir323 is an unknown quantity at this point 
Solved Threads: 0
kashmir323 kashmir323 is offline Offline
Light Poster

Re: messed up site

 
0
  #6
Mar 12th, 2008
thank u jamison. thats exactly what i needed
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC