how to eliminate the scrolls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mirianCalin
    New Member
    • Feb 2008
    • 35

    how to eliminate the scrolls

    since i dont know how to use dreamweaver,
    i just make use of framesets in html (for the header and content)..
    the problem is there is a scroll on the right side of the header..
    how can i rid of this?
    note: i dont want to adjust the header's size (frameset rows = "25%",*)
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hi,

    try scrolling="no". ..


    Code:
    <frame src="header.html" scrolling="no"/>

    Comment

    Working...