Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Blocks
Author Message
Lithium
Hangin' Around



Joined: Mar 30, 2004
Posts: 28

PostPosted: Fri May 21, 2004 9:14 am Reply with quote

I am trying to use this code in a block:

Quote:
<?php
require('phpmyfortune.php');
$pmf= new phpmyfortune();
// U must set your fortune files Wink
$pmf->setFileName("matrix");
if (! ($pmf->isError))
{
$content = $pmf->getFortune();
}
if ($pmf->isError)
{
$content = "ERROR !!! ".$pmf->stringaErrore;
}
?>


It works, however I would just like to make the text output bold and centered. I'm a total noob to php and blocks, but I understand the formatting is coming from my theme. Is there a way to make this bold and centered without modifying the theme? If I use html and leave the echo's in the code instead of changing them to $content =, it looks right but I get the 'no content for this block' error.
 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri May 21, 2004 9:22 am Reply with quote

Try
Code:
<?php 

require('phpmyfortune.php');
$pmf= new phpmyfortune();
// U must set your fortune files 
$pmf->setFileName("matrix");
if (! ($pmf->isError))
{
$content = $pmf->getFortune();
}
if ($pmf->isError)
{
$content = "ERROR !!! ".$pmf->stringaErrore;
}
$content = "<center><b>$content</b></center>":
?>
 
View user's profile Send private message
Lithium







PostPosted: Fri May 21, 2004 9:26 am Reply with quote

ty sir it works beautifully.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Blocks

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©