CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Testing vB Code

  1. #1
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Testing vB Code

    This is small (1) size

    This is normal size.

    This is size=2, which looks normal.

    This is large (3) size.

    This is size=4. It looks bold but the bold tag was not used.

    This is size=4 with the bold tag.

    This is underline bold.

    This is Arial.

    This is Times.

    This is Century.

    This is courier, which is usually monospace.

    Code:
    This is monospace.
    Oooh! The "#" button that says it is for monospace inserts the "code" tag we use for source code!

    The following are some characters that can be entered using SGML aliases and their corresponding SGML alias names.

    • ¢ cent
    • £ pound
    • ¥ yen
    • § sect
    • © copy
    • ¬ not
    • ® reg
    • ° deg
    • ± plusmn
    • ¶ para
    • · middot
    • – ndash
    • — mdash
    • • bull
    • & amp
    • ü uuml
    • : colon

    For example, to get a — use "—".
    Last edited by Sam Hobbs; August 12th, 2003 at 01:47 AM.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    Some more vb code tests...

    This is x2 (sup tag) <- does not work
    The element a1,2 (sub tag) <- does not work
    Now for some nice rainbow effect
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO
    OOOOO

    This is Tahoma for those who have this font

    [imgg]http://www.codeguru.com/forum/images/cg-logo.gif[/Imgg]
    Should put the text
    to the right
    of the image <- does not work

  3. #3
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266
    Originally posted by Yves M
    [imgg]http://www.codeguru.com/forum/images/cg-logo.gif[/Imgg]
    Should put the text
    to the right
    of the image <- does not work
    Is it imgg or img? Me thinks it is img you want!
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

  4. #4
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    No, not exactly. I know img works, but on another vBulletin board there are tags imgg and imgd for image on the left / image on the right. Thinking about it (g = gauche, d = droite) they probably implemented it themselves

    The point of imgg would be to have an image on the left and that the text would be flowing normally to the right of the image. If you insert an img tag, the image is just like a very big letter in the text :/

  5. #5
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266
    To get a &#091; use &amp;#091;
    To get a &#093; use &amp;#093;
    To get a &#058; use &amp;#058;
    Last edited by Sam Hobbs; August 12th, 2003 at 01:49 AM.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured