[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]

Re: Further Customisations - .pm files


  • From: Gunnar Hjalmarsson  
  • Date: Tue, 17 Sep 2002 19:43:09 +0200

Aus Creative Sites wrote:
1) I am unable to define styles for the input boxes on all the pages.

Which boxes?

all the input boxes where one is required to enter text.

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

It was unnecessary.

2) the buttons on the left. I would prefer to ... get rid of the
 buttons completely

There are no such variables. You'd need to modify parts of admin.pl, ring.pm and site.pm.

yup, so manually editing all the input box forms in site.pm and ring.pm is in order it seems.

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

 <form method="post" action="$rlmain::cgiURL/$rlmain::action">
<div class="button">
<input class="button" $rlmain::ns4width type="button" value="$home"
onclick="top.location='$rlmain::ringlinkURL'" />
</div>

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?


References to:
acs
Gunnar Hjalmarsson
Aus Creative Sites

[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]