Computing.Net > Forums > Programming > HTML-- how do you make frames invisible?

HTML-- how do you make frames invisible?

Reply to Message Icon

Original Message
Name: Dan
Date: January 4, 2002 at 10:29:51 Pacific
Subject: HTML-- how do you make frames invisible?
Comment:

How do you make the border of a frame invisible? Could you just give me the code...I'm not an expert at html!


Report Offensive Message For Removal


Response Number 1
Name: #define Kris W_G_P
Date: January 4, 2002 at 10:50:07 Pacific
Subject: HTML-- how do you make frames invisible?
Reply: (edit)

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


Report Offensive Follow Up For Removal

Response Number 2
Name: Dan
Date: January 4, 2002 at 10:59:09 Pacific
Subject: HTML-- how do you make frames invisible?
Reply: (edit)

wow thanks!


Report Offensive Follow Up For Removal

Response Number 3
Name: Dan
Date: January 4, 2002 at 11:13:34 Pacific
Subject: HTML-- how do you make frames invisible?
Reply: (edit)

Report Offensive Follow Up For Removal

Response Number 4
Name: Delta_Tango
Date: January 4, 2002 at 11:14:14 Pacific
Subject: HTML-- how do you make frames invisible?
Reply: (edit)

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


Report Offensive Follow Up For Removal

Response Number 5
Name: #define Kris W_G_P
Date: January 4, 2002 at 11:30:43 Pacific
Subject: HTML-- how do you make frames invisible?
Reply: (edit)

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


Report Offensive Follow Up For Removal







Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: HTML-- how do you make frames invisible?

Comments:

 


  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 
Data Recovery Software




How often do you use Computing.Net?

Every Day
Once a Week
Once a Month
This Is My First Time!


View Results

Poll Finishes In 3 Days.
Discuss in The Lounge