I need someone who can code CSS for my websitw Thank you, or you know a good tutorial.![]()

I need someone who can code CSS for my websitw Thank you, or you know a good tutorial.![]()
Have a look through here... http://www.pixel2life.com/tutorials/...sheets/Basics/
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
I Can Code Quit A Bit Of CSS.
its really easy![]()
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
OMG ross stealing my idea of pixel2life damn you :@ and i wouldnt really say you code css "/, if you want to add css to a certain part of something eg part of a table you would do thisOriginally Posted by iRoss
Have a look through here... http://www.pixel2life.com/tutorials/...sheets/Basics/
and then in the css document you would putHTML Code:<td class="example"></td>
but were i have putHTML Code:.example { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FFFFFF; border: 1px solid #000000; background-color: #203949; }
you would change to whatever css you want to use, another way of doing this would be to include the css in the td tag so it would beHTML Code:font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FFFFFF; border: 1px solid #000000; background-color: #203949;
so using the same css as before it would look likeHTML Code:<td style="YOUR CSS"></td>
this would do exactly the same thingHTML Code:<td style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FFFFFF; border: 1px solid #000000; background-color: #203949;"></td>![]()
*Image Removed
Ahemm.. How exactly was my sig innapropriate?
Goddamit i hate this forum :@
I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@
yer, i said if you want to add css to certain bits use this or othewise you useOriginally Posted by Mentor
Thats just inline css? if your only useing something once you may as well, css in the main parts only for reuseable styles realy "/
css is simple thogh, probly easyer than html formating in some ways "/
body {
YOUR CSS
}
*Image Removed
Ahemm.. How exactly was my sig innapropriate?
Goddamit i hate this forum :@
I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@
you can also use the start of any tag to define it for all of them
img {
}
input {
}
textarea {
}
table {
}
td {
}
you can also use multiple ones seperating them with a comma
img, input, textarea, table, td {
}
*Image Removed
Ahemm.. How exactly was my sig innapropriate?
Goddamit i hate this forum :@
I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@
Want to hide these adverts? Register an account for free!