View Single Post
  #6 (permalink)  
Old 11-14-2004, 07:52 PM
Intensity's Avatar
Intensity Intensity is offline
WebProWorld Member
 
Join Date: May 2004
Location: Tampa FL
Posts: 52
Intensity RepRank 0
Default

What you can do, is utilize the Div function like this.

<div style="height: 200px; width: 300; overflow: auto ">txt; banner, etc</div>

The overflow: auto is usable if you want to have a srollbar.

You don't need to have an external sytle sheet. Its primary purpose is to have your web settings cached with the browser, which overtime will speed up the loading speed of your web pages.

Hope this helps
Reply With Quote