Advertisement

04.21.2008 at 01:52PM PDT, ID: 23341052
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

Simple frameset code to remove borders and scrolling

Asked by djmichaelray in Extensible HTML (XHTML), Miscellaneous Web Development, Hypertext Markup Language (HTML)

Tags: , ,

Hey experts

I've built a page that is finally workings great with a combition of 4.01 strict, transitional, and frameset pages.

On my frameset pages however i would like disable all scrolling and all boders.  

What is the proper code for this in 4.01 and where does it need to be placed.

I've attached an example of one of my pages that has frames
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Cameron Van Hoy's Website</title>
    <style type="text/css">
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
    }
    .oneColElsCtr #container {
        width: 60em;
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    }
    .oneColElsCtr #mainContent {
        padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    }
    </style></head>
<frameset cols="600,*">
<frame src="http://www.cameronvanhoy.net/vidthumb.html" name="topframe"  frameborder="0">
<frame src="http://www.cameronvanhoy.net/white.html"  name="vidwindow"frameborder="0">
<noframes><body></body></noframes>
</frameset> 
</html>
 
Keywords: Simple frameset code to remove borde…
 
Loading Advertisement...
 
[+][-]04.21.2008 at 07:54PM PDT, ID: 21407850

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Extensible HTML (XHTML), Miscellaneous Web Development, Hypertext Markup Language (HTML)
Tags: xhtml, 4.01 transitional, safari, firefox, i.e, www.cameronvanhoy.net
Sign Up Now!
Solution Provided By: Xyptilon2
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628