It is currently Fri May 18, 2012 3:17 am

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: help please
PostPosted: Sun Jan 30, 2005 11:52 pm 
Offline

Joined: Sun Jan 30, 2005 11:05 am
Posts: 2
i have a gameing site and i want to add html in where they post there rules i cant find how to do this
Code:
$x->add_textarea('notes',0,1,0,'tournament rules/notes',array(),10,1); //me

if(!ALP_TOURNAMENT_MODE || ALP_TOURNAMENT_MODE_COMPUTER_GAMES){
$x->add_textarea('settings',0,1,0,'server settings',array(),10,1);
}

if (empty($_POST) && $x->is_secure()) {
  $x->display_top();
  $x->display_form();
  $x->display_bottom();
} elseif (!empty($_POST) && $x->is_secure()) {
  $x->display_results();
} else {
  $x->display_slim('you are not authorized to view this page.');
} ?>

there is the script can someone help me ty badboy


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 10, 2009 10:50 am 
thanks for this.


Top
  
 
 Post subject:
PostPosted: Fri Jan 15, 2010 1:52 pm 
Offline

Joined: Fri Jan 15, 2010 1:42 pm
Posts: 1
If you want to coding in html then you need to go on WWW.W3SChools.com. All coding tabs about html available there.

_________________
colorado springs cpa
colorado springs accounting


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 24, 2010 12:09 am 
Offline

Joined: Sat Jan 23, 2010 12:57 pm
Posts: 3
tell me what is you error? that code is valid

_________________
Daniel from Cuban Cigars


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 28, 2010 2:46 am 
Offline

Joined: Thu Jan 28, 2010 2:43 am
Posts: 2
The code looks valid to me too.

_________________
BUY VALIUM ONLINE


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 19, 2010 2:23 am 
I am also getting issue in it with me i am also working on it i also need help from anyone give me.


Top
  
 
 Post subject:
PostPosted: Sat Feb 20, 2010 6:44 am 
Offline

Joined: Sun May 02, 2004 11:34 pm
Posts: 6535
Location: toronto, canada
There are a lot of nonsensical replies in this post. But in any case, I think you might be able to try something like this: inserting one of the formats that is shown n our sample

Code:
if (empty($_POST) && $x->is_secure()) {
  $x->display_top();


  //this might fit what you need if you do this
  $x->display_slim('<h3>Some of your content here</h3>');



  $x->display_form();
  $x->display_bottom();
} elseif (!empty($_POST) && $x->is_secure()) {
  $x->display_results();
} else {
  $x->display_slim('you are not authorized to view this page.');
} ?>

_________________
Lostboy

Cat, the other other white meat

Please read Posting Etiquette before posting

You can always try Google


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


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

Search for:
Jump to:  
cron