A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: CGI Help.

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    79
    I need help with some CGI, problem is, I don't know jack about it. I want to make a button on Network54's forums change color. So I used this:

    <STYLE>

    .navbutton
    {background-color:#FFCC66;
    font-family: arial;
    font-size:10pt;
    vertical-align:middle;
    margin-top:3;}
    </STYLE>

    I can put this in one of the options so that it shows on every page. The Problem is I need to have -- CLASS="navbutton" -- with in the Input tag of all the buttons.

    <input type=submit name=preview value="Preview">&nbsp;&nbsp;&nbsp;<input type=submit value="Reply">

    Above is what Network54 has. I need a CGI script [I was told CGI can do this] to Put the words -- CLASS="navbutton" -- be hind " <input " so that it works.

    Any suggestiosn??

  2. #2
    Junior Member
    Join Date
    Sep 2001
    Posts
    3

    Re: Your not ignorant?

    It's funny to see a quote calling somone ignorant where the word "your" is used to mean "you are." All kidding aside, CGI is a whole other world, and this post really belongs at either PHPBuilder or ASP101. Good luck though...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center