/    Sign up×
Community /Pin to ProfileBookmark

i have been working on this site and I cannot figure out how to turn the frames off. i can get it to turn off in firefox but stupid windows still shows a tiny frame here is my source code any suggestions?

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Frameset//EN” “http://www.w3.org/TR/xhtml/DTD/xhtml1-frameset.dtd“>

<html xmlns=”http://www.w3.org/1999/xhtml“>

<head>

<title>Mika Properties LLC</title>

</head>

<frameset rows=”17%, *” frameborder=”0″>
<frame name=”banner” src=”banner.html” scrolling=”no” noresize=”noresize”/>
<frameset cols=”24%, *
“>
<frame name=”buttons” src=”buttons.html” scrolling=”no” noresize=”noresize”/>
<frame name=”content” src=”content.html” noresize=”noresize”/>

</frameset>

</html>

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@johnevaApr 03.2006 — What do you mean by turn frames off?

If you dont want frames then dont make a frameset page.

If you mean remove the border just put border="0" as an attribute for the frameset tag.

[code=html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml/DTD/xhtml1-frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">



<head>

<title>Mika Properties LLC</title>

</head>

<frameset rows="17%, *" border="0">
<frame name="banner" src="banner.html" scrolling="no" noresize="noresize"/>
<frameset cols="24%, *">
<frame name="buttons" src="buttons.html" scrolling="no" noresize="noresize"/>
<frame name="content" src="content.html" noresize="noresize"/>

</frameset>




</html>
[/code]


But I would advise against using frames anyways as there are better ways such as server side includes and divs.
Copy linkTweet thisAlerts:
@janmetzger024authorApr 03.2006 — yes i meant turning the border off, but if i had my way there would be no frames at all but it was what the clienty wanted and insisted on.

anyway thanks it worked
×

Success!

Help @janmetzger024 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...