Jump to content

Header Image Won't Show Up.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Hi I have been making a blog and I recently made my own template but when I upload it every thing works but the header image isn't there I've opened it IE, FF, and GC but it doesn't show up in any of them.
Heres the code

 /* begin Header */

        div.art-Header

        {

        	margin: 0 auto;

        	position: relative;

        	z-index:0;

        	width: 882px;

        	height: 199px;

        }

        

        

        div.art-Header-jpeg

        {

        	position: absolute;

        	z-index:-1;

        	top: 0;

        	left: 0;

        	width: 882px;

        	height: 199px;

        	background-image: url('images/Header.jpg');

        	background-repeat: no-repeat;

        	background-position: center center;

        }

        /* end Header */

I hope that's the code you need if not tell me.
Thanks,Tanner

					
					
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
did you upload the header image to the correct folder?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
All my images are in one folder and every other picture comes up but that one.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#4
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
-make sure you set the class correctly for the header DIV
-take in account the current folder that the page is being displayed in.
the image url will be different in these 2 pages:
<root>/index.php --> images/Header.jpg
<root>/some_directory.index.php --> ../images/Header.jpg
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#5
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
It might help if we saw the page and saw the image, the code looks fine.

#6
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
thegamemakersblog at blogspot.com (sorry can't post a link or pic cause don't have ten post )the pic has a electronic board on the very right and it fades to black towards the left.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#7
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
the folder "images" doesnt exist at all. thats why not only the header isnt showing up but all the template images wont show up
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#8
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Ok how do I fix that then I only now basic HTML I used a template maker to make this thing.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#9
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
if you have the folder "images" on your computer upload it to the "public_html" directory on the server using your FTP account
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#10
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Sorry I must sound retarded but I don't know were to upload the folder to and whats a FTP acount.
Thanks for your help.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#11
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
how do you get your code and files to the server?
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#12
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
I just log into my blog then go to edit HTML in the elements tab and upload the template I made if I upload the image folder there it will erase my template and there's no other place I can see to upload anything.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.