cowboyandy Posted December 7, 2010 Report Posted December 7, 2010 I set up a table for one of my pages, and have tried everything I know to put some space between the <td>image and the <td>text. Here's the page: www.renttexashillcountry.com/usefullinks/index.html Still working on "shortcutting" design using css, and having some problems. Any hints as to what the heck I'm missing here? Here's the css I have for this table: #statelinks { margin-left:5px; width:100%; border-collapse:collapse; text-align:left; } #statelinks td { border:0px; margin-top:15px; padding:15px; } Thanks in advance for any input. Cowboy Quote
falkencreative Posted December 7, 2010 Report Posted December 7, 2010 Looks like you could do that by adding right padding or margin on the images: #statelinks img { padding-right:20px; } Quote
cowboyandy Posted December 7, 2010 Author Report Posted December 7, 2010 Looks like you could do that by adding right padding or margin on the images: #statelinks img { padding-right:20px; } Ben! Thank you very much! I kept trying to work from the left of the text - never thought about working to the right of the image! Probably need to get some sleep. That corrected the problem.....muchas gracias! Cowboy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.