07-11-2011, 12:29 AM
Well my web code looks pretty different...
Cant really explain wich kind of code tamplets I am using...
But this is some of the code;
So how Am I able to get the banner code, into this, without destorying anything on the template on www.vielamort.com?
Cant really explain wich kind of code tamplets I am using...
But this is some of the code;
PHP Code:
* {
margin: 0px;
padding: 0px;
}
html {
font-size: 100%;
height: 100%;
}
* html {
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
*+ html {
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
So how Am I able to get the banner code, into this, without destorying anything on the template on www.vielamort.com?