how to change font size from pod

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default how to change font size from pod

    I'm trying to determine the pod codes I need to generate the string
    <font size="-1">&reg;</font> in my html. I've determined that I can
    get the &reg; from E<reg>, but I can't figure out how to get the <font
    size="-1"> and </font> strings.

    Can this be done from pod?

    Thanks.

    Steve
    SteveW Guest

  2. Similar Questions and Discussions

    1. How to change the font, the font size, and color text
      How to change the font, the font size, and the color for a selected text in C++. David
    2. Can't change font size!?
      Relatively simple HTML page - font size was VERY small, yet no matter what I do to try & change it, it always reverts back to 9pt. What could be...
    3. Change Font Size
      Change Font Size, and bolt and move typed text Thanks for your help russ
    4. -How to change font size in php?
      Hi Can someone please provide the proper php syntax for changing the font size? Below is an example in plain English so you'll understand the...
    5. Trying to change a Font Size
      Good Morning, I'm trying to change a Fontsize after clicking a menu Item. The user selects one of five options and it updates a SubForm. After...
  3. #2

    Default Re: how to change font size from pod

    In article <b11ffee8.0401230513.5fe2ce9c@posting.google.com >,
    [email]spw57nc@hotmail.com[/email] (SteveW) wrote:
    > I'm trying to determine the pod codes I need to generate the string
    > <font size="-1">&reg;</font> in my html. I've determined that I can
    > get the &reg; from E<reg>, but I can't figure out how to get the <font
    > size="-1"> and </font> strings.
    >
    > Can this be done from pod?
    If it can be done it'll be done by the Pod::Html module, so read the
    docs (or find the source and grep -i font in it). I don't know your
    requirements but it may be that there are other ways to achieve what you
    want, e.g. using a style sheet.

    P

    --
    pkent 77 at yahoo dot, er... what's the last bit, oh yes, com
    Remove the tea to reply
    pkent Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139