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

Thread: Need someone to convert my Html into CSS

  1. #1
    Join Date
    May 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need someone to convert my Html into CSS

    hey i am looking for to convert my Html into CSS.

    this is very small html file include 1 image, 1 javascrip form, and some text Paragraph.

    any help will be appriciated:

  2. #2
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    please supply the code or a link
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  3. #3
    Join Date
    May 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    please chekout the attachment

  4. #4
    Join Date
    Mar 2007
    Location
    Tarboro, NC
    Posts
    290
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default

    Do you want external or in the HEAD area CSS?

  5. #5
    Join Date
    May 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i need external css file for my whole html code.

  6. #6
    Join Date
    Mar 2007
    Location
    Tarboro, NC
    Posts
    290
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default

    That is perfectly fine, I will try doing it. It may take a while, as I'm not used to code that is not mine.

    Tim

  7. #7
    Join Date
    Mar 2007
    Location
    Tarboro, NC
    Posts
    290
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default

    Sorry, my conversion was unsuccessful. It made a few things horrible, CSS does not work the same way HTML attributes do, convert your layout to DIVs and remove all of the TD's and TR's and I can possibly help you, sorry.

    Tim

    edit: heres a partial of the CSS it might help you.

    Code:
    BODY
    {
    margin-top: 1px;
    margin-left: 1px;
    }
    
    #header
    {
    width: 100%;
    border: 0px;
    height: 39px;
    }
    
    #td1
    {
    width:233px;
    height:39px;
    }
    
    #td2
    {
    width: 929px;
    height: 70px;
    }
    
    #AutoNumber1
    {
    border: 0px #111111 solid;
    border-spacing: 1px;
    border-collapse: collapse;
    width: 100%;
    
    #td3
    {
    width: 1%;
    height: 3px;
    }
    
    #td4
    {
    width: 21%;
    height: 3px;
    }
    
    #td5
    {
    width: 12%;
    height: 3px;
    }
    
    #td6
    {
    width: 27%;
    height: 3px;
    }
    
    #td7
    {
    width: 20%;
    height: 3px;
    }
    
    #td8
    {
    width: 15%;
    height: 3px;
    }
    
    #td9
    {
    width: 3%;
    height: 3px;
    }
    
    #td10
    {
    width: 100%;
    height: 8px;
    background: url(images/hotdot.png);
    }
    
    div#div1
    {
    text-align: center;
    }
    
    #AutoNumber2
    {
    border: 0px #111111 solid;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    
    #td11, #td12
    {
    width: 100%;
    }
    
    div#div2
    {
    align: left;
    }
    
    #AutoNumber3
    {
    border: 0px #111111 solid;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 50%;
    height: 1px;
    }
    
    #td13
    {
    width: 100%;
    text-align: left;
    height: 1px;
    }
    
    div#div3
    {
    text-align: left;
    }
    
    #AutoNumber4
    {
    border: 0px #111111 solid;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    height: 584px;
    }
    
    #td14
    {
    width: 31%;
    height: 584;
    }
    
    div#div4
    {
    text-align: left;
    }
    
    #AutoNumber11
    {
    border: 0px #111111 solid;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 72%;
    }
    
    #td15
    {
    width: 100%;
    }
    
    div#div5
    {
    text-align: center;
    }
    
    #AutoNumber12
    {
    border: 0px #111111 solid;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 88%;
    }
    
    #td16
    {
    width: 100%;
    }
    
    div#div6
    {
    text-align: center;
    }
    
    #AutoNumber9
    {
    border: 0px;
    border-spacing: 0px;
    width: 79%;
    }
    
    #td17
    {
    width: 100%;
    height: 1px;
    }
    
    #thelinks
    {
    overflow: auto;
    width: 24em;
    height: 25em;
    font: 95% arial,sans-serif;
    }
    
    .text2
    {
    font-family: Arial;
    font-size: 2;
    }
    
    .spacer
    {
    width: 1%;
    height: 3px;
    background: url(images/vdot.png);
    }
    
    .text1
    {
    font-family: Arial;
    font-size: 4;
    }
    
    .p1
    {
    text-align: center;
    }
    
    .image
    {
    border: 0px;
    }
    
    a:link {color: #990000;}
    a:visited {color: #990000;}
    a:active {color: #990000;}
    a:hover {background-color: #C0C0C0;}
    a {text-decoration: none}
    its not completed because I saw what things it screwed up. I was typing fast so some things need corrected, I corrected before I tried it out, so its not that.

  8. #8
    Join Date
    May 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for your work i'll try to manage it and if anyone else can help me please?

  9. #9
    Join Date
    May 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    any work will be appriciated so please help me please

  10. #10
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Please don't bump the thread after an hour, it's considered very rude. Please wait at least a day for a reply, and even 2 -- because it's Christmas.

    You can't just expect someone to convert your code to something else. It's time consuming, and most people don't have time to do it. You've even been pretty lucky and had TimFA attempt at it.

    Why don't you try converting it yourself? And post your results here, and we'll be glad to help!
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

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
  •