I do but I don't like CSS.
CSS makes managing a website easier but at the same time harder because each browser uses this code differently and even the same browser on a different operating system.
My CSS code that I use all the time E.G nothing beats it (at the moment anyway)
H1 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:center;
}
H2 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H3 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H4 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H5 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H6 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
body {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
body { background-color:#000000; margin: 1; padding:1;
}
a {text-decoration:none;}
a:hover{ color:red;}
html {background: url(file:///Volumes/MATTS%20%204GB/MatthewAkersWebsite/Icons/Main%20Screen.png) no-repeat center fixed;
min-height: 100%;
min-width: 100%;
height: auto;
}
The headers are H1, H2, H3, H4, H5, H6 and the Body are affected by the same code apart from different sizes and position (in the case of H1).
My page Looks like this
|
|
|
V
Bgcolor: "#000000" or black in Plain English
| What Is Happening! |