Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Need help with old HTML

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  just cannot figure it out... - bad.html (0/1)  
Author Message
user274

External


Since: Oct 23, 2003
Posts: 226



(Msg. 1) Posted: Wed Sep 22, 2004 12:23 am
Post subject: Need help with old HTML
Archived from groups: alt>www>webmaster (more info?)

Hiya,

Without using CSS how do I:

1) Set the color of the <hr> bar?

2) Set the default font for the document in the body tag?

3) Set the default font size for the document?

Hard to find anything on the net about using the depricated tags...
everything is CSS out there

Thanks,

Clint

 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
dave

External


Since: Sep 14, 2004
Posts: 69



(Msg. 2) Posted: Wed Sep 22, 2004 10:22 am
Post subject: Re: Need help with old HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <2rcd7kF18d1rhU1 DeleteThis @uni-berlin.de>, Imperial.Palace DeleteThis @Rome.com
says...
 > Hiya,
 >
 > Without using CSS how do I:
 >
 > 1) Set the color of the <hr> bar?
 >
<a style='text-decoration: underline;' href="http://www.pageresource.com/html/hr2.htm" target="_blank">http://www.pageresource.com/html/hr2.htm</a>

 > 2) Set the default font for the document in the body tag?
 >
<a style='text-decoration: underline;' href="http://www.pageresource.com/html/usebody.htm" target="_blank">http://www.pageresource.com/html/usebody.htm</a>

 > 3) Set the default font size for the document?
 >
<a style='text-decoration: underline;' href="http://www.pageresource.com/html/fonthelp.htm" target="_blank">http://www.pageresource.com/html/fonthelp.htm</a>

 > Hard to find anything on the net about using the depricated tags...
 > everything is CSS out there
 >
You didn't look very far ;p


 > Thanks,
 >
 > Clint
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
davidjohnbarne1

External


Since: Sep 10, 2003
Posts: 33



(Msg. 3) Posted: Wed Sep 22, 2004 10:23 am
Post subject: Re: Need help with old HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Augustus" <Imperial.Palace.RemoveThis@Rome.com> wrote in message
news:2rcd7kF18d1rhU1@uni-berlin.de...
 > Hiya,
 >
 > Without using CSS how do I:
 >
 > 1) Set the color of the <hr> bar?

<hr color="salmon">

 >
 > 2) Set the default font for the document in the body tag?

I think you will have to use the style attribute and put your css in there.

 >
 > 3) Set the default font size for the document?

As 2 above.

Cheers,
Dave<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
user274

External


Since: Oct 23, 2003
Posts: 226



(Msg. 4) Posted: Wed Sep 22, 2004 11:24 am
Post subject: Re: Need help with old HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Dave" <Dave DeleteThis @daves.place> wrote in message
news:MPG.1bbb388f2c2d73ce9897dd@news-text.blueyonder.co.uk...
 > In article <2rcd7kF18d1rhU1 DeleteThis @uni-berlin.de>, Imperial.Palace DeleteThis @Rome.com
 > says...
  > > Hiya,
  > >
  > > Without using CSS how do I:
  > >
  > > 1) Set the color of the <hr> bar?
  > >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.pageresource.com/html/hr2.htm</font" target="_blank">http://www.pageresource.com/html/hr2.htm</font</a>>
 >
  > > 2) Set the default font for the document in the body tag?
  > >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.pageresource.com/html/usebody.htm</font" target="_blank">http://www.pageresource.com/html/usebody.htm</font</a>>
 >
  > > 3) Set the default font size for the document?
  > >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.pageresource.com/html/fonthelp.htm</font" target="_blank">http://www.pageresource.com/html/fonthelp.htm</font</a>>

Thanks

I thought there was an attribute in the <body> tag I could set the default
font for the whole document but apparently not, which would explain why I
couldn't find that<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
technohippie1

External


Since: Sep 26, 2003
Posts: 407



(Msg. 5) Posted: Fri Sep 24, 2004 6:50 pm
Post subject: Re: Need help with old HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Augustus" <Imperial.Palace.TakeThisOut@Rome.com> wrote in
news:2rdjuqF18vfopU1@uni-berlin.de:

 > I thought there was an attribute in the <body> tag I could set the
 > default font for the whole document but apparently not, which would
 > explain why I couldn't find that
 >

I think this is what you're looking for:
<a style='text-decoration: underline;' href="http://www.w3schools.com/tags/tag_basefont.asp" target="_blank">http://www.w3schools.com/tags/tag_basefont.asp</a>

It's not contained in the body tag but wraps the html until you close the
tag. Depreciated in html 4.01

--
Judy<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
user274

External


Since: Oct 23, 2003
Posts: 226



(Msg. 6) Posted: Fri Sep 24, 2004 6:50 pm
Post subject: Re: Need help with old HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"TechnoHippie" <technohippie.RemoveThis@myway.com> wrote in message
news:Xns956E5A09AE90753hippietechnohippie@207.69.189.195...
 > "Augustus" <Imperial.Palace.RemoveThis@Rome.com> wrote in
 > news:2rdjuqF18vfopU1@uni-berlin.de:
 >
  > > I thought there was an attribute in the <body> tag I could set the
  > > default font for the whole document but apparently not, which would
  > > explain why I couldn't find that
  > >
 >
 > I think this is what you're looking for:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.w3schools.com/tags/tag_basefont.asp</font" target="_blank">http://www.w3schools.com/tags/tag_basefont.asp</font</a>>
 >
 > It's not contained in the body tag but wraps the html until you close the
 > tag. Depreciated in html 4.01

Yeah that might have worked... I just put everything in a <body><font
face='arial'> ... </font></body>

And yeah, these tags are depricated... but this email2fax driver I am using
to send out online orders renders the HTML file into a TIFF image and
doesn't recognize CSS so I have to use all this ancient HTML stuff that I
forgot years ago<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
technohippie1

External


Since: Sep 26, 2003
Posts: 407



(Msg. 7) Posted: Fri Sep 24, 2004 8:24 pm
Post subject: Re: Need help with old HTML [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Augustus" <Imperial.Palace.RemoveThis@Rome.com> wrote in news:2rj1r9F1as560U1@uni-
berlin.de:

 > I have to use all this ancient HTML stuff that I
 > forgot years ago
 >

Smile Wish I COULD forget!

--
Judy<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Need help with old HTML 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
I know HTML, now what? - What should I learn after HTML, for authoring webpages? I reall feel out of the loop regarding webpage authoring-- should I now learn CSS, DHTML, XHTML, XML??? I am an online college teacher and want to get up to date on the current language for webpage...

xml to html - Hi I am trying to insert an XML feed in to my website how do I get the code to convert to html instead of raw xml on the results page ???

just cannot figure it out... - bad.html (0/1) - Ok, Not a newbie, but also not an expert. I have this java script code working in an IE browser. What it does is copy the contents of a text box to the clipboard. You can see that it woks in the attachment "good.html". When I stick the same c...

html template - any good suggestion for a html template? thanks

Word to HTML - Hoping someone can point me in the right direction. I would liketo convert a Word document to a html page (or series of) which is presently in the form of a user manual, for use as an online user manual. Word files can be saved out of word as HTML, but ...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]