Closed Bug 285572 Opened 20 years ago Closed 20 years ago

in the td tag propretie background image is not show

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: jupitersaga, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1


I wrote this page,  if I use IE online is ok, not for firefax.

but in the foder of my PC using firefax it is showing.  

Reproducible: Always
Summary: in the td tag propretie background image is not show → in the td tag propretie background image is not show
You need to use the correct path separator in the path to your image:

<td width="100%" HEIGHT="52" style="HEIGHT: 52px"
 background="image\banner_child_globe.jpg" align= right>

should be:

<td ... background="image/banner_child_globe.jpg" ...>

-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.