SimplePortal

Customization => Custom Coding => Topic started by: big red on November 25, 2010, 04:16:53 PM

Title: Images in center block
Post by: big red on November 25, 2010, 04:16:53 PM
  Hello - Hope this is the right section.

  I'm using a custom HTML center block to create a scroogle search with the following code
Code: [Select]
<center><FORM METHOD=POST ACTION="http://www.scroogle.org/cgi-bin/nbbw.cgi">
<INPUT type=text name="Gw" SIZE="25" MAXLENGTH="225">
<INPUT type="submit" value="Search">
<BR><font size=2><INPUT type=hidden name="n" value="2">
<INPUT type=radio name="d" value="www.yourdomain.com" CHECKED>Your Domain
&nbsp; &nbsp; <INPUT type=radio name="d" value="*">web
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<BR></font></FORM></center>

   So far ok but 2 things:

1 - i get "scroll bars" on the right side.

2 - i would like to add these 2 images so that it goes from image #3 to look like image #4 (these 2 images are centered on each side)

   Thank You for any help you can provide!



Title: Re: Images in center block
Post by: big red on November 27, 2010, 11:52:20 AM
  Anyone have some time to look at this today?

  Please and Thank You
Title: Re: Images in center block
Post by: AngelinaBelle on December 09, 2010, 02:11:17 PM
There are many ways you could handle this.
One way is with a table.
Another way is with floating divs.
I think tables are easier to control.
Code: [Select]
<table width=95%>
<tr>
<td>put your image here</td>
<td>
<FORM METHOD=POST ACTION="http://www.scroogle.org/cgi-bin/nbbw.cgi">
<INPUT type=text name="Gw" SIZE="25" MAXLENGTH="225">
<INPUT type="submit" value="Search">
<BR><font size=2><INPUT type=hidden name="n" value="2">
<INPUT type=radio name="d" value="www.yourdomain.com" CHECKED>Your Domain
&nbsp; &nbsp; <INPUT type=radio name="d" value="*">web
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<BR></font></FORM>
</td>
<td>put your second image here</td>
</table>
http://w3schools.com/html/ (http://w3schools.com/html/)
Title: Re: Images in center block
Post by: big red on December 11, 2010, 10:16:50 PM
   Damn AB - your good  ;)

     Thank You  ;D
SimplePortal 2.3.8 © 2008-2024, SimplePortal