Tagged Questions
0
votes
2answers
56 views
H2 conversion not working
I'm attempting to convert element. The font-size conversion works fine, but the margin conversion isn't doing so great.
Here is my attempt:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
3answers
250 views
How can I display an image using the “em” unit?
I've created a <div> with width:10em and height:5em.
Now I would like to display an <img> (GIF image) in this <div> with the exact same size.
But apparently it doesn't "know" the em ...