Hi I have some php code with a header tag, but if i add html to, so i can style it, the header tag no longer works, is there a way to make this work?
the code is here [php]<?php
if ($_GET[‘state’] != success) {
header(‘Location: index.php?state=fejl’);
}
else{
echo(’
}
?>
[/php]
I want to style the " Tak, du har indtastet det hele korrekt, og der vil blive sendt billeder til dig" to be in the middle of the screen… and the screen to have a background with this
background: -webkit-linear-gradient(#e7e7e7 0%, #3e3d3d 100%);