Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

website

Options
  • 04-09-2002 2:16pm
    #1
    Closed Accounts Posts: 1,498 ✭✭✭


    Folks

    Dont know if this is the right place to put this... on the web site www.fairtex.com the background for the main part of the pages..... if any one knows who to accomplish this look will they let me know..... is it a built in background with some web design packages or what ????

    many thanks


Comments

  • Registered Users Posts: 258 ✭✭peterd


    Hi paddyc,

    If you look at the source code, the body tag...
    <body bgcolor="#000000" background="/images/background.gif" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
    gives you a clue. It points to the small image: background.gif and this is simply tiled across the page to give the effect.


  • Closed Accounts Posts: 154 ✭✭mofu


    Why dont you just right click and then click view source (if you know html). It looks to me like it is a big table with backgrounds in the <td> tag like this:
    <td background="\images\background.gif">
    he also uses
    <td bgcolor="#934023">
    for a background in the td


Advertisement