|
-
Jun 8th, 2005, 09:29 AM
#1
Thread Starter
Hyperactive Member
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...
-
Jun 8th, 2005, 09:31 AM
#2
Fanatic Member
Re: HTML:How to show 1/2 like in a simple notebook
will you please elaborate more?
-
Jun 8th, 2005, 10:01 AM
#3
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>⁄<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.
-
Jun 8th, 2005, 10:22 AM
#4
Re: HTML:How to show 1/2 like in a simple notebook
-
Jun 8th, 2005, 10:41 AM
#5
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
-
Jun 8th, 2005, 04:58 PM
#6
Thread Starter
Hyperactive Member
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...
-
Jun 8th, 2005, 08:40 PM
#7
Fanatic Member
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
-
Jun 9th, 2005, 06:31 AM
#8
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|