Results 1 to 8 of 8

Thread: HTML:How to show 1/2 like in a simple notebook[RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member eranfox's Avatar
    Join Date
    May 2001
    Posts
    492

    Question HTML:How to show 1/2 like in a simple notebook[RESOLVED]

    Hello Everybody,_________________1
    Is there a way to show 1/2 like 2 in html?

    Thank you all in advance,
    ERAN
    Last edited by eranfox; Jun 8th, 2005 at 04:59 PM. Reason: [RESOLVED]
    Eran Fox
    ASSEMBLER,C,C++,VB6,SQL...

  2. #2
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: HTML:How to show 1/2 like in a simple notebook

    will you please elaborate more?
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  3. #3
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: HTML:How to show 1/2 like in a simple notebook

    Here's a couple of ideas
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
      <head>
      <meta http-equiv="content-type" content="text/html; charset=windows-1250">
      <meta name="generator" content="PSPad editor, www.pspad.com">
      <title></title>
      </head>
      <body>
        <sup>1</sup>&frasl;<sub>2</sub>
        <table style="none">
          <tr>
            <td style="border-bottom:1pt solid black;">1</td>
          </tr>
          <tr>
            <td>4</td>
          </tr>
      </body>
    </html>
    Edit for 1 1/4
    Code:
    <table style="none">
          <tr>
            <td>1</td>
            <td>
              <table>
                <tr>        
                  <td style="border-bottom:1pt solid black;">1</td>
                <tr>
                  <td>4</td>
                </tr>
              </table>
            <td>
          </tr>
        </table>
    Last edited by DeadEyes; Jun 8th, 2005 at 10:08 AM.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: HTML:How to show 1/2 like in a simple notebook

    Like this: ½

    &#189;

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: HTML:How to show 1/2 like in a simple notebook

    You could always check out MathML though I don't think support is quite wide yet

  6. #6

    Thread Starter
    Hyperactive Member eranfox's Avatar
    Join Date
    May 2001
    Posts
    492

    Re: HTML:How to show 1/2 like in a simple notebook

    Thank you Dead Eyes,
    Now I can go to sleep.
    Best Regards,
    ERAN

    p.S.:

    Thank you mendhak AND kasracer for your replies.
    Thank you ALL - i think there is nothing to add.

    Good night

    ERAN
    Eran Fox
    ASSEMBLER,C,C++,VB6,SQL...

  7. #7
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: HTML:How to show 1/2 like in a simple notebook[RESOLVED]

    hey, i would have helpped, if i knew what you were talking about
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  8. #8

    Thread Starter
    Hyperactive Member eranfox's Avatar
    Join Date
    May 2001
    Posts
    492

    Re: HTML:How to show 1/2 like in a simple notebook[RESOLVED]

    Reply to ALL,
    I know that you would have helpped But it's really my fault - i have a lack in english vocabulary.

    Have a nice day,
    Best Regards,
    ERAN
    Eran Fox
    ASSEMBLER,C,C++,VB6,SQL...

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