Thread: Forum Changes
View Single Post
  #83  
Old March 6th, 2005, 06:48 AM
CovertJaguar's Avatar

CovertJaguar CovertJaguar is offline
Sergeant
 
Join Date: Jan 2004
Posts: 203
Thanks: 0
Thanked 0 Times in 0 Posts
CovertJaguar is on a distinguished road
Default Re: Forum Changes

Quote:
Phoenix-D said:
EDIT: of course its also making the top of the area (user controls, banner, announcments..) disappear as well. Oops.

The stuff at the top of the page? the Main Index, Who's Online, and Search stuff? I can see all of that just fine. Don't know what causing it to disappear on your end.

Wait, I see what's wrong. I told you guys to set the byte limit to 10000 just in case, but I had it on 7000. If you set it to 7000 they show up.

EDIT: Fixed the filter so that will only find what is is supposed to even if the byte limit is higher:
Code:
<table width="100%" cellpadding="0" cellspacing="0" align="center" id="pr">**<tr></tr></table>*\n</td>



EDIT2: Better one:
Code:
<table \w \w \w \w id="pr">*<tr></tr></table>?\n</td>

__________________
"The difference between very sophisticated technology and magic is a very blurry line,” Dean Kamen, Wizard of IT
Reply With Quote