Click here to Skip to main content
15,903,012 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Text Sizes Pin
jerry0davis12-Mar-02 1:21
jerry0davis12-Mar-02 1:21 
Generalmultiple class in webservice Pin
7-Mar-02 16:59
suss7-Mar-02 16:59 
GeneralI want to make a board that has a depth by datagrid. Pin
7-Mar-02 15:59
suss7-Mar-02 15:59 
GeneralMaking WebSerice ... Pin
Hadi Rezaee7-Mar-02 10:16
Hadi Rezaee7-Mar-02 10:16 
GeneralAutomatically Set the Column widths in a List View Pin
Gaurika Wijeratne7-Mar-02 8:20
Gaurika Wijeratne7-Mar-02 8:20 
Generaladd a background to every page Pin
tbbooher7-Mar-02 4:04
tbbooher7-Mar-02 4:04 
GeneralRe: add a background to every page Pin
Nick Parker7-Mar-02 5:30
protectorNick Parker7-Mar-02 5:30 
GeneralRe: add a background to every page Pin
Paul Watson7-Mar-02 6:07
sitebuilderPaul Watson7-Mar-02 6:07 
tbbooher wrote:
I have a feeling that this is best handled in CSS. I tried adding the background by redefining the CSS tag , but this doesn't seem to work.

Here is the code to do it:
<body style="background: url(images/imagename.gif)">


Though it is probably best to put it into an external stylesheet like this:

body{
 background: url(images/imagename.gif);
}


HOWEVER, just FYI the external style sheet method only seems to currently work on Netscape 6. IE 6 does not support it.

If you need more help, or what I just said you all already know, then ask Smile | :)

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

"The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge

Sonork ID: 100.9903 Stormfront
Generalprevent files from opening in the browser Pin
6-Mar-02 20:43
suss6-Mar-02 20:43 
GeneralRe: prevent files from opening in the browser Pin
mortrr7-Mar-02 10:44
mortrr7-Mar-02 10:44 
Generalbound datalist to database Pin
Mazdak6-Mar-02 8:10
Mazdak6-Mar-02 8:10 
GeneralJavascript Sorting Problem Pin
Nick Parker6-Mar-02 6:32
protectorNick Parker6-Mar-02 6:32 
GeneralRe: Javascript Sorting Problem Pin
mortrr7-Mar-02 10:56
mortrr7-Mar-02 10:56 
GeneralRe: Javascript Sorting Problem Pin
Nick Parker7-Mar-02 18:19
protectorNick Parker7-Mar-02 18:19 
GeneralRe: Javascript Sorting Problem Pin
mortrr7-Mar-02 21:52
mortrr7-Mar-02 21:52 
GeneralRe: Javascript Sorting Problem Pin
Nick Parker8-Mar-02 5:51
protectorNick Parker8-Mar-02 5:51 
GeneralRe: Javascript Sorting Problem Pin
mortrr8-Mar-02 6:10
mortrr8-Mar-02 6:10 
GeneralRe: Javascript Sorting Problem Pin
Nick Parker8-Mar-02 6:16
protectorNick Parker8-Mar-02 6:16 
GeneralRe: Javascript Sorting Problem Pin
mortrr8-Mar-02 6:22
mortrr8-Mar-02 6:22 
GeneralRe: Javascript Sorting Problem Pin
11-Mar-02 1:19
suss11-Mar-02 1:19 
GeneralGood drop down menu example Pin
alex.barylski5-Mar-02 13:40
alex.barylski5-Mar-02 13:40 
GeneralRe: Good drop down menu example Pin
Chris Maunder6-Mar-02 3:10
cofounderChris Maunder6-Mar-02 3:10 
GeneralRe: Good drop down menu example Pin
alex.barylski6-Mar-02 13:05
alex.barylski6-Mar-02 13:05 
GeneralRe: Good drop down menu example Pin
Nick Parker6-Mar-02 6:36
protectorNick Parker6-Mar-02 6:36 
GeneralLoading URL in current window Pin
alex.barylski5-Mar-02 11:25
alex.barylski5-Mar-02 11:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.