This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Microsoft Publisher > November 2005 > Font change in a html code fragment
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Font change in a html code fragment
|
|
| Don Schmidt 2005-11-19, 6:28 pm |
| I came across Map Quest's code fragment to show "Driving Directions".
I use Pub 2000 and would like to change the size and font of "Driving
Directions" as it appears on my website.
www.vanusa.org if you would like to see what I'm talking about.
For those who want the code fragment, it can be found at:
http://www.mapquest.com/features/main.adp?page=lf_main
--
Don
Vancouver, USA
| |
| DavidF 2005-11-19, 10:22 pm |
| Hi Don,
If I grabbed your code correctly, then try this:
<p><font face="Arial" size="3">
<A HREF="http://www.mapquest.com/directions/main.adp?2a=12217+NE Highway
99&2c=Vancouver&2s=WA&986862z=&2y=US&cid=lfddlink">Driving Directions To
Lodge Meetings</A>
<p>
This will give you Arial font with I think size 12 font. I am sure no coding
expert, and there is probably a more appropriate way, so if I got it wrong,
I think you can go to http://www.htmlgoodies.com/ and read their HTML primer
to figure it out. Good luck...
DavidF
"Don Schmidt" <RetiredEngineer@pnb.telco> wrote in message
news:11nv9r4fcm00s3a@corp.supernews.com...
> I came across Map Quest's code fragment to show "Driving Directions".
>
> I use Pub 2000 and would like to change the size and font of "Driving
> Directions" as it appears on my website.
>
> www.vanusa.org if you would like to see what I'm talking about.
>
> For those who want the code fragment, it can be found at:
>
> http://www.mapquest.com/features/main.adp?page=lf_main
>
>
>
> --
> Don
> Vancouver, USA
>
>
| |
| Don Schmidt 2005-11-19, 10:22 pm |
| David,
Your line worked like a charm! Very nice! Thank you very much.
I changed the line a bit, I use Verdana and font size 1.
Can you suggest a beginner's book on html? Nothing to thick. I'm 74 and
don't want to spend the remainder of my time before going to room
temperature on "War and Peace". <G>
--
Don
Vancouver, USA
"DavidF" <Nope@nospam.com> wrote in message
news:%23VJoFqW7FHA.3876@TK2MSFTNGP09.phx.gbl...
> Hi Don,
>
> If I grabbed your code correctly, then try this:
>
> <p><font face="Arial" size="3">
> <A HREF="http://www.mapquest.com/directions/main.adp?2a=12217+NE Highway
> 99&2c=Vancouver&2s=WA&986862z=&2y=US&cid=lfddlink">Driving Directions To
> Lodge Meetings</A>
> <p>
>
> This will give you Arial font with I think size 12 font. I am sure no
> coding
> expert, and there is probably a more appropriate way, so if I got it
> wrong,
> I think you can go to http://www.htmlgoodies.com/ and read their HTML
> primer
> to figure it out. Good luck...
>
> DavidF
>
> "Don Schmidt" <RetiredEngineer@pnb.telco> wrote in message
> news:11nv9r4fcm00s3a@corp.supernews.com...
>
>
| |
| DavidF 2005-11-20, 3:19 am |
| Don,
Great to hear! I figured you would change the fonts and font size, but why
in the world are you using a font 1 size? I have enough trouble reading 3,
which I think is equivalent to 12. 1 is equal to a 6? That's way too small
for oldererer eyes! IMHO of course.
As I said, I have learned only enough HTML to get by, so I have no idea of
what book to suggest. I did find it helpful to read through the HTML primer
at http://www.htmlgoodies.com/primers/html/
The first paragraph is: "HTML Primer: If you know nothing about HTML, this
is where you start ." Take a look...it won't take long.
Maybe someone else will jump in here and make a good suggestion.
DavidF
"Don Schmidt" <RetiredEngineer@pnb.telco> wrote in message
news:11nvpd1s9152e25@corp.supernews.com...
> David,
>
> Your line worked like a charm! Very nice! Thank you very much.
>
> I changed the line a bit, I use Verdana and font size 1.
>
> Can you suggest a beginner's book on html? Nothing to thick. I'm 74 and
> don't want to spend the remainder of my time before going to room
> temperature on "War and Peace". <G>
>
>
> --
> Don
> Vancouver, USA
>
>
> "DavidF" <Nope@nospam.com> wrote in message
> news:%23VJoFqW7FHA.3876@TK2MSFTNGP09.phx.gbl...
>
>
| |
| Don Schmidt 2005-11-20, 6:14 am |
| Maybe I'm being mislead on 1 as a font size. I've got a 19" monitor and it
shows up nicely as a subdued link line. I'll have to visit my site with my
laptop with a 12" screen to see what other monitors are seeing.
I'll make a visit on the html url. Thanks for the suggestion.
don
"DavidF" <Nope@nospam.com> wrote in message
news:eH7$9FZ7FHA.2176@TK2MSFTNGP14.phx.gbl...
> Don,
>
> Great to hear! I figured you would change the fonts and font size, but why
> in the world are you using a font 1 size? I have enough trouble reading 3,
> which I think is equivalent to 12. 1 is equal to a 6? That's way too small
> for oldererer eyes! IMHO of course.
>
> As I said, I have learned only enough HTML to get by, so I have no idea of
> what book to suggest. I did find it helpful to read through the HTML
> primer
> at http://www.htmlgoodies.com/primers/html/
> The first paragraph is: "HTML Primer: If you know nothing about HTML, this
> is where you start ." Take a look...it won't take long.
>
> Maybe someone else will jump in here and make a good suggestion.
>
> DavidF
>
> "Don Schmidt" <RetiredEngineer@pnb.telco> wrote in message
> news:11nvpd1s9152e25@corp.supernews.com...
>
>
| |
| DavidF 2005-11-20, 7:03 pm |
| Hey, never mind me. If you like the way it looks, then let it be. It looks
to be in proportion with your other text.
DavidF
"Don Schmidt" <RetiredEngineer@pnb.telco> wrote in message
news:11o0gt5gkjl6la9@corp.supernews.com...
> Maybe I'm being mislead on 1 as a font size. I've got a 19" monitor and it
> shows up nicely as a subdued link line. I'll have to visit my site with my
> laptop with a 12" screen to see what other monitors are seeing.
>
> I'll make a visit on the html url. Thanks for the suggestion.
>
> don
>
>
> "DavidF" <Nope@nospam.com> wrote in message
> news:eH7$9FZ7FHA.2176@TK2MSFTNGP14.phx.gbl...
why[color=darkred]
3,[color=darkred]
small[color=darkred]
of[color=darkred]
this[color=darkred]
Directions".[color=darkred]
"Driving[color=darkred]
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|