rianthename
New Member
I got a problem with @mediaprint.In orginal the "h1" text is over a picture, but in mediaprint the text gets one line above the picture, cant get it to work..Any nice soul out there who can help me?html: \[code\]<td colspan="2"><h1>En pansarvagn till sj?ss</h1><img src="http://stackoverflow.com/questions/14558735/bild1.jpg" alt="Bild p? en b?t" width="850" height="650" border="0" />\[/code\]CSS stylesheet\[code\]body{background-color: #e1e1e1;}h1{color: white; font-size: 5em; position: absolute; margin:1 auto;}h4.rosa {background-color: #ff9999;}h4, h3 {color: #006666;}h5.punkt {font-family: "Courier New", serif;}p {font-style:italic;}img {border-style: inset; border-width:3mm;}p{color: #006666; background-color: #ff9999; padding: .5em; text-indent: 1em;}a:hover{text-decoration: none;}@media print {h1{color: white; font-size: 5em; position: absolute; margin:1 auto;}body{background-color: #FFFFFF;}ul{color: black; font-family: "Courier New", Courier, mono, serif;}h4.rosa {background-color: #FFFFFF;}h4, h3 {color: #000000;}img{border-style:none; border-width: 0em;}a:hover{text-decoration: none;}}\[/code\]Regards