Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: My Website Im Making

  1. #1
    scribblec's Avatar Poster
    Join Date
    Jan 2003
    Location
    england
    Posts
    3,221
    i am the moment maiking my site
    this is the current code

    <html>

    <head>
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta http-equiv="Content-Language" content="en-us">
    <title>New Page 2</title>
    </head>

    <body>

    <table border="0" cellpadding="3" width="100%" height="92">
    <tr>
    <td align="right" valign="top" width="50%" height="19"><font size="2">
    </font></td>
    <td valign="top" width="40%" height="19">
    <font face="Comic Sans MS" size="2">my website people (get excited)</font>
    </td>
    <td width="10%" height="19"></td>
    </tr>
    <tr>
    <td align="right" valign="top" width="50%" nowrap height="18">
    <font size="2"></font></td>
    <td valign="top" width="40%" nowrap height="18">
    <font face="Comic Sans MS" color="#0000FF">Im bored so im making this site</font>
    </td>
    <td width="10%" nowrap height="18"></td>
    </tr>
    <tr>
    <td align="right" valign="top" width="50%" height="31"><font size="1">
    [img]file:///C:/Documents%20and%20Settings/cengiz%20celik/My%20Documents/My%20Pictures/new_8.jpg[/img]you
    can tell im an eminem fan because he is just the best
    </font>

    </td>
    <td valign="top" width="40%" height="31">&nbsp;<font face="WST_Ital" size="5">hi
    this is my new site </font></td>
    <td width="10%" height="31"></td>
    </tr>
    </table>

    </body>

    </html>



    how can i make it have colour on the background
    cos its just white at the moment
    and can u lot have any tips to make the site good

  2. Lounge   -   #2
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    example

    Code:
    &#60;BODY BGCOLOR=&#34;#FFFFFF&#34;&#62;
    or example

    Code:
    &#60;BODY BGCOLOR=&#34;yellow&#34;&#62;

  3. Lounge   -   #3
    scribblec's Avatar Poster
    Join Date
    Jan 2003
    Location
    england
    Posts
    3,221
    im a total noob at it
    where do i put that code

  4. Lounge   -   #4
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    Sorry....between the

    Code:
    &#60;BODY&#62; &#60;/BODY&#62;
    BOT

  5. Lounge   -   #5
    Ex-member
    Join Date
    Jan 2003
    Posts
    5,450
    Instead of <body>, type <body bgcolor="#rrggbb"> where rrggbb is a colour code.
    See this page for some good web-safe colour codes.

    So if you want blue (#0000FF), you have:

    Code:
    &#60;body bgcolor=&#34;#0000FF&#34;&#62;
    
    blah
    blah
    
    &#60;/body&#62;
    Hope this helps.

  6. Lounge   -   #6
    Dude , use MS frontpage. That will make the codes for you , all you have to is type and decide what color etc. B)
    ( BTW If you are willing ta make a decent site use PHP and not HTML )

  7. Lounge   -   #7
    Ex-member
    Join Date
    Jan 2003
    Posts
    5,450
    Originally posted by solidsnake@7 April 2003 - 17:40
    i am the moment maiking my site
    this is the current code

    .........

    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">

    ..........
    I think he is using Frontpage, from the look of his code.

  8. Lounge   -   #8
    hmm..sorry , didn&#39;t saw that , I just read the question. But if he is using MS frontpage it is easy as hell , these type of things can be found in the help file

  9. Lounge   -   #9
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    front page 5 by the looks of it.

    I would go with dreamweaver mx. it is much better then frontpage.

    have a look at

    http://www.dynamicdrive.com/

    there are plenty of fun scripts there for free that can really liven your site up.

  10. Lounge   -   #10
    scribblec's Avatar Poster
    Join Date
    Jan 2003
    Location
    england
    Posts
    3,221
    is that the latest front page
    im just so stoopid at website making

Page 1 of 2 12 LastLast

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
  •