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!
Layout Image Alignment!!!
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
shiver2784



Joined: 17 Dec 2004
Posts: 2
Location: Boston, MA

PostPosted: Fri Dec 17, 2004 12:35 pm     Layout Image Alignment!!! Reply with quote

Ok, so i made an entire layout using one large graphic in Photoshop. i then sliced it into 10 seperate images, so I can make each of them a link to a different page of my site. My problem is that I need all the images to align correctly together so it looks like the one original large graphic. Anyone know the html code to do this. i know it is possible and have seen it done many times, i just have no idea how to do it. Thanks!!!
brianng



Joined: 17 Dec 2004
Posts: 123

PostPosted: Fri Dec 17, 2004 4:28 pm     Reply with quote

You will need to use table to do this. If you have HTML editor program such as FrontPage, it will be much easier to do that . Here's a sample code for the table

Code:

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="50%">
    <tr>
      <td width="25%">image 1</td>
      <td width="25%">image 4</td>
      <td width="25%">image 7</td>
    </tr>
    <tr>
      <td width="25%">image 2</td>
      <td width="25%">image 5</td>
      <td width="25%">image 8</td>
    </tr>
    <tr>
      <td width="25%">image 3</td>
      <td width="25%">image 6</td>
      <td width="25%">image 9</td>
    </tr>
  </table>
  </center>
</div>
shiver2784



Joined: 17 Dec 2004
Posts: 2
Location: Boston, MA

PostPosted: Sat Dec 18, 2004 12:24 am     Reply with quote

Thanks!!! Laughing
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML 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
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

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