Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Html Webedit > Re: Need help l...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 246 of 304
Post > Topic >>

Re: Need help lining up images

by Adrienne Boswell <arbpen@[EMAIL PROTECTED] > Apr 9, 2006 at 02:55 PM

Gazing into my crystal ball I observed "jembieram"
<jembieram@[EMAIL PROTECTED]
> writing in
news:I77_f.19950$Ph2.9968@[EMAIL PROTECTED]
 

> Hi, can anyone help me?
> 
> I just can't get the pictures and text to line up here 
> http://www.jembie.5gigs.com/index.html
> 
> I am a bit of a newbie although I can do basic html but I use NVU
> which is a wysiwyg editor.
> 
> It is driving me mad that the pictures are all out of line with each
> other. 

I would say the first thing to do is learn HTML.  It is not difficult.  
You are abusing tables.  Tables are for tabular data.  Tables should not 
be nested and should not be used for positioning of elements.  Here's 
what I would do:

<div id="left">
<!-- left hand side content in divs -->
</div>
<div id="middle">
<!-- middle content -->
<!-- your table goes here -->
<table summary="pictures">
<tbody>
<tr valign="top">
<td>
<img src="img1...><br>Description
</td>
<td>
<img src="img2...><br>description
</td>
<td><img src="img3...><br>decription
</td>
</tr>
<tr valign="top">
<!-- ... rest of images  -->
</tr>
</table>
</div>
<div id="right">
<!-- right hand side content -->
</div>

Google for CSS 3 column layout.

HTH

-- 
Adrienne Boswell
Please respond to the group so others can share
http://www.cavalcade-of-coding.info
 




 2 Posts in Topic:
Need help lining up images
"jembieram" <  2006-04-09 12:30:32 
Re: Need help lining up images
Adrienne Boswell <arbp  2006-04-09 14:55:16 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Oct 16 0:48:44 CDT 2008.