Reply
Images in a table
Old 08-07-2004, 12:31 AM Images in a table
Junior Talker

Posts: 2
Hey,

I've been having issues creating a Star Trek site. I'm using 3 frames, a left frame (about 2 inches long) a top frame (2 inches down, and a content frame.

In the left frame I'm trying to use a table to hold several images. There will be 1 large image touching the side of the screen (almost) and about 7 other images lining up with the one large image. The issue I'm having is that the images wont line up. I've already resized the images but it just wont seem to work.

Any help would be appreciated, Thanks!
MrPenguin is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-07-2004, 04:15 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
you can use a table, or CSS. heres example table code;

HTML Code:
<table border="0" cellpadding="0" cellspacing="0">
<tr>
  <td colspan="2"><img height="100px" width="100px" border="0" /></td>
</tr>
<tr>
  <td><img height="80px" width="50px" border="0" /></td>
  <td><img height="80px" width="50px" border="0" /></td>
</tr>
</table>
thats an example, but look at it in IE or something, you'll see how it works.
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Reply     « Reply to Images in a table
 

Thread Tools

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
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12062 seconds with 12 queries