Note: This topic has been unedited for 1495 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
So I've been looking at a number of pages, including user pages etc. but I can't seem to figure out how to do some things with formatting.
The main problem right now is in trying to figure out if there is any way to change the size of the text. Any help on this would be appreciated as it's a significant part of an article I'm working on.
The second (and much less important) problem is in trying to figure out how to do more advanced mathematical equations that square roots and exponentials etc. Specifically is there any way to do a limit? The closest I've come is If anyone knows how to do that then great, but it's not all that important. I just think that putting a limit in front of any equation makes it a little funnier.--JackOfSpades 06:40, 12 April 2009 (UTC)
To change the size of the text, three options:
Using a number of <small></small> or <big></big> tags.
Using <font size=" "></font>
Using <span style="font-size: "></span> (or in certain cases, with div instead of span)
For math stuff, just see what code Wikipedia uses. It should work here as well.