KeLs
02-04-2006, 10:48 PM
another heading? On my website: www.kels.makes.it I have lots of headings that are blue with the shadow. Is it possible for me to just use a code to do this instead of making new images???
|
View Full Version : Is it possible to NOT have to make a new image every time i want to make another.... KeLs 02-04-2006, 10:48 PM another heading? On my website: www.kels.makes.it I have lots of headings that are blue with the shadow. Is it possible for me to just use a code to do this instead of making new images??? Eric 02-04-2006, 10:57 PM I don't get what your asking... Is it possible to not make a new image everytime you want to make a new one? :$ KeLs 02-04-2006, 11:07 PM I don't get what your asking... Is it possible to not make a new image everytime you want to make a new one? :$ lol-- sorry.... I ment to say "is it possible to NOT HAVE TO create a new image every time I want to create a new word with a shadow effect." (for example of what i mean go here: www.kels.makes.it and look at the word 'welcome'. Eric 02-04-2006, 11:21 PM lol-- sorry.... I ment to say "is it possible to NOT HAVE TO create a new image every time I want to create a new word with a shadow effect." (for example of what i mean go here: www.kels.makes.it and look at the word 'welcome'. Oh do you mean "shoutbox" and "Navigation"? There's no way I know of to make that without an image program. Sorry :( KeLs 02-04-2006, 11:40 PM ok thanks- thats what i wanted to know... lol.... Eric 02-05-2006, 02:01 AM ok thanks- thats what i wanted to know... lol.... No Problem :) Les Chung 02-06-2006, 11:06 AM I have found something for you. Insert the following into your head section between the <head> and </head> tags. <style> body { background:silver; font-family:Arrus BT,Garamond,Times New Roman; } div { position:absolute; } </style> Then insert the following into your body section and change to whatever you like: <style> .light3 { top:-2; left:-2; color:white; } .shade3 { top:+2; left:+2; color:lightblue; } .fill3 { top:0; left:0; color:blue; } </style> <div class=Example3> <div class="light3"> <center><h1>Emboss Color Example</h1></center> </div> <div class="shade3"> <center><h1>Emboss Color Example</h1></center> </div> <div class="fill3"> <center><h1>Emboss Color Example</h1></center> </div> </div> Hope this will save you lots of time in the future. Les Chung http://www.bonnyvillepost.com/portfolio.html |