October 16, 2011 - 5:38am — WonderfullySarcastic
To anyone using an older version of Internt Explorer (or anyone, really) is coding a biography with CSS possible in IE? I ask because I can't change my text size to a smaller size, it ends up bigger. And I'm sure that IE is not the best browser to view CSS in. I figure if it's a battle with font size and viewing others' bios, I don't want to battle CSS all together.
I can no longer upgrade IE
Yes, it is possible. I don't do a whole lot of CSS, but what I do generally works. And what doesn't work usually doesn't work because I'm doing something wrong
Try using
<small></small>
to make smaller text, instead of<font size=#></font>
. I tend to have more success with that. You can use multiple<small></small>
codes to get smaller and smaller text. In example:<small>text</small>
text
<small><small>text</small></small>
text
I generally don't have trouble viewing other people's bios, either. Every now and then it'll be too large for my screen or a text box won't scroll correctly, but most of the time everything works just fine.
Thank you, Aivilo! By chance,
By chance, you wouldn't happen to know if anything coded in IE turns up different when viewed by other browsers, would you? Like, when people add "Best viewed in ____", is IE a pain about that?
.
Not usually. I don't code as
Of course there are exceptions here and there, but when I built pages I tended to have less trouble making things work from browser-to-browser when I started with IE.
Coding on TEF seems to have its own set of quirks, however xD
Aivilo, you are so helpful! I
Thank you!
.
Haha, no problem - I'm glad
I keep 3-4 browsers on my computer so that I can flip between them if I'm having trouble or want to make sure something works in other common browsers.