Results 1 to 4 of 4

Thread: HTML

  1. #1
    Newbie
    Join Date
    Jul 2001
    Posts
    4

    Post HTML

    HELP ME OUT!!!
    how do i make the stupid frame borders black??
    here is what my HTML document looks like. One border is black, but when I try to do the same to the other, it messes up the whole thing, please help me..


    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>New Page 5</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
    </head>

    <frameset cols="272,*">
    <frame name="left" noresize target="rtop" src="menu1.html" frameBorder=no>
    <frameset rows="25%,*">
    <frame name="rtop" noresize target="rbottom" src="title.html" frameBorder=0 border=0>
    <frame name="rbottom" src="home.html" frameBorder=0 border=0><FRAME BORDERCOLOR="#000000">
    </frameset>
    <noframes>
    <body>
    <p>This page uses frames, but your browser doesn't support them.</p>
    </body>
    </noframes>
    </frameset>
    </html>

    Yeah, feel free to point out all the errors..

  2. #2
    Maximum Bitrate Raas's Avatar
    Join Date
    Jan 2001
    Location
    The Netherlands
    Posts
    626

    Post

    Skinny,

    I don't know if this is right, but maybe this would work.

    Tip: Don't use frontpage, use something better like Dreamweaver or something.

    I've put your page in dreamweaver and set the borders to black.. Works on my pc.


    Code:
    <html>
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>New Page 5</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
    </head>
    
    <frameset cols="272,*" bordercolor="#000000"> 
      <frame name="left" noresize target="rtop" src="menu1.html" frameBorder=no>
    <frameset rows="25%,*">
    <frame name="rtop" noresize target="rbottom" src="title.html" frameBorder=0 border=0>
    <frame name="rbottom" src="home.html" frameBorder=0 border=0><FRAME BORDERCOLOR="#000000">
    </frameset>
    <noframes>
    <body>
    <p>This page uses frames, but your browser doesn't support them.</p>
    </body>
    </noframes>
    </frameset>
    </html>
    hope this helps you out.
    Greetz
    Raas - The Netherlands
    ME: VIA epia m10000, lilliput 7', opus 150w, 80gb<br>
    GF: IBM Thinkpad 380, ext. 3.5 80gb, 40x4, PB-IR

  3. #3
    Variable Bitrate
    Join Date
    Jul 2000
    Location
    Ottawa, Canada
    Posts
    422

    Post

    you boarder= tags go with the frame set setion.

    &lt;frameset ROWS="100,*" border=0 bordercolor=#2196C8 &lt;/frameset&gt;
    &lt;frame SRC="top.htm" MARGINHEIGHT=0 MARGINWIDTH=0 scrolling=no noresize&gt;
    &lt;frame SRC="bottom.html" name=mainwindow&gt;
    &lt;/frameset&gt;
    &lt;/frameset&gt;

    mine looks like this.
    mine you the colour code doesn't work but they are set to size 0 pixles.
    [SIZE=1]'91 Nissan Stanza

    [XXXXXXXXXXXXXXXXXXXX] XX% Completed -
    Car Totaled and i bought a 20G mp3 player

    http://machs-fuel.tk
    a DIY video projector page

  4. #4
    Newbie
    Join Date
    Jul 2001
    Posts
    4

    Post

    Yes!!!
    thankyou Raas, it worked, I didn't use frontpage to make the page, I just stole the page with borders from a page I made with frontpage.. I actually used netscape composer and notpad to make it.. :P ain't too bad, have a look at my site, (when its finished) and tell me what you think..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •