HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Placing images
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
Julie



Joined: 05 May 2008
Posts: 2

PostPosted: Mon May 05, 2008 9:51 am     Placing images Reply with quote

Hi, I am new to html programming but enjoying it greatly Very Happy . I am setting up my first web pages and would like to be able to place images (20 of them to be precise) that I can then link to other pages. I would like to set them out in a rugby ball shape in the main. Is this possible with coding or should I just stick to using something like Visio and saving it as html? Confused

I can get the images onto the page, either in a straight line or under each other but am not able to specify exact positions. Any comments will be greatly appreciated. Thanks
Straystudio



Joined: 14 Apr 2008
Posts: 219
Location: Nord Italy

PostPosted: Tue May 06, 2008 6:57 pm     Reply with quote

Let me know about this layout:
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Julie</title>


</head>
<body bgcolor="#444242" text="#ffffff" link="#ffffff" vlink="#ffffff">
<div align="center">

<table height="" width="80%" border="0" cellpadding="0" cellspacing="0"><tr>
 <td align="center" valign="middle">

   <table height=""border="0" cellpadding="2" cellspacing="0"><tr>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    </tr>
   </table>

 </td>
</tr><tr>
 <td align="center" valign="middle">

   <table height="" border="0" cellpadding="2" cellspacing="0"><tr>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    </tr>
   </table>

 </td>
</tr><tr>
 <td align="center" valign="middle">

   <table height="" border="0" cellpadding="2" cellspacing="0"><tr>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    </tr>
   </table>

 </td>
</tr><tr>
 <td align="center" valign="middle">

   <table height="" border="0" cellpadding="2" cellspacing="0"><tr>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    </tr>
   </table>

 </td>
</tr><tr>
 <td align="center" valign="middle">

   <table height="" border="0" cellpadding="2" cellspacing="0"><tr>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    <td align="center" valign="middle">
      <img height="80" width="80" border="0" src="" alt=""/>
    </td>
    </tr>
   </table>

 </td>
</tr>
</table>
 
</div>
</body>
</html>


When TABLEs grow becoming hard to understand how the result, a good trick is to momently enter border="1" in place of border="0" and if needing bordercolor="" as well.

Bookmarkt this to a friendly use, not overriding the actual Editor, yet:
http://htmledit.squarefree.com/
 
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial