Welcome
Arachne's Web
A group focused on serving the AW community by providing help and discussion on topics such as HTML, CSS, web design, homesite decorating, netiquette and issues important to web artists.

Code Information Center (2 threads, 987 posts)
    Tips and Tricks (153 posts)
    Social Thread

    Know some neat code for use here or on the net? Post 'em here! ...
    48 Members have made 119 Posts here to date.
    Google
    AncientWorlds.net Web
    Next: That is extremely cool, Bithiah!
    Prev: Thank You, Djeser!
    More background fun
    bithiahavatar_trans.gif
    Author: * Bithiah Nebet - 0 Posts on this thread out of 48 Posts sitewide.
    Date: Mar 26, 2003 - 01:16

    Here is another piece of code for all you background nuts. You can change the background of those little tables in your courtyard, library and study too (the ones that say "Social summary", "Academic Items" and the one with the cashbox). Here's how.

    To change the background color and link color only:

    <style type= "text/css">
    .gram { background-color: #ffffff; }
    .gram a:link { color: #ffffff; }
    </style>

    To add a background image and change the link color:

    <style type= "text/css">
    .gram { background-image: url("yourimage.gif"); background-color: #ffffff; }
    .gram a:link { color: #ffffff; }
    </style>

    Put the color of your choice where it says #ffffff and your background's URL where it says "yourimage.gif." I'm testing it in my courtyard if you want to see what I'm talking about. :-)


    NEXT: That is extremely cool, Bithiah!
    PREV: Thank You, Djeser!
Rome - Rome, Season 1 - The Stolen Eagle


Copyright 2002-2008 AncientWorlds LLC | Code of Conduct and Terms of Service | Contact Us! | The AncientWorlds Staff