[SixClub] HTML question

Roger (K8RI) 50MHz at rogerhalstead.com
Wed Jun 23 15:56:53 EDT 2010



On 6/22/2010 9:19 PM, Richard J. Fiero II W5TFW wrote:
> anyone, know how to change the Background color on your QRZ page ?
>    
In Hyper Text Markup Language ( HTML) it is bgcolor="#0a92f5", or as 
it's usually defined as part of the body definition
<body text="#000000" bgcolor="#0a92f5" 
link="#0000ee"vlink="#551a8b"alink="#ff0000">
The first sets the text color with #000000 being black,  bgcolor defines 
the background color as #0a92f5 which is blue. The above links are all 
shades of blue on a blue background so it would not be an easy to read 
page.  The # sign denotes the colors are in hexadecimal (hex) values and 
for plain colors the values can be found using a google search or would 
be in most any HTML book.
You can also define a custom background by simply adding the name of a 
jpg including the jpg extension by typing background="photoname.jpg" 
within the body definition. There are also three definitions for link 
colors.

73

Roger (K8RI)
>                                                                                      Joey
>
>
>
>                                                        A.R.S. W5TFW
>                                                        Richard J. Fiero II
>
>                                                        www.6mt.com
>                                                        www.w5tfw.com
>
>   LIFE'S   TOUGH !
>
>   It's even tougher, if you are STUPID !
>
>                                            John Wayne
> ______________________________________________________________
> SixClub mailing list
> Home: http://mailman.qth.net/mailman/listinfo/sixclub
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:SixClub at mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
>
>    


More information about the SixClub mailing list