Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
How do you make the border of a frame invisible? Could you just give me the code...I'm not an expert at html!

In the [Frame src=....... ] flag, add the property FrameBorder and set the value to 0. So....
[Frame Src="Page.html" FrameBorder=0]
if you also want to hide the scroll bar (for whatever reason.. eg: you display the page depending on the resolution of the user) you can use ' Scrolling="no" ' in the Frame flag.
[Frame Src="Page.html" frameborder=0 scrolling="no"]
... and if you want to not allow the user to resize the frame, add the keyword 'noresize' to the end of the flag.
[Frame Src="Page.html" FrameBorder=0 noresize]
just thought id tell you the last two since web designers usually use the three together, although it is not necessary. (of course youll need to use the triangle brackets instead of [] ... they just wouldnt show up in this forum)
Email me if you need more help.
-- Worlds Greatest Computer Programmer

okay 1 more question:
ive got this code but it opens up in the frame!..how do i get it to open in a new window?

a href="http://www.counter-strike.net/"
img src="http://www.counter-strike.net/images/link/cstrike_ban.gif" alt="Visit Counter-Strike.net!" border="0"
/a
^^^the ocde

First, have you named your frames?
[Frame Src="Side_Bar.html" Name="SideBar"]
You should name all of your frames... THEN set the target to the name of the frame you want to open the web page in. SO....
[Frame Src="Side_Bar.html" Name="SideBar" Target="MainWindow"]
... this will open up any page you link to in the frame SideBar in the frame you named MainWindow.
If you want to open it in a new browser window, set the target to something such as '_new' (or anything else that doesnt refer to the name of a frame)[Frame Src="Side_Bar.html" Name="SideBar" Target="_new"]
Then all links will open in a new window.
I'm more than happy to help... and if you happen to use MSN Messenger add me to your list...
worldsgreatestprogrammer@hotmail.com
-- Worlds Greatest Computer Programmer

![]() |
How should I learn C?
|
i need some help ?
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |