Need some HTML help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DarkJedi
    No Refunds Issued.
    • Feb 2001
    • 28301

    #1

    Need some HTML help

    hey people, please hook me up with a html code for a table like this:




    i suck at HTML
  • Ironhorse
    Pixel Pusher
    • Nov 2002
    • 7094

    #2
    <TEXTAREA ROWS="5"><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
    <TR>
    <TD></TD>
    <TD></TD>
    <TD></TD>
    </TR>
    <TR>
    <TD></TD>
    <TD></TD>
    <TD ROWSPAN="2"></TD>
    </TR>
    <TR>
    <TD></TD>
    <TD></TD>
    </TR>
    </TABLE></TEXTAREA>

    this is for a 3x3 let me get you a 4x3
    [email protected]

    Comment

    • Ironhorse
      Pixel Pusher
      • Nov 2002
      • 7094

      #3
      <textarea rows"5"><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
      <TR>
      <TD></TD>
      <TD></TD>
      <TD></TD>
      <TD></TD>
      </TR>
      <TR>
      <TD></TD>
      <TD></TD>
      <TD COLSPAN="2" ROWSPAN="2"> </TD>
      </TR>
      <TR>
      <TD></TD>
      <TD></TD>
      </TR>
      </TABLE></textarea>
      [email protected]

      Comment

      • Reak
        So Fucking Banned
        • Mar 2003
        • 17920

        #4
        <table width="650" height="112" border="0">
        <tr>
        <td height="108"><table width="650" border="0">
        <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        </tr>
        </table>
        <table width="650" border="0">
        <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        </tr>
        </table>
        <table width="650" height="25" border="0">
        <tr>
        <td height="21">&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        </tr>
        </table>
        <table width="650" border="0">
        <tr>
        <td width="408" height="27"><table width="101%" height="25" border="0">
        <tr>
        <td width="32%" height="21">&nbsp;</td>
        <td width="31%">&nbsp;</td>
        <td width="37%">&nbsp;</td>
        </tr>
        </table>
        </td>
        <td width="232">&nbsp;</td>
        </tr>
        </table></td>
        </tr>
        </table>

        Comment

        • DarkJedi
          No Refunds Issued.
          • Feb 2001
          • 28301

          #5
          doesnt work

          (i copy/pasted it into FrontPage 200 and cant see anything)

          Comment

          • Reak
            So Fucking Banned
            • Mar 2003
            • 17920

            #6
            right it dont show html..

            let me put in a Text file

            Comment

            • DarkJedi
              No Refunds Issued.
              • Feb 2001
              • 28301

              #7
              Reak - thats not exactly it

              Comment

              • Reak
                So Fucking Banned
                • Mar 2003
                • 17920

                #8
                Originally posted by DarkJedi
                doesnt work

                (i copy/pasted it into FrontPage 200 and cant see anything)
                use DreamWeaver Mx

                Comment

                • lyno
                  Confirmed User
                  • May 2003
                  • 474

                  #9
                  Something like that?
                  http://www.teensnporno.com/tgp2/bdsm/index.html


                  Should be easy. How can i post HTML source on GFY?

                  Comment

                  • Ironhorse
                    Pixel Pusher
                    • Nov 2002
                    • 7094

                    #10
                    Just download it here http://www.sexymojo.com/design/darkjedi.html
                    [email protected]

                    Comment

                    • Reak
                      So Fucking Banned
                      • Mar 2003
                      • 17920

                      #11
                      http://www.firstclasspussys.com/html.txt

                      Comment

                      • DarkJedi
                        No Refunds Issued.
                        • Feb 2001
                        • 28301

                        #12
                        Yep, got it !!

                        Thanks everyone !!

                        Comment

                        Working...