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::(
Printable View
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::(
please supply the code or a link
please chekout the attachment
Do you want external or in the HEAD area CSS?
i need external css file for my whole html code.
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
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.
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.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}
thanks for your work i'll try to manage it and if anyone else can help me please?
any work will be appriciated so please help me please
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! :)