Click to See Complete Forum and Search --> : dash tag


vik_pa
06-16-2003, 10:43 AM
whats the tag for a dash i.e. -

Jona
06-16-2003, 10:45 AM
You can use an image, or a dash. :p Do you mean, make a table's border dashed? Or do you mean the ASCII code for a dash?

Jona

PeOfEo
06-16-2003, 03:43 PM
you can use a special character code to make a dash like so put this "–" on your page and where you put it a - will appear.

PeOfEo
06-16-2003, 03:45 PM
would you look at that lol, the forum did not filter the special character code the code is "& # 8 2 1 1 ;" but no space inbetween the letters. Sorry If I did not write it like that it would read it as a - like it did above

Jona
06-16-2003, 03:55 PM
That's what I meant by ASCII code, PeOfEo. Also, you would use: – to make the symbol. (Use – for it to display like I did in the fourm.)

Jona

PeOfEo
06-16-2003, 09:02 PM
well ascii generally refers to saying char(66) or something opf that description special characters is a different method of calling up the character then jjust putting in the ascii hex value for the character I thought.

Jona
06-17-2003, 01:34 PM
Depending on the page's CHARSET content, you can use ASCII to get any character(s) you want via ASCII codes.

Jona

jeffmott
06-17-2003, 03:40 PM
Depending on the page's CHARSET content, you can use ASCII to get any character(s) you want via ASCII codes.By ASCII codes do you mean character entities? If so then these codes are actually completely independent of the document's character set. Unicode is the character encoding that all entities refer to.

Jona
06-17-2003, 11:17 PM
Yes Jeff, that's what I meant by ASCII codes. ;) But I didn't know that it wasn't specific to the document's charset. Thanks for pointing that out to me... I got that mixed up with fonts. In IE the default font for some computers is Arial, while for other (ealier) computers it is Times New Roman, still in even earlier computers it is MS-Sans Serif.

Jona

Hester
06-18-2003, 04:56 AM
– or —

PeOfEo
06-20-2003, 12:40 AM
we have come to the conclusion that there are several special character commands for that one darned symbol. :mad: