cromagnon Posted November 23, 2008 Share Posted November 23, 2008 Hi Guys I think this is easy for you :-) I like a headline inside the box, but above the picture: <div id="reminder_block" style="background-image: url(<?php echo $path_to_include; ?>calendar.jpg);"> <form action="<?php echo fixUrl($url_to_redirect); ?>" method="get" style="padding: 0; margin: 0;" id="crb_form"> <p class="header"><p>Remind me;"><b>Email:</b></font></p> <p><input type="text" name="email" value="" style="width: 110px;" /> <input type="submit" value="Go" class="submit" /></p> </form> </div> Is it possible? Link to comment https://forums.phpfreaks.com/topic/133882-one-small-task-for-a-freak/ Share on other sites More sharing options...
blufish Posted November 23, 2008 Share Posted November 23, 2008 This should be in HTML help, I'm not really sure what you are asking for but I have this. And what picture? <div id="reminder_block" style="background-image: url(<?php echo $path_to_include; ?>calendar.jpg);"> <form action="<?php echo fixUrl($url_to_redirect); ?>" method="get" style="padding: 0; margin: 0;" id="crb_form"> <p class="header"><b>Email: </b></font><input type="text" name="email" value="Email" style="width: 110px;" /> <input type="submit" value="Go" class="submit" /> </form> </div> Link to comment https://forums.phpfreaks.com/topic/133882-one-small-task-for-a-freak/#findComment-696966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.