just a transparent background- I have the url..nothing fancy.
anyone have the code... because I've tried messing around with some codes I found, but can't get it. Ugh. I feel like a failure. Can anyone help me out?
wherever it is you want the transparent background put
background-color:transparent;
*~*MiDnIgHtShAdOw*~*
Join Style-File!
You'll need a graphics program (like GIMP or Photoshop) to make an image have a transparent background. There's no code. There's codes to make them like .... semitransparent.... but it makes the whole image that way.
You need to put your code in <style> tags. Like this
<style>
body {background-color: transparent; background-image: url(http://th04.deviantart.net/fs42/PRE/f/2009/134/b/a/Ice_And_Fire_by_Superiorgamer.jpg); background-repeat: no-repeat; height: 1024px !important; width: 768px; background-position: top right ; }
</style>
TEXT HERE
*~*MiDnIgHtShAdOw*~*
Join Style-File!