Announcement

Collapse
No announcement yet.

Ping: Anyone Versed In HTML

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ping: Anyone Versed In HTML

    Im trying to make these 3 pictures and headlines/captions allign side by side without the stutter. Im simply stealing the code from the main page right now so there may be an easier way to do it. Anyone give some help?

    http://www.suicane.com/test.htm
    I luv British womenz.

  • #2
    Wouldn't a table with invisible borders work?
    "Larry Deasoooooooooooooooooon" -- Phil Jenkins

    Comment


    • #3
      Dude, you assume I know how to do that.
      I luv British womenz.

      Comment


      • #4
        table

        tr

        td

        cell 1, row 1 text

        /td

        td

        cell 2, row 1 text

        /td

        td

        cell 3, row 1 text

        /td

        /tr

        /table

        Comment


        • #5
          Originally posted by Suicane
          Dude, you assume I know how to do that.
          FFS

          Are you working with wankass frontpage or no?
          "Larry Deasoooooooooooooooooon" -- Phil Jenkins

          Comment


          • #6
            the tr tag = row, so after each /tr that you want one more row for, you just add a new tr then td for the cell..

            Comment


            • #7
              Is that actual code? Where do the pic links and top and bottom text go? Im sorry, it's like trying to explain advanced quantam physics to me.
              I luv British womenz.

              Comment


              • #8
                The co-commissioner, ladies and gentlemen...
                "Larry Deasoooooooooooooooooon" -- Phil Jenkins

                Comment


                • #9
                  that was pseudo-code.. or as close to pseudo code as I get..

                  the tags obviously need to be enclosed in brackets.. < and > you know..

                  lets do it this way:

                  (table)

                  (tr)
                  (td)
                  Better Late Then Never
                  (/td)
                  (td)
                  Better Late Then Never
                  (/td)
                  (td)
                  Better Late Then Never
                  (/td)
                  (/tr)
                  (tr)
                  (td)
                  (img src=whatever.jpg)
                  (/td)
                  (td)
                  (img src=whatever.jpg)
                  (/td)
                  (td)
                  (img src=whatever.jpg)
                  (/td)
                  (/tr)
                  (tr)
                  (td)
                  Pic text explained
                  (/td)
                  (td)
                  Pic text explained
                  (/td)
                  (td)
                  Pic text explained
                  (/td)
                  (/tr)
                  (/table)

                  Comment


                  • #10
                    this code is ONLY for the table.. nothing else.. I'm assuming you've got a stylesheet or whatnot taking care of formatting for fonts etc for the entire site.. you might also want to set the size of the table (done in the first table-tag)

                    Comment


                    • #11
                      This could be a good dynasty.
                      "Larry Deasoooooooooooooooooon" -- Phil Jenkins

                      Comment


                      • #12
                        Coder you can use the code button to post html:

                        [code]Suicane
                        Los Angeles Matadors AC West Champs: 2037

                        Pittsburgh Power NC North Champs: 2005, 2006, 2009

                        Comment


                        • #13
                          Code:
                          Better Late Then Never Better Late Then Never Better Late Then Never
                          Pic text explained Pic text explained Pic text explained

                          Comment


                          • #14
                            Originally posted by MrBigglesworth
                            Coder you can use the code button to post html:

                            [code]Suicane
                            the plot thickens
                            "Larry Deasoooooooooooooooooon" -- Phil Jenkins

                            Comment


                            • #15
                              Ok, I got it working, thank you. Now my next question, is there a way to space the pics/captions out so that they arn't right next to each other, like a left, center, right allignment thingyabob.
                              I luv British womenz.

                              Comment

                              Working...
                              X