Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tightening up graphics on adjacent tables 1

Status
Not open for further replies.
What does 'tighten up' mean? The top graphic - newlogo.jpg - has no space above or below and no other items in the same table row.

Although it probably isn't the problem this time, it's always worth making sure that your page validates correctly before trying to sort layout details. See
Layout will be more controllable if you use tables just for tabular data, and use semantically correct markup, div elements and CSS for layout.

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Thanks for your input,
The graphic I'm referring to is 984Large Inlay.gif. There is a small amount of white space below the image that is noticeable when you look at where it is touching the two vertical gradients on the left and right side.

I realize tables are not the way to go. I know a little css but not enough to make that happen right now. I am designing this for my business and I'm not a web designer so don't have time to to devote right now to class in css but I'd like to at some point.


Thanks
 
Most likely it's the 9 pixel image in the 10 pixel box:
Code:
      <tr>
        <td height=[b]"10"[/b] colspan="3" align="center" valign="middle"><div align="center"><img src="/images/graphic_elements/984Large%20Inlay.gif" width="984" height=[b]"9"[/b]></div></td>
      </tr>

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top