html - Can't place iframe directly beneath h1 -


i'm trying create profile site use lot. have figured out, exception of placement of iframe.
i'd positioned double-space distance beneath h1.

here h1 positioned such: style="position:absolute;top;75; align=center

... i'd iframe positioned right below it. suggestions?

<div>   <h1>something</h1>   <iframe href="#"></iframe> </div>  h1{your-style-here} iframe{ position: relative} 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -