Lesigner Girl
Global Administrator
Head of Runboard staff
Registered: 11-2005
Posts: 25554
Karma: 429 (+482/-53)
|
Reply | Quote
|
|
Re: Nothing To See Here
Rick, it's all in the wording. I said, "I didn't put any hidden text in my last post. ;^)" There is no "text" in that "post." There are "tags" in the "source code," and the CSS gives them a "display" of "none", not "visibility: hidden".
I know, I'm a stinker. :-p
|
10/8/2009, 10:12 pm
|
Link to post
Email Lesigner Girl
PM Lesigner Girl
Blog
|
Erika E
A Posting Machine
Registered: 10-2003
Posts: 2887
Karma: 267 (+281/-14)
|
Reply | Quote
|
|
Re: Nothing To See Here
BORED..
|
10/9/2009, 3:04 pm
|
Link to post
|
Lesigner Girl
Global Administrator
Head of Runboard staff
Registered: 11-2005
Posts: 25554
Karma: 429 (+482/-53)
|
Reply | Quote
|
|
Re: Nothing To See Here

|
10/9/2009, 9:12 pm
|
Link to post
Email Lesigner Girl
PM Lesigner Girl
Blog
|
Pastor Rick
Moderator
Registered: 07-2005
Location: Texas
Posts: 10247
Karma: 272 (+331/-59)
|
Reply | Quote
|
|
Re: Nothing To See Here
// Tables if (eregi('\[ /table]', $text)) { $array_test_beg = split('\[ table',strtolower($text)) + split('\[ TABLE',strtolower($text)); $array_test_end = split('\[ /table]',strtolower($text)) + split('\[ /TABLE]',strtolower($text)); if (count($array_test_beg) == count($array_test_end)) { $text = preg_replace("#\[ table=([ 0-9]+)\]#i", '<table width="\1">', $text); $text = preg_replace("#\[ table]#i",'<table>', $text); $text = preg_replace("#\[ /table]#i",'</table>', $text); $text = preg_replace("#\[ tr]#i",'<tr>', $text); $text = preg_replace("#\[ /tr]#i",'</tr>', $text); $text = preg_replace("#\[ td]#i",'<td>', $text); $text = preg_replace("#\[ /td]#i",'</td>', $text); } }
|
10/12/2009, 1:32 am
|
Link to post
Email Pastor Rick
PM Pastor Rick
Blog
|
Lesigner Girl
Global Administrator
Head of Runboard staff
Registered: 11-2005
Posts: 25554
Karma: 429 (+482/-53)
|
Reply | Quote
|
|
Re: Nothing To See Here
That's not allowed here. :-p
|
10/12/2009, 4:08 am
|
Link to post
Email Lesigner Girl
PM Lesigner Girl
Blog
|
Pastor Rick
Moderator
Registered: 07-2005
Location: Texas
Posts: 10247
Karma: 272 (+331/-59)
|
Reply | Quote
|
|
Re: Nothing To See Here
I know but it is php so I was wondering if it really would create a
Add a reply
Page: 1 2 3 ... 5 6 7
You are not logged in ( login)
|