Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Background Image problem
Old 06-10-2005, 05:54 AM Background Image problem
Junior Talker

Posts: 1
Trades: 0
Can anyone see why this background image wont appear on my webpage - I think I am not being explicit enough withs its location but am not sure can anyone see what im doing wrong

HTML Code:
<table background="background.jpg" width= "100%" height = "100%" border ="0" cellpadding ="10">
<tr height = "250">
<td>  </td>
</tr>
</table>
mohson is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-10-2005, 06:45 AM
Kyrnt's Avatar
The Post-Mod Years

Posts: 2,536
Location: Western Maryland
Trades: 0
For this syntax to work, the image file background.jpg must be in the same directory as the HTML file you are writing which references it. Otherwise, you need to provide a relative path to it.

If your HTML file is in a directory and that directory contains another directory (let's call it 'images') which itself contains the image file, then you would need a relative path reference that looks like this:

HTML Code:
<table background="images/background.jpg">
__________________
—Kyrnt
Kyrnt is offline
Reply With Quote
View Public Profile Visit Kyrnt's homepage!
 
Reply     « Reply to Background Image problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.90815 seconds with 12 queries