Jump to content

Backgrounds


jack_h
 Share

Recommended Posts

 

 
Jack, do you mean a desktop background/image? if yes press start, go to control panel ,press display then desktop and you can set an image on the browse button. Nice big pic of a Sherco would be good for yours :wacko:

i mean for a website - like the grey with red spots that TC has

i will use the sherco actually - with the puking smilies either side of it

:wacko: sherco :wacko:

Link to comment
Share on other sites

 
 

As an attribute to the page's BODY tag. For example:

<body background="images/mybackground.gif">

Or you could do it in the stylesheet...

body {

background-image: url(images/mybackground.gif);

background-position: center;

background-repeat: repeat-y;

}

Edited by neonsurge
Link to comment
Share on other sites

 
 

hi

the following sample will give you a black background with white text

<html>

<head></head>

<body bgcolor=#000000>

<font color=#ffffff>

Hello world :-)

</body>

</html>

Colors (sic) are defined in RGB (Red Green Blue) and the values are in (sorry about this) hexidecimal, base 16. Being a nerd i like this throw-back to the 80's, but understand the issues.

#00 00 00 is Red Green Blue, each pair goes from 00 (dark) to ff (bright), Red is therefore #ff0000, blue #00ff00 etc etc

to really improve the look and feel of your site would recommend two courses of actions:

+ use the open source motto, re-use rather than re-invent and look as some of the community offerings. For my site I use something called SPIP which is a French content management system and is easy to install on most provided web spaces

+ or get your head around stylesheets; and nick someone elses that you like

option 1 is the way to go :beer:

Link to comment
Share on other sites

 
 
 
  • 1 month later...
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
  • Create New...