madHatter1
Technical User
Hello
I am using a form for visitors to complete. What they complete (email address, etc) goes into a traditional guestbook.
I am unsure whether to use:
<style>
.txt {
border: 1px solid #87CEFA;
font-family: verdana,arial,helvetica;
font-size: 8pt;
color: #ffffff;
background: #000000;
font-weight: medium;
}
</style>
or:
<style>
.searchbox {
border:solid 1px #87CEFA;
font-family: verdana,arial,helvetica;
font-size: 8pt;
background-color: black;
color: #ffffff;
font-weight: medium;
}
</style>
What is best and what is the difference, please?
Thanks
Hatter
I am using a form for visitors to complete. What they complete (email address, etc) goes into a traditional guestbook.
I am unsure whether to use:
<style>
.txt {
border: 1px solid #87CEFA;
font-family: verdana,arial,helvetica;
font-size: 8pt;
color: #ffffff;
background: #000000;
font-weight: medium;
}
</style>
or:
<style>
.searchbox {
border:solid 1px #87CEFA;
font-family: verdana,arial,helvetica;
font-size: 8pt;
background-color: black;
color: #ffffff;
font-weight: medium;
}
</style>
What is best and what is the difference, please?
Thanks
Hatter