| View previous topic :: View next topic |
| Author |
Message |
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 1:41 am Why won't my images load.. |
|
|
|
i uploaded them onto the server, but it won't show up on my actual site  |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3598 Location: Biloxi, MS
|
Posted: Mon Feb 09, 2009 9:18 am |
|
|
|
What path are you using? Did you upload images into site so they have the same relationship as the site files you have on your hard drive. Link to site so we can look at code?
Suggestion: Always maintain site files on your hard drive in the same relationship as they are online. Helps to make sure you keep links straight. |
|
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 11:24 am |
|
|
|
http://missjoy.comyr.com
it's supposed to be images at the header and one on the bottom right ...
another question in case you'd be able to help - how do i get my comment section to just show the comment link rather than just the whole form? |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3598 Location: Biloxi, MS
|
Posted: Mon Feb 09, 2009 12:33 pm |
|
|
|
OK. I am getting broken image links for these:
Are you sure the root directory is where you uploaded the images. No chance the names got changed?
Will get to second question when this part is solved. Some errors should be corrected:
CSS Errors
HTML Errors
Please add a proper DocType so your don't put all browsers into Quirks Mode. |
|
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 1:13 pm |
|
|
|
i have them uploaded to my public_html folder
do i need a separate root folder? |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3598 Location: Biloxi, MS
|
Posted: Mon Feb 09, 2009 1:28 pm |
|
|
|
| No. That is your root folder. The URL part (http://missjoy.comyr.com/) is correct, right? Name of images is correct? |
|
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 1:30 pm |
|
|
|
| yes the url is correct as well as the image names |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3598 Location: Biloxi, MS
|
Posted: Mon Feb 09, 2009 1:38 pm |
|
|
|
Aside from correcting the errors, you might try setting your header up this way:
| Code: |
#header {
width: 1000px;
height: 169px;
margin: 0 auto;
background: url(header.jpg) no-repeat center scroll;
} |
Then for the header div use:
| Code: |
| <div id="header"></div> |
That's all you need to do to get your header in and centered. Layout stuff like this should be in the CSS. If the image is used for content, then put in the HTML part. |
|
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 1:47 pm |
|
|
|
hmm the images still don;t show up.
and yes, i'll fix the errors!  |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3598 Location: Biloxi, MS
|
Posted: Mon Feb 09, 2009 3:56 pm |
|
|
|
| I'm PMing you with my email address. Can you send me the images you are having problems with? |
|
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 4:00 pm |
|
|
|
thanks, just sent you an email  |
|
jlm22
Joined: 05 Feb 2009 Posts: 31
|
Posted: Mon Feb 09, 2009 11:22 pm |
|
|
|
payneless Designs - solution:
jpeg files can't be transparent so save as gif or png |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3598 Location: Biloxi, MS
|
Posted: Tue Feb 10, 2009 5:55 am |
|
|
|
| jlm22 wrote: |
http://missjoy.comyr.com
another question in case you'd be able to help - how do i get my comment section to just show the comment link rather than just the whole form? |
Not too sure about this as I see that you are use a widget for posting, but don't see where to post. The widget, I imagine, is providing the posting information from http://missjoy.comyr.com/posts.html. If you just want the link on the home page, I think you will have to remove the widget script from it and use "http://missjoy.comyr.com/posts.html" as a link? Is that what you are after?
May be late answering your post as I have to leave for a few hours. |
|
|