#1 2008-07-22 21:55:47

cyrus
Member
RankingRanking
Registered: 2006-07-19
Posts: 32
Reputation :  [+ 1/ -0 ]
Expertise

Control backgrounds by CSS

Simply add this code to any HTML tag:

Code::

style="background-image:url(background.jpg)"

You can add straight colors, rather than images, for your background:

Code::

style="background-color:#B6C397"

CSS also gives you a great amount of control over your regular page backgrounds :

Code::

<style type="text/css"><!--
body {background-image:url(background.gif);
      background-repeat:no-repeat}
--></style>

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads