Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Web Development : Design : HTML formatting help?


Welcome to the Technology, Web & Business 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 contact us.


Design Talk about web design techniques and ideas in CSS, HTML, etc.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-31-2008
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default HTML formatting help?

OK so i am simply trying to put an image into my document the first 2 images in the table work fine, but the "raptors_site.gif" wont show up on the page anyways heres the code...

<HTML>
<HEAD>
<TITLE>title page</TITLE>
<HEAD>

<BODY BGCOLOR="white" TEXT="blue">

<H1 ALIGN="center"><BIG><B><I>Toronto Sports Teams</BIG></B></I></H1>

<TABLE BORDER="0">

<TR>

<TD><IMG SRC="jays_pic.gif" ALT="Toronto Blue Jays" WIDTH="60%"></TD>

<TD><IMG SRC="leafs_pic.png" ALT="Toronto Maple Leafs"></TD>

</TR>

<TR><IMG SRC="raptors_site.gif" ALT="Toronto Raptors"></TD>

<TD>

<TD>

</TR>



















</TABLE>
</BODY>
</HTML>

...i have saved the raptors_site.gif in the same folder as all my other documents so i have no clue....any ideas??
oh and i didnt mean to put the "raptors_site.gif" in the <TR> it should be in the <TD> right under it
__________________
Powered by Yahoo! Answers
Reply With Quote
  #2 (permalink)  
Old 03-31-2008
Junior Member
 
Join Date: Mar 2008
Posts: 3
Default

HTML is case sensitive to the file name:
1) make sure that's how it spelt in the folder
2) make sure you have it uploaded.
__________________
Powered by Yahoo! Answers
Reply With Quote
  #3 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default

<TR>
<TD><IMG SRC="raptors_site.gif" ALT="Toronto Raptors"></TD>
<TD><br></TD>

Why 60% first column?
__________________
Powered by Yahoo! Answers
Reply With Quote
  #4 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default

alright.

This website will help out a lot:

http://www.web-source.net/html_codes_chart.htm

You can even use it in your myspace messages.
__________________
Powered by Yahoo! Answers
Reply With Quote
Reply

Thread Tools
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

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


All times are GMT -5. The time now is 07:35 PM.