HowTo - Frames (color the frame border)

  1. #1
    HippyWarlock is offline Elite Member

    HowTo - Frames (color the frame border)

    Took me ages to do this, so FYI

    The important bit is 'BorderColor="#D7E1E0" Frameborder=1'

    <frameset cols="138,*" BorderColor="#D7E1E0" Frameborder=1 >

    <frame name="sitemenu" src="sitemenu.html" scrolling="auto" marginwidth="4" marginheight="4" border="yes" framespacing="yes" >

    <frame name="mainframe" src="mainframe.html" scrolling="auto" marginwidth="4" marginheight="4" border="yes" framespacing="yes" >

    <noframes>

    Happy Coding : - )

  2. #2
    D-A-L is offline D-A-L Administrator
    Tackle the Web with $5.99 .COM's from Go Daddy!
    Thanks for that Hippy

+ Reply to Thread