Hello im clmiac in just made a e-blah with bizhat.com i need to know i would i add a back round to me web page. how would i do that... plz note i need some detal. plz Thank you for you help..
Hello im clmiac in just made a e-blah with bizhat.com i need to know i would i add a back round to me web page. how would i do that... plz note i need some detal. plz Thank you for you help..
dude u need to learn CSS for that
its not possible to add background without that
and also I've very little knowledge about CSS
if your talking about adobe i do have some knolage of it like photoshop Illustrator & imageready...
its not adobe CS
its CSS -cascading style sheets
u need to learn that
w3schools is the best way to do that
oh ok.... :P i well looks like i have some learning to do =P hehe
well .. to give you an example , here is the content of a simple css file from witch you can change the appearance of the page.
Just put this in a css file ( example: style.css )
body {
font-family: "tahoma", "arial", "helvetica", "sans-serif";
font-size: 8pt;
color: #cccccc;
background-color: #000000;
margin-top: 0px;
margin-bottom: 0px;
}
and put this in every html/php file you want to apply these seetings:
<link>
well how would i turn a .jpeg in to a .ccs.... this is the pic what i want for my back round
http://members.cox.net/tnek02/pic/ffxi(otter).jpg
of my e-blag at http://tenshodoclan.s1.bizhat.com
body
{
background-image: url("name_of_file.jpg");
}
@ Custom
can u carry out CSS tutorial here
some1 started it and just left it in between
will be of gr8 help
Bookmarks