• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PHP A nice solution how to make your site more attractive!

A other solution "for the WYSIWYG editor" or/and for a fast edit.

Paste this

Code:
.lightBorder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAD194 url(images/backgrounds/header-1.gif) repeat-x scroll center top;
}

.vdarkBorder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AA5900 url('images/header-3.gif') repeat-x scroll center top;
}

.darkBorder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DBB96A url(images/backgrounds/header-2.gif) repeat-x scroll center top;
}

In your .CSS style sheet. Then download the Files for the images

images.rar

Re-host of the Images (header)

And use it :]
Code:
<td class="darkBorder>
<td class="vdarkBorder>
<td class="lightBorder>

or Tr
 
Last edited:
Why it wont find any lightborder etc in files? :eek: You should post your highscore and other .php files with edited script.
 
Back
Top