Help - Search - Members - Calendar
Full Version: PHP Help Needed
Get Paid Forum - Get Paid Discussion > Webmaster's Corner > Advertising Section related to Running a website > Script Exchange > For Sale Archive
freeandeasy
Please scroll to the bottom here and look at the banner:

http://advertise.freeandeasyonline.com/submitad.html

This text:

PTR Webmasters Join This Banner Exchange HERE!

is off-centered.

Here is the code in the scripts:
CODE
&lt;!--Begin <? echo "$exchange_name"; ?> code --&gt;<br>
&lt;iframe align=top width=468 height=60 marginwidth=0 marginheight=0 hspace=0
vspace=0 frameborder=0 scrolling=no src=&quot;http://freeandeasyonline.com/exchangedir/view.php?uid=<? echo "$uid"; ?>&quot;&gt;&lt;/iframe&gt;&lt;br&gt;&lt;a href=&quot;http://webmasterbexchange.freeandeasyonline.com/&quot;&gt;PTR Webmasters Join This Banner Exchange HERE!&lt;/a&gt;&lt;/center&gt;<br>&lt;!--End <? echo "$exchange_name"; ?> code --&gt;

Where do I put the <center> tag to get the text centered?
TIA!
3a3
QUOTE (freeandeasy @ Apr 7 2003, 08:55 PM)
Please scroll to the bottom here and look at the banner:

http://advertise.freeandeasyonline.com/submitad.html

This text:

PTR Webmasters Join This Banner Exchange HERE!

is off-centered.

Here is the code in the scripts:
CODE
&lt;!--Begin <? echo "$exchange_name"; ?> code --&gt;<br>
&lt;iframe align=top width=468 height=60 marginwidth=0 marginheight=0 hspace=0
vspace=0 frameborder=0 scrolling=no src=&quot;http://freeandeasyonline.com/exchangedir/view.php?uid=<? echo "$uid"; ?>&quot;&gt;&lt;/iframe&gt;&lt;br&gt;&lt;a href=&quot;http://webmasterbexchange.freeandeasyonline.com/&quot;&gt;PTR Webmasters Join This Banner Exchange HERE!&lt;/a&gt;&lt;/center&gt;<br>&lt;!--End <? echo "$exchange_name"; ?> code --&gt;

Where do I put the <center> tag to get the text centered?
TIA!

CODE
&lt;!--Begin <? echo "$exchange_name"; ?> code --&gt;<br>
&lt;center&gt;&lt;iframe align=top width=468 height=60 marginwidth=0 marginheight=0 hspace=0
vspace=0 frameborder=0 scrolling=no src=&quot;http://freeandeasyonline.com/exchangedir/view.php?uid=<? echo "$uid"; ?>&quot;&gt;&lt;/iframe&gt;&lt;br&gt;&lt;a href=&quot;http://webmasterbexchange.freeandeasyonline.com/&quot;&gt;PTR Webmasters Join This Banner Exchange HERE!&lt;/a&gt;&lt;/center&gt;<br>&lt;!--End <? echo "$exchange_name"; ?> code --&gt;


is the solution, I guess

the script uses an internal frame to display the stuff .. so you've got to center the internal frame.

I put a &lt;center&gt; (equal to <center> in PHP scripts as this one )at the begining of the second line.

Hope this one is correct .. ac.gif
freeandeasy
Thanks! I'll try that.
aa.gif
freeandeasy
That worked, thanks!
3a3
QUOTE (freeandeasy @ Apr 8 2003, 06:48 PM)
That worked, thanks!

no problem, that was an easy one ac.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.