Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Php scripting problem .. again :D (http://www.greenguysboard.com/board/showthread.php?t=986)

noooze 2003-09-23 12:28 PM

Php scripting problem .. again :D
 
ok
got this script and i want the page to align left.
How do I do ?

print("
$this_link_info[2]


$this_link_info[5]


\n");

where to put

?

noooze


matt 2003-09-23 11:51 PM

Re: Php scripting problem .. again :D
 
I would do it like this:

PHP Code:

print("
<div align=\"left\"><A HREF=\"
$this_link_info[3]\"><FONT FACE=\"Arial, Helvetica\" SIZE=3>$this_link_info[2]</FONT></A>
<BR>
<FONT FACE=Arial, Helvetica SIZE=2>
$this_link_info[5]</FONT><BR><BR></div>
\n"
); 

:)

noooze 2003-09-24 11:44 AM

Thx alot dude
I know its stupid but I just kept getting errors - guess I'm stupid :D


All times are GMT -4. The time now is 06:54 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc