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
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.