Jump to content

how can i controll the position of stuff in php


cosmoshell

Recommended Posts

how can i add a setting for that to this like to center it and move it down a couple <br>s

html, body {

background: #000000 url(bg_tile.gif);

margin: 0px;

color: #848484;

font-family:Arial, Helvetica, sans-serif;

font-size:9pt;

}

 

.logo {

width: 100%;

background: url(antrix.png) no-repeat center;

height: 200px;

}

 

table {

background: #1f1f1f;

border: 1px solid #363636;

margin-bottom:20px;

}

 

td {

background-color:green;

font-size:9pt;

}

 

th {

background: #373737 url(gradient_thead.gif) repeat-x top left;

font-size:9pt;

text-align: left;

color:#FFFFFF;

border-top: 1px solid #363636;

}

 

tr.head th {

background: #5b8d22 url(gradient_tcat.gif) repeat-x top left;

text-align:center;

font-size:10pt;

color:#000000;

padding:5px;

}

 

.footer {

font-size:7pt;

margin:10px 0 10px 0;

}

 

.button {

background: #373737 url(gradient_thead.gif) repeat-x top left;

color: #FFFFFF;

border: 1px solid #5b8d22;

width:120px;

margin:0px 10px 0px 10px;

font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

}

 

.error {

color:#FF0000;

}

 

template.php

<script type="text/javascript" language="javascript" src="sniffer.js"></script>

<script type="text/javascript" language="javascript1.2" src="custom.js"></script>

<script type="text/javascript" language="javascript1.2" src="style.js"></script>

<script type="text/javascript" language="javascript1.2" src="menu.js"></script>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.