Could someone..

Associate
Joined
4 Jul 2005
Posts
423
Location
UK
please edit the code found on this website

http://www.createblog.com/layouts/download.php?id=3152

So that it doesnt have the "Layout made by createablog.com"
1052x55.jpg


thanks.

think this is the right forum..
 
Soldato
Joined
27 Aug 2004
Posts
17,072
Location
Geordieland
Code:
/*Created using MyGen 2.0 - [url]www.mygen.co.uk*/[/url]

/*Background Stuff*/
table, td { background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://images.cbimg4.com/myspace/09/2215j.gif");
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat; 
/*Scrollbar Stuff*/
scrollbar-face-color:000000;scrollbar-highlight-color:000000;scrollbar-3dlight-color:FF6600;scrollbar-shadow-color:000000;scrollbar-darkshadow-color:FF6600;scrollbar-arrow-color:FF6600;scrollbar-track-color:FF6600; }

/*Table & Border attributes*/
table table table {border:2px solid; border-color:FF6600;  padding:1; background-color:transparent; }
table table{border:0px}
table table table table{border:0px}

/*Text Attributes*/
font, td, a, body, input, textarea, table{color:FF6600;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: FF6600; } .btext {font-family: arial; font-size: 8pt; color: FFFFFF; } .blacktext10 {font-family: arial; font-size: 8pt; color: FF6600; } .blacktext12 {font-family: arial; font-size: 8pt; color: FF6600; } .lightbluetext8 {font-family: arial; font-size: 8pt; color: FFFFFF; } .nametext {font-family: arial; font-size: 8pt; color: FFFFFF; } .orangetext15 {font-family: arial; font-size: 8pt; color: FFFFFF; } .redbtext {font-family: arial; font-size: 8pt; color: FF6600; } .text {font-family: arial; font-size: 8pt; color: FF6600; } .whitetext12 {font-family: arial; font-size: 8pt; color: FFFFFF; } 
/*Link Attributes*/
a:link, a.man:link, a.navbar:link, a.text:link {font-family: arial; font-size: 8pt; color: FFFFFF; } a:hover, a.man:hover, a.navbar:hover, a.text:hover{font-family: arial; font-size: 8pt; color: FF6600; font-weight: bold; } a:visited, a.man:visited, a.navbar:visited, a.text:visited {font-family: arial; font-size: 8pt; color: FF6600; font-weight: bold; } 

/*Additional Features*/
.blacktext12 {visibility:hidden; display:none}
body div table tbody tr td font {visibility:hidden;}
.navbar {visibility:visible;}
.navbar font {visibility:hidden;}
table td div div font {visibility:hidden;}

img { filter: Alpha(Opacity=50); }
a:link img { filter: Alpha(Opacity=50); }
a:hover img { filter: none; }

Might be wrong as im pretty new to coding, especaially for the web, but try that.
 
Back
Top Bottom