This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with some HTML coding through this website?
04-24-2014, 01:45 PM
Post: #4
 
generally, websites no longer use the html itself to set things like font colours and the like, this has been surpassed by "css" which is a way of assigning attributes to html tags.

using the older "html only" way is rather clunky and outdated but would work like this:
| <font face="Arial" size="3" color="red">The text between this HTML font tag is displayed using the Arial font, the size is 3, and it's red!</font>

as per the page you linked to, you need that vertical line character in front of the html (see above) - this is unusual but is probably why html you've found online doesn't work.

a note on using "font face" to change the font - this only works if the visitors to your site have the font that you've specified installed on their system, if they don't it'll default to a standard plain font.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - DohBot - 04-24-2014, 01:31 PM
[] - peacefrog_mcormier - 04-24-2014, 01:35 PM
[] - piquet - 04-24-2014 01:45 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)