Page 2 of 8 FirstFirst 12345 ... LastLast
Results 11 to 20 of 79

Thread: Web Design

  1. #11

    Default Re: Web Design


    html:
    <body>
    <div id="header">
    This is HEAD!
    </div>
    </body>

    or
    <!-- html5 -->
    <body>
    <header>
    This is HEAD!
    </header>
    </body>

    css:
    <head>
    <style type="text/css">
    #header { /* #header <- (specify as id) -> id="header" */
    height: 40px; /* specify height and width */
    width: 300px;
    background: url(images/yourimage.jpg); /* your background image */
    }

    or

    header { /* html5 */
    height: 40px;
    width: 300px;
    background: url(images/yourimage.jpg);
    }
    </style>
    </head>

  2. #12

    Default Re: Web Design

    ndot lagi ni..nice nga thread bro...mao rato kutob imung tutorial bro?part 2 ra kutob?

  3. #13

    Default Re: Web Design

    body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    }
    #header{
    width:900px;
    height:300px;
    background:url(logo.jpg);
    margin-left:auto;
    margin-right:auto;
    }

    #menu{
    width:900px;
    height:40px;
    background:#C30;
    margin-left:auto;
    margin-right:auto;
    }

    #body{
    width:900px;
    height:800px;
    background:#333;
    margin-left:auto;
    margin-right:auto;
    }

    #footer{
    width:900px;
    height:200px;
    background:#000066;
    margin-left:auto;
    margin-right:auto;
    }



    Bai maoni ako code dba car man to ako gi ilisan ug logo.jpg wa man mo display

  4. #14

    Default Re: Web Design

    body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    }
    #header{
    width:900px;
    height:300px;
    background:url(logo.jpg);
    margin-left:auto;
    margin-right:auto;
    }

    #menu{
    width:900px;
    height:40px;
    background:#C30;
    margin-left:auto;
    margin-right:auto;
    }

    #body{
    width:900px;
    height:800px;
    background:#333;
    margin-left:auto;
    margin-right:auto;
    }

    #footer{
    width:900px;
    height:200px;
    background:#000066;
    margin-left:auto;
    margin-right:auto;
    }



    Bai maoni ako code dba car man to ako gi ilisan ug logo.jpg wa man mo display

  5. #15

    Default Re: Web Design

    Quote Originally Posted by fon&fun View Post
    ndot lagi ni..nice nga thread bro...mao rato kutob imung tutorial bro?part 2 ra kutob?
    hehe naa patoy part 3 - In part 3 we will going to insert an Image in our body and Add some text Content Busy ko last weekend hehe

  6. #16

    Default Re: Web Design

    body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    }
    #header{
    width:900px;
    height:300px;
    background:url(images/logo.jpg);
    margin-left:auto;
    margin-right:auto;
    }

    #menu{
    width:900px;
    height:40px;
    background:#C30;
    margin-left:auto;
    margin-right:auto;
    }

    #body{
    width:900px;
    height:800px;
    background:#333;
    margin-left:auto;
    margin-right:auto;
    }

    #footer{
    width:900px;
    height:200px;
    background:#000066;
    margin-left:auto;
    margin-right:auto;
    }

    bai mao ni ang code gi ilisan ang car.jpg dayon wala cya mo display.

  7. #17

    Default Re: Web Design

    Quote Originally Posted by pulgar View Post
    body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    }
    #header{
    width:900px;
    height:300px;
    background:url(logo.jpg);
    margin-left:auto;
    margin-right:auto;
    }

    #menu{
    width:900px;
    height:40px;
    background:#C30;
    margin-left:auto;
    margin-right:auto;
    }

    #body{
    width:900px;
    height:800px;
    background:#333;
    margin-left:auto;
    margin-right:auto;
    }

    #footer{
    width:900px;
    height:200px;
    background:#000066;
    margin-left:auto;
    margin-right:auto;
    }



    Bai maoni ako code dba car man to ako gi ilisan ug logo.jpg wa man mo display
    just add a folder bai like this: background:url(images/logo.jpg);

  8. #18

    Default Re: Web Design

    ok bai naa ka ym kanang dali ra tika ma access ba hehe

  9. #19

    Default Re: Web Design

    Quote Originally Posted by pulgar View Post
    ok bai naa ka ym kanang dali ra tika ma access ba hehe
    im always online at my gmail bro: tuthaus@gmail.com

    il try to instal a chatroom in my website bro maybe this week para real time ang tutorial and discussion did2..

  10. #20

    Default Re: Web Design

    Dili lagi ghihapon bai mao ni code

    body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    }
    #header{
    width:900px;
    height:300px;
    background:url(images/CPFII Logo.jpg);
    margin-left:auto;
    margin-right:auto;
    }

    #menu{
    width:900px;
    height:40px;
    background:#C30;
    margin-left:auto;
    margin-right:auto;
    }

    #body{
    width:900px;
    height:800px;
    background:#999;
    margin-left:auto;
    margin-right:auto;
    }

    #footer{
    width:900px;
    height:200px;
    background:#000066;
    margin-left:auto;
    margin-right:auto;
    }

    /*Navigation or menu bar*/
    #menu_wrapper{
    width:900px;
    height:40px;
    background:#C30;
    float:left;
    }
    #menu_wrapper ul{
    float:left;
    padding:0;
    margin:0;
    }
    #menu_wrapper li{
    padding:0;
    margin:0;
    list-style:none;
    width:800px;
    }
    #menu_wrapper li a{
    display:block;
    float:left;
    list-style:none;
    text-decoration:none;
    line-height:40px;
    padding:0 10px;
    color:#FFF;
    }

  11.    Advertisement

Page 2 of 8 FirstFirst 12345 ... LastLast

Similar Threads

 
  1. web designer and PHP developer
    By arkie in forum Websites & Multimedia
    Replies: 13
    Last Post: 07-12-2013, 09:05 AM
  2. Web Design Contest
    By bloodlust666 in forum Websites & Multimedia
    Replies: 8
    Last Post: 05-29-2013, 09:58 PM
  3. Part-time College Level Web Designer Needed
    By paulwpetrea in forum Websites & Multimedia
    Replies: 12
    Last Post: 05-25-2013, 11:19 AM
  4. MOVED: Web Designer & Developer...
    By Galadriel in forum Websites & Multimedia
    Replies: 0
    Last Post: 10-16-2005, 09:32 AM
  5. Replies: 0
    Last Post: 08-10-2005, 07:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top