Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-17-2004, 03:25 AM   #1
Trax
[----------------------]
 
Join Date: Aug 2001
Posts: 14,486
I have a HTML problem

For the first time ever i don't understand HTML

<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr width="765 heigh="131" background="../images/logo3.gif">
<td height="131" colspan="2" align="center" valign="top" scope="col"><br>
</td>
</tr>
....

I want logo3.gif to come up as the background
Offline (in Dreamweaver) it comes up but NOT when its online
There it is blank
WHY???
i have no idea

(And yes, the file logo3.gif is online in the images folder! )

Trax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:29 AM   #2
187
Confirmed User
 
Join Date: Jun 2004
Location: ICQ: 59-10-33
Posts: 493
just put the .gif in the same folder as the .html file and background="blahblah.gif"
__________________
wtf? free traffic? ww.netr.nu is slick business you sheep
187 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:29 AM   #3
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
upload the gif
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:32 AM   #4
Trax
[----------------------]
 
Join Date: Aug 2001
Posts: 14,486
Quote:
Originally posted by 187
just put the .gif in the same folder as the .html file and background="blahblah.gif"
I did all that
I wouldn't have started a thread if that would have been the problem
Trax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:34 AM   #5
NakedBo
Confirmed User
 
Join Date: Jan 2004
Location: Amsterdam 139-752-770
Posts: 1,614
I would like to know the answer on this one too. For some reason Dreamweaver does that for me too sometimes. The HTML looks fine, the image is where its supposed to be, and still it doesn't show up. I restart it when that happend, and most of the times magicly the damn image is there when I do it again.

Hope that is of any help
NakedBo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:36 AM   #6
tdp-Cool-content
Confirmed User
 
Join Date: Oct 2002
Location: Out there
Posts: 321
can it be that the bg is in the TR ... put it in the TD
__________________
Webmaster Content Cool-content

Webmaster Resources cool-XXXresources
tdp-Cool-content is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:36 AM   #7
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally posted by Trax
For the first time ever i don't understand HTML

<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr width="765 heigh="131" background="../images/logo3.gif">
<td height="131" colspan="2" align="center" valign="top" scope="col"><br>
</td>
</tr>
....

I want logo3.gif to come up as the background
Offline (in Dreamweaver) it comes up but NOT when its online
There it is blank
WHY???
i have no idea

(And yes, the file logo3.gif is online in the images folder! )

put the

<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr width="765 heigh="131">
<td height="131" colspan="2" align="center" valign="top" scope="col" background="../images/logo3.gif"><br>
</td>
</tr>

put the background image in the column <td> and i think it should work. are you using dreamweaver? there is a bug in dreamweaver that writes background images to the rows rather than the columns. i could be talking crap and have it the wrong way round i haven't checked it but i think that is correct.
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:37 AM   #8
Trax
[----------------------]
 
Join Date: Aug 2001
Posts: 14,486
oh yeah and the typos

width="765 heigh="131"

are not the reason. In the source it is correct:
width="765" height="131"
Trax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:38 AM   #9
Trax
[----------------------]
 
Join Date: Aug 2001
Posts: 14,486
Quote:
Originally posted by foolio
if the gif is in the same folder as the html then why do you have ../images/logo3.gif?

anyway - try dropping the dots - or if that does nto work put the full UPL path of the gif just to make sure its there and working.. if it does then work backwards
i did all that
i tried everything
the full url
putting the image from the images folder in the same folder the file is in
...
Trax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:46 AM   #10
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally posted by Trax
i did all that
i tried everything
the full url
putting the image from the images folder in the same folder the file is in
...
have you read my post, it is a bug in dreamweaver you will have to manually edit the html and put it in the column <td>
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:48 AM   #11
NakedBo
Confirmed User
 
Join Date: Jan 2004
Location: Amsterdam 139-752-770
Posts: 1,614
Quote:
Originally posted by roly
have you read my post, it is a bug in dreamweaver you will have to manually edit the html and put it in the column <td>
I will try that next time too. Hope this solves my problem too.
NakedBo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:49 AM   #12
xenigo
Confirmed User
 
Industry Role:
Join Date: Jan 2001
Location: Oakland, CA
Posts: 8,067
ICQ me and I'll play with your HTML, baby.
xenigo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-17-2004, 03:49 AM   #13
Trax
[----------------------]
 
Join Date: Aug 2001
Posts: 14,486
nope
didn't see it and yes its working now
that was the problem.
a friend told me about that DW problem just over ICQ.

Thanks everybody and fuck DW.
Trax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.