Nathan_462
07-10-2006, 07:10 PM
what code do i need to make my background an imagae instead of a color??
PS:i am new to this :(
PS:i am new to this :(
|
View Full Version : picture backgorund???? Nathan_462 07-10-2006, 07:10 PM what code do i need to make my background an imagae instead of a color?? PS:i am new to this :( bourdelson 07-10-2006, 07:32 PM You can use this tag: http://www.lissaexplains.com/html.shtml#background Or you can learn CSS to customize your background: http://www.lissaexplains.com/css.shtml GIR 07-11-2006, 12:53 AM <body style="background:url('IMAGE SOURCE');"> Phi Tran 07-11-2006, 06:17 PM There is the problem of "image" quality when it needs resize. Think of using SVG (scalable vector Graphic). Also use ZipPtotocol to display the quality image in any resolution. Check it out at: HTT://oneplusplus.com bourdelson 07-11-2006, 06:26 PM That really isn't an answer to the question, and advertising isn't allowed on the forums, Phi, just so you know. http://www.lissaexplains.com/forum/showthread.php?t=42855 GIR 07-12-2006, 05:08 AM That really isn't an answer to the question, and advertising isn't allowed on the forums, Phi, just so you know. http://www.lissaexplains.com/forum/showthread.php?t=42855 Not true one bit.....you can upload the pic onto the internet and add it in to this code where it says image source....if u were reading any other posts. try it and i bet it'll work <body style="background:url('IMAGE SOURCE');"> GIR 07-12-2006, 05:09 AM That really isn't an answer to the question, and advertising isn't allowed on the forums, Phi, just so you know. http://www.lissaexplains.com/forum/showthread.php?t=42855 SORRY....I read ur post wrong and i agree....:) davinaaa 07-12-2006, 10:29 AM <body style="background:url('IMAGE SOURCE');"> GIR 07-12-2006, 04:16 PM <body style="background:url('IMAGE SOURCE');"> You dont copy other people's post......look at ya...thats yur 1st post....you got a lot to learn bourdelson 07-12-2006, 04:26 PM You dont copy other people's post......look at ya...thats yur 1st post....you got a lot to learn Excuse me, but you shouldn't be talking like that to other people. It's rude and inconsiderate. And if you really want to talk about copying people's posts,then you copied my post because I gave them the URLs from which they could have gotten the code for a background image. |