Jump to content

One small task for a freak?


cromagnon

Recommended Posts

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

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.