CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Allign text with image (http://www.codingforums.com/showthread.php?t=289850)

Senora 03-15-2013 11:09 AM

Allign text with image
 
1 Attachment(s)
In a table , I have inserted some text and images horizontally ie in a single row.
Now , the images and text are not alligned properly. the inages are coming a little downer than the text. Please guide me as I am new to html and CSS

sunfighter 03-15-2013 05:17 PM

Senora code is better then a thousand pictures. You can align things in a table by css.
It may work better in the style section or by placing it inline. Don't know without seeing the entire table (CSS effects every element - inline just the one its in)

Try using(this is inline styling) style="vertical-align:middle;" in the text td. Or maybe both tds.


All times are GMT +1. The time now is 08:55 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.