Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1172
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

Images in center block

Started by big red, November 25, 2010, 04:16:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

big red

  Hello - Hope this is the right section.

  I'm using a custom HTML center block to create a scroogle search with the following code
<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!




big red

  Anyone have some time to look at this today?

  Please and Thank You

AngelinaBelle

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.

<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/
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

big red

   Damn AB - your good  ;)

     Thank You  ;D