Web Hosting Talk







View Full Version : html wiki reference link: how?


ryan14
08-26-2009, 10:30 PM
how can i make a small number appear like wikipedia does for when you reference statements in articles like this:

http://en.wikipedia.org/wiki/Mariah_Carey
"she was the most successful artist of the 1990s in the United States".[3] (http://www.webhostingtalk.com/#cite_note-2)

Although when pasting it in this post, the number is much larger for some reason.

i want the html code/s to do this and xhtml codes.

dotflyer
08-27-2009, 04:02 AM
you can do this using <sup> (Superscript)
for example..


<p>Hello <sup>World!</sup></p>


in this World word come small

SiddDubey
08-27-2009, 04:28 AM
You can also use Subscript to make the number small.

<p>Hello <sub>World!</sub></p>

dotflyer
08-27-2009, 04:53 AM
You can also use Subscript to make the number small.

<p>Hello <sub>World!</sub></p>

result may little different, if you use Subscript World! word align bottom and if you use Superscript World! word align top.

SiddDubey
08-27-2009, 04:58 AM
yea you are correct. but he can do it anyway he wants.. we just gave him options.

dotflyer
08-27-2009, 05:23 AM
yea you are correct. but he can do it anyway he wants.. we just gave him options.

yes, now he have two options. ;)