Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Font size = 1 pixel

Name: Anonymous 2006-09-15 20:59

I can't find the proper code for it anymore, and was wondering if someone here would be able to help me out.

How do you make a single character of any font have a width of 1 pixel in HTML code?

I've done it before so I know it works, I just can't remember the code.

Name: Anonymous 2006-09-15 21:15

That only works on macs

Name: Anonymous 2006-09-15 21:38

Uhm, you could just use a period, the end result probably wouldn't look very different...

Alternatively, try <span style="font-size:1px">letter</span>.

Name: Anonymous 2006-09-15 22:33

#blah { font-size: 1px; }

Name: Anonymous 2006-09-15 22:56

Text width? Do you mean the letter-spacing attribute?

Also, using style attributes and IDs for such things are retarded. Try <span class="weirdtext">text</span> with .weirdtext { text-width: 1px; } or whatever in your CSS.

Name: Anonymous 2006-09-15 22:57

Ugh, I'm a stupid. I mean .weirdtext { letter-spacing: 1px; }

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List