| | Re: 2 questions: 1 on HTML and 1 on Webcounters Erik Amzallag
|
| | (...) 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 (17 years ago, 25-May-07, to lugnet.publish)
|
| | |
| | | | Re: 2 questions: 1 on HTML and 1 on Webcounters Timothy Gould
|
| | | | (...) 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="" (...) (17 years ago, 25-May-07, to lugnet.publish)
|
| | | | |