Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Reply
 
Thread Tools Search this Thread Display Modes
Old 02-18-2008, 11:09 PM   #1
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Basic HTML image help

OK i just finished designing my basic template in photoshop, and I finished coding the html...but here's the think. THe images aren't showing up what I coded. So could someone please download this(you can use it I dont care) corrct it and tell me what I did wrong and what I can do to avoid it next time. I'll place your site in the footer if you do and thanks.

click the link to download. I put the download up on my server cause it's faster to upload lol. In the zip is the images, and the index I tried to make.

www.prowrestlingnow.com/site.zip


thanks so so so much.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline   Reply With Quote
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 02-19-2008, 04:51 AM   #2
Bagi Zoltán
iWEBTOOL Moderator
 Contributor 
 
Bagi Zoltán's Avatar
 
Join Date: Aug 2006
Location: Hungary
Posts: 1,762
Bagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of light
Default Re: Basic HTML image help

Code:
<html> <head> <title></title> </head> <body bgcolor="000000" fontcolor="#FFFFFF"><center> <table valign="top"> <tr><td style="width:950px;height:201;background-image:url(images/header.gif)"/></tr> <tr><td style="width:950px;height:19;backround-image:url(images/under_header.gif)"></tr></td> <tr><td style="width:950px;height:106;backround-image:url(images/nav.gif)"/></tr> </table> <table valign="center"> <tr><td style="width:950px;height:461;backround-image:url(images/content)"/></tr> <tr><td style="width:950px;height:36;backround-image:url(images/under_content)"/></tr> <tr><td style="width:950px;height:47;backround-image:url(images/footer)"/></tr> </table> </body> </head> </html>

This worked very well on my localhost. I suggest you to define unique classes for the cells and place the class related style information into external css.
Bagi Zoltán is offline   Reply With Quote
Old 02-19-2008, 09:38 PM   #3
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Re: Basic HTML image help

HMM....when i paised that on my index it's not showing up, only the banner. I guess I could use css I'm not good at it though lol.

My main thing for this is I need to learn how to code what i make in photoshop. So any hints on what to do now.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline   Reply With Quote
Old 02-20-2008, 04:08 PM   #4
Bagi Zoltán
iWEBTOOL Moderator
 Contributor 
 
Bagi Zoltán's Avatar
 
Join Date: Aug 2006
Location: Hungary
Posts: 1,762
Bagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of light
Default Re: Basic HTML image help

You are welcome!
I suggest you to check your images. They are similar to the background. I suppose during slicing you missed something.
Bagi Zoltán is offline   Reply With Quote
Old 02-23-2008, 12:32 PM   #5
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Re: Basic HTML image help

I sliced the whole thing for example. 1 cut for where the text is going, 1 cut for the banner right left etc. So the whole template is there in like 9 slices. Maybe im cutting wrong have a tutorial for cutting? If i dont cut out the whole thing PS makes other cuts that i dont want.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline   Reply With Quote
Old 02-25-2008, 02:49 PM   #6
jperezmt
Junior Member
 
jperezmt's Avatar
 
Join Date: Apr 2007
Posts: 92
jperezmt is on a distinguished road
Default Re: Basic HTML image help

Code:
<table valign="top"> <tr><td background="images/header.gif"/></tr> <tr><td background="images/under_header.gif"></tr></td> <tr><td background="images/nav.gif"/></tr> </table> <table valign="center"> <tr><td background="images/content"/></tr> <tr><td background="images/under_content"/></tr> <tr><td background="images/footer"/></tr> </table>

You aren't closing the td tags, that could be a problem. I know you have the self close /> at the end but there's isn't a doc type on the top of your page to specify how to read the code.

Also, make sure that the images folder are on the same level. Without the / before images, your servers is going to look at the same level as index to make sure the images folder is there.

Hope it helps.

O and:

<tr><td background="images/under_header.gif"></tr></td>

That is also coded wrong, the td and tr at the end should be flipped.
__________________
Build Your Web Presence
jperezmt is offline   Reply With Quote
Old 02-25-2008, 02:52 PM   #7
jperezmt
Junior Member
 
jperezmt's Avatar
 
Join Date: Apr 2007
Posts: 92
jperezmt is on a distinguished road
Default Re: Basic HTML image help

Another Tip:

If you are just using solid colors for the background area, you should just use the color pallette instead of an image, it would load much quicker.

When I looked at your images folder, there was really only one image (the header) everything else was just a solid color.
__________________
Build Your Web Presence
jperezmt is offline   Reply With Quote
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Reply



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some help - Companie SEO nanaok Search Engine Optimization (SEO) 12 03-10-2008 07:58 AM
PR 5 Image Captioning Image Hosting Website For Sale Zooped Advertise your website 1 09-17-2007 03:58 PM
Make an image into HTML Zack HTML 11 08-18-2007 04:35 PM
ACE Image Hosting Script - Start Your Own Image Host! Profitable Niche! RAH Other Goods 5 11-05-2006 09:36 PM
Basic HTML Help sagecs Programming 4 11-04-2006 11:20 AM


All times are GMT. The time now is 03:08 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.