Re: Further Customisations - .pm files
Aus Creative Sites wrote:
1) I am unable to define styles for the input boxes on all the pages. Hmm.. The reason why I asked is that just that is one of the news in version 2.37. It can be done, and now I see that you tried: input.text {
font-family: arial;
font-size: 10px;
font-weight: bold;
color: #815018;
border: 1px solid #815018;
background: #FFFFFF; solid"
}It would have worked, if you had skipped that trailing solid" which is incorrect and causes all the input.text declarations to be ignored. Your CSS includes a few other errors. modifying site.pm and ring.pm manually adding style attributes to each text box seems to be the only way to do it. So I have
2) the buttons on the left. I would prefer to ... get rid of the buttons completely You are allowed to make any modifications you like, as soon as you do it only for your own use. > Any tips on how to do so? like when you have Nope. If you want to make such mods, you'll need to know what you are doing. But I can give you a couple of hints: - You must learn about forms. - Personally I don't know of any good way to exchange those buttons for plain text links. Image type input elements should be the easiest. / Gunnar P.S. Have you possibly seen how your site appears in browsers like Opera and Netscape 4.x?
|