Keresés

Új hozzászólás Aktív témák

  • Gabás

    addikt

    válasz Winner_hun #384 üzenetére

    hát ammilyen tanár :DDD
    nem foglalkoztam nagyon részletesen html kódokkal, de pofonegyszerű megtalálni az ilyesmit

    tehát akkor

    BODY COLORS
    Body colors are those that are set as the basic colors for your page. They cover the colors of the background, text, links, visited links and activated links.
    The body colors are not written individually, but are all set within one body tag.
    NOTE: You must only ever have ONE BODY TAG on your page, and it should be immediately after your </head> tag. If you have more than one body tag, or you have it in the wrong part of your page, then the page may not load correctly with some browsers!

    For example ... here is a sample body tag
    <body bgcolor=''#99CCCC'' text=''#000000'' link=''#C0D9D9'' vlink=''#663399'' alink=''#ffcc99''>

    or

    <body bgcolor=''white'' text=''MidnightBlue'' link=''DarkMagenta'' vlink=''MediumOrchid'' alink=''DeepPink''>

    BACKGROUND COLOR
    bgcolor=''#xxxxxx''
    This code sets the background color for your page. If you have a background image, you can still select a background color for your page. This background color will show until the image file has loaded.

Új hozzászólás Aktív témák