Posts Tagged ‘background image’

What is the Code to put to have a background image in dreamweaver ?

I tried to change the background from white to image ! in modify page but when i publish the page the backgroung still white so I checked the code and I saw only the backgroung in white !

what is then the code of backgroun image ?

How do I manipulate the Firefox navigation toolbar?

I just applied a black and blue Firefox Persona (background image sort of thing) and my white translucent navigation bar clashes horribly. Is there a way to shorten the navigation bar, make it transparent, or something?

How do I use this code to make a background image instead of a background color?

I am making a profile on a facebook application, but I don’t know much about html. I experimented by looking at the page source and found this:

<br /></div>
<br />
<br /></table>
<br /><div style="background-color: Black;">
<br /><center>
<br /><center><font size="4" color="white" font=”impact”><table style="background: transparent url("http://i532.photobucket.com/albums/ee329/siva0eminencija/untitled-1.jpg") repeat scroll 0% 0%;" valign="center" border="0" width="620" height="600"><td>

along with a bunch of other stuff. when i entered it into my profile it worked, my background became black. however, i’d like to use a background image from a url instead of just the black background? is that possible? also, is some part of this code unnecessary such as the "br"s? what do all the parts mean and how can i change them. thanks

In php, need the background image to check for a variable and load accordingly?

I have php code that picks a number based on what city they are in game, i need the php to change the background image based on what number the mysql gives the php, how is this done?

How do I make a pages background image change according to time in PHP?

So I’m making a site and I want to make the page’s background image change according to time. I would like to use PHP but if it’s not possible I’m fine with Javascript. Thanks in advance, and please try to make it PHP.