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!
Question about a code for putting images in a row
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
mzlucky



Joined: 28 Feb 2008
Posts: 2

PostPosted: Thu Feb 28, 2008 6:19 pm     Question about a code for putting images in a row Reply with quote

I hope i have this in the right place. Very new with using codes. Ok what i'm tring to do is put 20 images in a row with 5 across and 4 down. Also not sure what it's called but i also need html code for a box i can put a bunch of little banners inside


thank you
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8301
Location: Castle Pines North, CO USA

PostPosted: Fri Feb 29, 2008 7:21 am     Reply with quote



Take a look at this
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Untitled 3</title>
<style type="text/css">
td
{
   width:25%;
}
</style>
</head>

<body>

<table style="width: 100%">
   <tr>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
   </tr>
   <tr>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
   </tr>
   <tr>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
   </tr>
   <tr>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
   </tr>
   <tr>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
      <td>lorem ipsum</td>
   </tr>
</table>

</body>

</html>

_________________
Corey
Payment Processing Forums | Mile High Merchant Accounts | Expression Web Blog
mzlucky



Joined: 28 Feb 2008
Posts: 2

PostPosted: Fri Feb 29, 2008 2:11 pm     THANKS Reply with quote

It worked just fine... i been tring to do these for days......Thanks Again
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8301
Location: Castle Pines North, CO USA

PostPosted: Sat Mar 01, 2008 9:56 am     Reply with quote

Very glad it worked out for you - never be afraid to ask questions - hopefully those questions will help you and I promise they will help scores of others that run into the same problem.

_________________
Corey
Hosting Solutions | Mile High Merchant Accounts | Expression Web Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table 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 

 
HOSTING / DESIGN
MAKE MONEY

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