Ask a Question related to PERL Modules, Design and Development.
-
SteveW #1
how to change font size from pod
I'm trying to determine the pod codes I need to generate the string
<font size="-1">®</font> in my html. I've determined that I can
get the ® 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
-
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 -
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... -
Change Font Size
Change Font Size, and bolt and move typed text Thanks for your help russ -
-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... -
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... -
pkent #2
Re: how to change font size from pod
In article <b11ffee8.0401230513.5fe2ce9c@posting.google.com >,
[email]spw57nc@hotmail.com[/email] (SteveW) wrote:
If it can be done it'll be done by the Pod::Html module, so read the> I'm trying to determine the pod codes I need to generate the string
> <font size="-1">®</font> in my html. I've determined that I can
> get the ® 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?
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



Reply With Quote

