Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2006
    Posts
    263

    Question html wiki reference link: how?

    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]

    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.

  2. #2
    Join Date
    Jan 2008
    Posts
    384
    you can do this using <sup> (Superscript)
    for example..

    HTML Code:
    <p>Hello <sup>World!</sup></p>
    in this World word come small

  3. #3
    Join Date
    May 2007
    Location
    Pune, India
    Posts
    43
    You can also use Subscript to make the number small.

    <p>Hello <sub>World!</sub></p>
    Siddharth Dubey
    Web Designer/HTML-CSS Coder
    Personal Website | dA Portfolio

  4. #4
    Join Date
    Jan 2008
    Posts
    384
    Quote Originally Posted by SiddDubey View Post
    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.

  5. #5
    Join Date
    May 2007
    Location
    Pune, India
    Posts
    43
    yea you are correct. but he can do it anyway he wants.. we just gave him options.
    Siddharth Dubey
    Web Designer/HTML-CSS Coder
    Personal Website | dA Portfolio

  6. #6
    Join Date
    Jan 2008
    Posts
    384
    Quote Originally Posted by SiddDubey View Post
    yea you are correct. but he can do it anyway he wants.. we just gave him options.
    yes, now he have two options.

Similar Threads

  1. DMOZ and Wiki Listed Domain Text Link Sale
    By galacnet in forum Advertising Offers
    Replies: 0
    Last Post: 08-28-2006, 11:36 AM
  2. need a good tutorial link about html element
    By hello20109876 in forum Programming Discussion
    Replies: 3
    Last Post: 05-08-2006, 06:49 AM
  3. Registryrocket html link in enom
    By jayzee in forum Domain Names
    Replies: 5
    Last Post: 10-04-2005, 08:45 PM
  4. Link/html verification spider - cgi/perl
    By gurney in forum Programming Discussion
    Replies: 3
    Last Post: 09-21-2002, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •