Hallo,
Ik ben absoluut nieuw in Php en heb een gastenboekscript, wat bestaat uit 4 delen. Config, gastenboek, layout en toevoegen.
De layout is het gedeelte wat ik moet veranderen. Onderstaand is het script.
Hoe kan ik daar nu een achtergrondafbeelding invoegen.
Heel graag een reactie van een van jullie.
Bij voorbaat hartelijk dank,
Peter
<style type="text/css">
<!--
A:link {color:#FFffff;text-decoration:none;}
A:visited {color:#FFffff;text-decoration:none;}
A:Hover {color:#FF0000;text-decoration:underline;}
A:Active {color:#FF0000;text-decoration:none;}
body{background: #1a2d8b;color: #8888ff;font-family: verdana;font-size: 8pt;}
table{background: #1a2d8b;color: #8888ff;font-family: tahoma;font-size: 8pt;}
td{background: #1a2d8b;color: #8888ff;font-family: tahoma;font-size: 8pt;}
textarea{background: #1a2d8b;color: #8888ff; font-family: tahoma;font-size: 8pt;border: solid #8888ff;border-width: 1;}
input{background: #8888ff;color: #000000; font-family: tahoma;font-size: 8pt;border: solid #000000;border-width: 1;}
option{background: #FFFFFF;color: #000000; font-family: tahoma;font-size: 8pt;border: solid #000000;border-width: 1;}
submit{background: #FFFFFF;color: #000000; font-family: tahoma;font-size: 8pt;border: solid #000000;border-width: 1;}
reset{background: #FFFFFF;color: #000000; font-family: tahoma;font-size: 8pt;border: solid #000000;border-width: 1;}
-->
</style>
3.580 views