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

Author Topic: html help  (Read 13215 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    html help
    « on: April 15, 2009, 09:51:56 PM »
    I am making a Table with three Cells on the left hand side going from top to bottum. And right next to all of the three cells I have a big Cell that has an Animation in it.

    And it looks greate I wanted to know how can I ad three other Cells to the Right of the Animation??

    I know how to keep ading more Cells to the Left of the Animation going from top to bottum.

    Here is my web site
    robertsartgallery.com

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: html help
    « Reply #1 on: April 15, 2009, 11:06:13 PM »
    Well, I am not much help.
    I gave up doing actual HTML years ago.
    Yes, I know how to do it.
    I also know how to bake bread with just the raw materials.
    But I buy bread at the store.

    If I have a layout that requires a table matrix, I  crate a huge table with lots of cells and then cut out areas I want to fill with graphics or Text.

    I use one of the editors that do this for this. Here is a skeleton of a matrix I just did in less that about 30 seconds of just goofing around. When I get done I will make the borders all invisible.
    http://geek9pm.com/my-table.html

    This was done with sea monkey, which is free.
    http://www.seamonkey-project.org/

    Go ahead and look at the HTML source. I never do.
    Yeah, I know, waste of code, to big, loads slow. Nowadays few pages are hand coded. If need be, some use optimizers to size down. ;D

    unlovedwarrior



      Guru

    • someday this name will be known
    • Thanked: 13
      Re: html help
      « Reply #2 on: April 16, 2009, 12:52:00 AM »
      css would be a better choice then tables save load time and cut down on file size

      kpac

      • Web moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: html help
      « Reply #3 on: April 16, 2009, 03:43:50 AM »
      There is a web design board......

      What you need is a WYSIWYG editor. Try Nvu.

      nymph4

        Topic Starter


        Specialist

        Re: html help
        « Reply #4 on: April 16, 2009, 09:08:50 AM »
        Well right now if you look at my Table you will see 6. Cells one on top of another and right next to it on the Right Side you will see one Big Cell that is the Hight of all the Cells.

        And it has an Animation in it.

        What I would like to do and I should have told it like this before.

        I would like to put 3. Cells on one on top of another and then to the Right of it have my Big Cell and the to the Right of it have 3 more Cells one on top of another.

        Since I know how to ad Cells o the Left side of my Big Cell why can't I then ad More Cells to the athor side???

        Geek-9pm


          Mastermind
        • Geek After Dark
        • Thanked: 1026
          • Gekk9pm bnlog
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: html help
        « Reply #5 on: April 16, 2009, 10:28:25 AM »
        Quote
        What you need is a WYSIWYG editor.

        If yo can see it , you just do it. Then, if you want, you can look at the resulting code. Some table layouts can be so complicated only a matrix will work. Dreamweaver 3 would let you place objects anywhere you like on a page. The you would tell it to convert to table. It wold create an optimized table that would meet your needs. And thee are other editors that let you would with graphic injects rather that raw HTML. Later, you can tweak the HTML, if need be.

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: html help
        « Reply #6 on: April 16, 2009, 11:17:29 AM »
        from the sounds of it:


        Code: [Select]
        <TABLE><TR><TD>
        <TABLE><TR>
        <TD>Cell 1: Left.</TD></TR>
        <TR><TD>Cell 2: Left.</TD></TR>
        <TR><TD>Cell 3: Left.</TD></TR>
        </TR></TABLE></TD><TD>
        <TABLE><TR><TD>
        middle cell.
        </TD></TR></TABLE></TD><TD>
        <TABLE><TR>
        <TR><TD>Cell 1: Right.</TD></TR>
        <TR><TD>Cell 2: Right.</TD></TR>
        <TR><TD>Cell 3: Right.</TD></TR>
        </TABLE></TD></TR></TABLE>

        Not sure when we started talking about WYSIWYG editors. Not sure why you'd need one. It's not hard to conceptualize the Table, at least when your first creating it.

        if you make descriptive location comments, <!-- --> it shouldn't be too hard to maintain either.


        of course CSS positioning can be used as well- but come on people- this is Nymph4, let's keep it simple.
        I was trying to dereference Null Pointers before it was cool.

        nymph4

          Topic Starter


          Specialist

          Re: html help
          « Reply #7 on: April 16, 2009, 03:42:41 PM »
          I am so so sorry I just fixed all the code on all my Web Pages it now looks ok to look at.
          robertsartgallery.com

          Now you will see a Row of 6. Cells one on top of the other and a Big Cell to the Right with Kissing Lips Animation.

          I would like to know ho to just put 3 Cells on one side of the Big Cell and 3 Cells on the other side.

          I know I can use Dreamwever but I did this by hand so I know you can do it.

          If you can make Cells ad on top of another and keep a Big Cell to one side then I know you can do diferant things.

          Here is my code

          <TABLE width="445" BORDER="5" cellspacing="5">
          <TR>

          <TD>
          <a href="index.html"><font size="4" face="Times New Roman">
          Click here to go back to the Home Page.
          </FONT>
          [/url]
          </TD>


          <TD rowspan="6" align="center">
          <img src="lips.GIF" height="70" alt="" border="0" align="">
          </TD>
          </TR>


          <TR>
          <TD>
          <a href="Resume.html"><font size="4" face="Times New Roman">
          Click here to go to the Atist Resume Page.
          </FONT>
          [/url]
          </TD>
          </TR>


          <TR>
          <TD>
          <a href="camera.html"><font size="4" face="Times New Roman">
          How to Buy a Digital Camera.
          [/url]
          </TD>
          </TR>


          <TR>
          <TD>
          <a href="hard drives.html"><font size="4" face="Times New Roman">
          How to Buy a Hard Drive.
          [/url]
          </TD>
          </TR>



          <TR>
          <TD>
          <a href="monitors.html"><font size="4" face="Times New Roman">
          How to Buy a Monitor.
          [/url]
          </TD>
          </TR>


          <TD>
          <a href="tips.html"><font size="4" face="Times New Roman">
          How to Run your computer better.
          [/url]
          </TD>


          </TABLE>

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: html help
          « Reply #8 on: April 16, 2009, 03:50:59 PM »
          How come so many lately are using [/url] to close the <a> tag?

          Code: [Select]
          </a> is the closing tag for <a>, not [/url].

          I would like to know ho to just put 3 Cells on one side of the Big Cell and 3 Cells on the other side.

          That has been answered.
          « Last Edit: April 17, 2009, 04:24:39 AM by kpac »

          dr_iton



            Intermediate
          • Reading jeopardizes stupidity?
          • Thanked: 6
            • PERSONAL WEB SITE
          • Certifications: List
          • Experience: Experienced
          • OS: Windows 10
          Re: html help
          « Reply #9 on: April 16, 2009, 05:18:33 PM »
          I don't know if I understood that, but i think he was asking about this:



          Than do so:
          <table border="1" width="956">
              <tr>
                  <td width="311">&nbsp;</td>
                  <td width="311" rowspan="3">&nbsp;</td>
                  <td width="311">&nbsp;</td>
              </tr>
              <tr>
                  <td width="311">&nbsp;</td>
                  <td width="311">&nbsp;</td>
              </tr>
              <tr>
                  <td width="311">&nbsp;</td>
                  <td width="311">&nbsp;</td>
              </tr>
          </table>


          Cheers.


          A MARATHON BEGIN'S WITH A FIRST STEP.

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: html help
          « Reply #10 on: April 16, 2009, 05:40:48 PM »
          How come so many lately are using [/url] to close the <a> tag?

          [/url] is the closing tag for <a>, not [/url].


          and so you see- this is why it shows as [/url] instead.

          Quote
          <table border="1" width="956">
              <tr>
                  <td width="311">&nbsp;</td>
                  <td width="311" rowspan="3">&nbsp;</td>
                  <td width="311">&nbsp;</td>
              </tr>
              <tr>
                  <td width="311">&nbsp;</td>
                  <td width="311">&nbsp;</td>
              </tr>
              <tr>
                  <td width="311">&nbsp;</td>
                  <td width="311">&nbsp;</td>
              </tr>
          </table>

          Cheers.


          congratulations, you refactored what I presented by lowercasing the tags and defining set widths.
          I was trying to dereference Null Pointers before it was cool.

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: html help
          « Reply #11 on: April 17, 2009, 04:24:00 AM »
          and so you see- this is why it shows as [/url] instead.

          OMG! I'm getting mixed up myself now!

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: html help
          « Reply #12 on: April 17, 2009, 10:06:23 AM »
          well- not really-

          closeing A tag:

          [/url]


          probably will show as [/url] when I post.

          seems like it converts them. On the other hand, I suppose this is what code tags are for.
          I was trying to dereference Null Pointers before it was cool.

          Geek-9pm


            Mastermind
          • Geek After Dark
          • Thanked: 1026
            • Gekk9pm bnlog
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 10
          Re: html help
          « Reply #13 on: April 17, 2009, 02:10:19 PM »
          Quote
          seems like it converts them. On the other hand, I suppose this is what code tags are for.

          The site is written in PHP that runs on the server. What ever you, a client, puts in te text box is later parsed and converted to HTNL for the public.

          In fact, it will catch URLs even if I do not use the http:// prefix. it will work even if I us yst a www. before the domain.
          www.geek9pm.com
          If you click on my domain, it will open in a new tab.
          That is a feature of this site. I like it.
          On other sires I hive to do HTNL, blaaaguh!
           8)

          Aegis



            Expert

            Thanked: 67
            • Yes
            • Yes
            • Brian's Mess Of A Web Page
          • Experience: Experienced
          • OS: Windows 10
          Re: html help
          « Reply #14 on: April 17, 2009, 02:12:22 PM »
          What's HTNL ?   ???


          "For you, a thousand times over." - "The Kite Runner"