HTML problem....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • The Prince
    Confirmed User
    • Apr 2006
    • 158

    #1

    HTML problem....

    Basically my homepage is split into two frames.... 20% and 80% ... the problem is the scrollbar does not appear on the right side of the window in the 80% frame... below is the coding i did... any ideas why it does not appear?


    <html>

    <head>

    <title>XXXXXXXXXXXXXXX</title>

    </head>

    <frameset frameborders="no" border="0" cols="20%, 80%">
    <frame frameborder="0" src="index3.html" name="sidebar">
    <frame frameborder="0" src="index4.html" name="front" scrolling="yes">
    </frameset>

    </html>
  • The Prince
    Confirmed User
    • Apr 2006
    • 158

    #2
    Forget it ... i figured it out... was uploading the file to the wrong folder... it's working now...

    Comment

    Working...