I have CSS like:
.image {width:100%;vertical-align: middle; border-color:#000000; border:solid; border-width:3;}
When I put height:119px; into CSS there will not be alignment in middle.
Can you tell me how to fix this problem?
Image has the following code:
<div class="image">
<img alt="" src=http://www.webdeveloper.com/forum/archive/index.php/"images/company_name.gif"
style="width: 304px;height: 60px;">Try doing <img alt="" src=http://www.webdeveloper.com/forum/archive/index.php/"images/company_name.gif"
style="width: 304px;height: 60px; vertical-align:middle;">
.image {width:100%;vertical-align: middle; border-color:#000000; border:solid; border-width:3;}
When I put height:119px; into CSS there will not be alignment in middle.
Can you tell me how to fix this problem?
Image has the following code:
<div class="image">
<img alt="" src=http://www.webdeveloper.com/forum/archive/index.php/"images/company_name.gif"
style="width: 304px;height: 60px;">Try doing <img alt="" src=http://www.webdeveloper.com/forum/archive/index.php/"images/company_name.gif"
style="width: 304px;height: 60px; vertical-align:middle;">