You are here: DEVPPL Forum Programming HTML Forum
NOTIFICATIONS
54.091
MEMBERS
15.687
TOPICS
62.261
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

the codes correct but it just is not appearing

0

Loading

the codes correct but it just is not appearing

Postby Dazz_club » Mon Sep 19, 2005 12:26 pm

Hi there, well heres my problem. When i upload this page, an image should be visible aswell, but it doesnt appear. I`ve checked and nothing looks wrong, the image is in the correct folder of where i get them from,so the codes fine. I`ve also double checked against my other pages and they use the same code.

I just cant guess to why it doesnt appear
Dazz_club
 
Reputation: 0
Posts: 313
Joined: Fri Jul 15, 2005 8:35 am
Location: Chester and Hull
Highscores: 0
Arcade winning challenges: 0

the codes correct but it just is not appearing - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Ash » Mon Sep 19, 2005 2:04 pm

Can you post the code so we can look at it?
Ash
 
Reputation: 0
Posts: 1020
Joined: Wed Aug 03, 2005 7:10 pm
Location: England
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Dazz_club » Mon Sep 19, 2005 2:54 pm

sure no probs heres the code

Code: Select all
 <td width="436" height="78" align="left" valign="top" background="images/science.gif">


hope it helps
Dazz_club
 
Reputation: 0
Posts: 313
Joined: Fri Jul 15, 2005 8:35 am
Location: Chester and Hull
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Mon Sep 19, 2005 4:12 pm

That seems correct, you can try to add a slash in front of images, like this:

Code: Select all
<td width="436" height="78" align="left" valign="top" background="images/science.gif">
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2830
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby Protege » Mon Sep 19, 2005 4:56 pm

Code: Select all
 <table><tr><td width="436" height="78" align="left" valign="top" background="images/science.gif"></td></tr></table>


I'm not sure if you have the table already, but that works.
Protege
 
Reputation: 0
Posts: 67
Joined: Mon Sep 19, 2005 9:05 am
Location: Scotland
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby ReFredzRate » Mon Sep 19, 2005 5:32 pm

If it still doesn't work, please give us the URL to the page, so we can check what might be wrong.
ReFredzRate
 
Highscores: 0
Arcade winning challenges: 0
0

Loading

exceeded limit of host

Postby Dazz_club » Wed Sep 21, 2005 2:24 pm

Hi guys,
thanks for your input

I believe the prblem was that i reached the limit my host had given me, as the error read "disck quota excess" something like that

cheers guy
Dazz_club
 
Reputation: 0
Posts: 313
Joined: Fri Jul 15, 2005 8:35 am
Location: Chester and Hull
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Protege » Wed Sep 21, 2005 3:27 pm

O.o
Protege
 
Reputation: 0
Posts: 67
Joined: Mon Sep 19, 2005 9:05 am
Location: Scotland
Highscores: 0
Arcade winning challenges: 0
^ Back to Top