Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HTML Help  (Read 16497 times)

0 Members and 1 Guest are viewing this topic.

kpac

  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: HTML Help
« Reply #15 on: March 21, 2009, 01:58:14 PM »
As far as I know, all browser will do this.

nymph4

    Topic Starter


    Specialist

    Re: HTML Help
    « Reply #16 on: March 24, 2009, 08:25:46 PM »
    I know if I want my Table to be so bi I just ad the  width= and then type how many Pixels.

    But what if I don't worry about how big the Table is but I want to make every Cell so many Pixels wide.

    How would I do this???

    nymph4

      Topic Starter


      Specialist

      Re: HTML Help
      « Reply #17 on: March 25, 2009, 03:31:56 PM »
      Anyone??

      nymph4

        Topic Starter


        Specialist

        Re: HTML Help
        « Reply #18 on: March 25, 2009, 06:11:52 PM »
        Can someone help me with Form Code.

        I got this Code from a web site that tells how you can put a form on your web site without useing CGi

        Here is the Code can you tell me why it does not display right?

        <FORM ACTION="[email protected]">
        <METHOD="POST" ENCTYPE="MULTIPART/FORM-DATA" NAME="EMAILTESTFORM">


        Your Name<BR>
        <IMPUT TYPE="TEXT" SIZE="20" NAME="VISITORNAME">


        Your Comment<BR>
        <TEXTAREA NAME="VISTORCOMMENT" ROWS="4" COLS="20>
        </TEXTAREA>

        <IMPUT TYPE="SUBMIT" VALUE="EMAIL THIS FORM">
        </FORM>

        nymph4

          Topic Starter


          Specialist

          Re: HTML Help
          « Reply #19 on: March 26, 2009, 09:50:49 AM »
          Anyone??

          nymph4

            Topic Starter


            Specialist

            Re: HTML Help
            « Reply #20 on: March 26, 2009, 09:51:22 AM »
            Anyone???

            squall_01



              Prodigy

              Thanked: 80
              Re: HTML Help
              « Reply #21 on: March 26, 2009, 10:44:22 AM »
              sorry left my book at home ment to say that, if I can I'll get to it.
              Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

              If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

              nymph4

                Topic Starter


                Specialist

                Re: HTML Help
                « Reply #22 on: March 26, 2009, 02:12:50 PM »
                When you can just give me the E Mail form code that does not need a CGi

                dr_iton



                  Intermediate
                • Reading jeopardizes stupidity?
                • Thanked: 6
                  • PERSONAL WEB SITE
                • Certifications: List
                • Experience: Experienced
                • OS: Windows 10
                Re: HTML Help
                « Reply #23 on: March 26, 2009, 03:24:21 PM »
                I hope that this link it's going to help you:
                Donny's HTML tags
                Cheers.


                A MARATHON BEGIN'S WITH A FIRST STEP.

                squall_01



                  Prodigy

                  Thanked: 80
                  Re: HTML Help
                  « Reply #24 on: March 27, 2009, 09:26:54 AM »
                  sorry wont get it till this weekend.
                  Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

                  If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

                  dr_iton



                    Intermediate
                  • Reading jeopardizes stupidity?
                  • Thanked: 6
                    • PERSONAL WEB SITE
                  • Certifications: List
                  • Experience: Experienced
                  • OS: Windows 10
                  Re: HTML Help
                  « Reply #25 on: March 27, 2009, 11:08:26 AM »
                  This is not going to display properly:

                  Quote
                  <FORM ACTION="[email protected]">
                  <METHOD="POST" ENCTYPE="MULTIPART/FORM-DATA" NAME="EMAILTESTFORM">

                  Your Name<BR>
                  <IMPUT TYPE="TEXT" SIZE="20" NAME="VISITORNAME">

                  Your Comment<BR>
                  <TEXTAREA NAME="VISTORCOMMENT" ROWS="4" COLS="20>
                  </TEXTAREA>

                  <IMPUT TYPE="SUBMIT" VALUE="EMAIL THIS FORM">
                  </FORM>

                  This is properly written:
                  Quote
                  <FORM ACTION="[email protected]" METHOD="POST" ENCTYPE="MULTIPART/FORM-DATA" NAME="EMAILTESTFORM">


                  Your Name<BR>
                  <INPUT TYPE="TEXT" SIZE="20" NAME="VISITORNAME">


                  Your Comment<BR>
                  <TEXTAREA NAME="VISTORCOMMENT" ROWS="4" COLS="20>
                  </TEXTAREA>

                  <INPUT TYPE="SUBMIT" VALUE="EMAIL THIS FORM">
                  </FORM>

                  Cheers.
                  « Last Edit: March 27, 2009, 02:03:02 PM by kpac »


                  A MARATHON BEGIN'S WITH A FIRST STEP.

                  squall_01



                    Prodigy

                    Thanked: 80
                    Re: HTML Help
                    « Reply #26 on: March 30, 2009, 09:11:56 AM »
                    I would try what he had posted, wasnt able to get on due to complications and the fact that I forgot about it.  If you google around you'll probably find it, this stuff isnt all that hard.
                    Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

                    If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

                    nymph4

                      Topic Starter


                      Specialist

                      Re: HTML Help
                      « Reply #27 on: April 07, 2009, 01:05:09 PM »
                      The about E Mail Form code did not work and it did not display right.

                      Do I have to use CGi Script to get the E Mail Form to work?

                      And is it hard to get down pat???

                      nymph4

                        Topic Starter


                        Specialist

                        Re: HTML Help
                        « Reply #28 on: April 07, 2009, 08:55:36 PM »
                        OK my Web Server does give me a CGi-Bin

                        Now I am looking all over google for Documention on how to create EMail scripts.

                        I would like to know how to create an e mail form.
                        But I am just getting a lot of Cut this and Past this and it does not work or tell me how it works.

                        squall_01



                          Prodigy

                          Thanked: 80
                          Re: HTML Help
                          « Reply #29 on: April 08, 2009, 09:55:56 AM »
                          I would see if there is a youtube video.  Alot of stuff on there is good.
                          Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

                          If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres