Frameborders...

liunx

Guest
Hello...<br />
<br />
I am using frames on my site...<br />
But I cant figure out how to get the frameborders just a black 1px line or dotted line...<br />
Could I use CCS style for this...?<br />
<br />
Could anyone learn my more about this...<br />
THX<!--content--><frameset rows=30%,* bordercolor=red BORDER=0 SPACING=1 FRAMEBORDER=1 FRAMESPACING=1 MARGINWIDTH=0 <br />
<br />
MARGINHEIGHT=0 ><br />
<br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/page.html BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0 <br />
<br />
MARGINHEIGHT=0 ><br />
<br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/otherpage.html BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0 <br />
<br />
MARGINHEIGHT=0><br />
<br />
</frameset><br />
<br />
sometimes in IE, you have to refresh the page twice before it shows the 1pixel thick line<br />
<br />
i've no idea how to do a dotted line..<!--content-->style="border: 1px dotted black" Thats the css you can also use dashed and solid instead of that word dotted<!--content-->
 
Back
Top