Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Frame Border
Frame Error
Scroll Bar
Target Page
Frame Border
[notify admin to delete page]
280
Frame Border
Delete Section
Description
To change the width of the borders on your page, insert the line BORDER="#" into the <FRAMESET TYPE="XX,XX"> tag so the final result looks like this. <FRAMESET TYPE="XX,XX" BORDER="#"> # is replaced with the desired width of the border.
To change the width of the borders on your page, insert the line BORDER="#" into the <FRAMESET TYPE="XX,XX"> tag so the final result looks like this. <FRAMESET TYPE="XX,XX" BORDER="#"> # is replaced with the desired width of the border.
Code
<html><head> <FRAMESET ROWS="50%,50%" BORDER="20"> <FRAME SRC="http://www.activejump.com" NAME="page1"> <FRAME SRC="http://www.activejump.com" NAME="page2"> </FRAMESET> </head></html>
<html><head> <FRAMESET ROWS="50%,50%" BORDER="20"> <FRAME SRC="http://www.activejump.com" NAME="page1"> <FRAME SRC="http://www.activejump.com" NAME="page2"> </FRAMESET> </head></html>
Output
n/a
n/a
Practice
Cannot Edit - Code section automatically placed here.
Border Color
Delete Section
Description
To change the color of the borders on your page, insert the line BORDERCOLOR="#XXXXXX" into the <FRAMESET TYPE="XX,XX"> tag so the final result looks like this. <FRAMESET TYPE="XX,XX" BORDERCOLOR="#XXXXXX"> XXXXXX is replaced with the color code that you want.
To change the color of the borders on your page, insert the line BORDERCOLOR="#XXXXXX" into the <FRAMESET TYPE="XX,XX"> tag so the final result looks like this. <FRAMESET TYPE="XX,XX" BORDERCOLOR="#XXXXXX"> XXXXXX is replaced with the color code that you want.
Code
<html><head> <FRAMESET ROWS="50%,50%" BORDER="20" BORDERCOLOR="#0000FF"> <FRAME SRC="http://www.activejump.com" NAME="page1"> <FRAME SRC="http://www.activejump.com" NAME="page2"> </FRAMESET> </head></html>
<html><head> <FRAMESET ROWS="50%,50%" BORDER="20" BORDERCOLOR="#0000FF"> <FRAME SRC="http://www.activejump.com" NAME="page1"> <FRAME SRC="http://www.activejump.com" NAME="page2"> </FRAMESET> </head></html>
Output
n/a
n/a
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements (
add your ad
)