| | Re: 2 questions: 1 on HTML and 1 on Webcounters
|
|
(...) By using the CSS property vertical-align:middle for your images <img src="" alt="" style="vertical-align:middle" />text in the middle<img src="" alt="" style="vertical-align:middle" /> Erik (18 years ago, 25-May-07, to lugnet.publish)
|
|
| | Re: 2 questions: 1 on HTML and 1 on Webcounters
|
|
(...) Wouldn't you need a middle-centered div too? Like so. <img src="" alt="" style="vertical-align:middle; float: left;" /> <div style="vertical-align:middle; float: left; width:40em;">text in the middle</div> <img src="" alt="" (...) (18 years ago, 25-May-07, to lugnet.publish)
|