Gary:
It was a tab character, but my keyboard entered the wrong PHP
code! 8(
Thanks!
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Gary White" <reply@newsgroup.please> wrote in message
news:j209u2lrgd5kbsmt093lm7c1opd5t9oi5i@4ax.com...
> On Tue, 27 Feb 2007 13:22:02 -0500, "Murray *ACE*"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>That's what I thought, but when I do a
str_replace('\x09','-',$content);,
>>it
>>doesn't find it.
>
>
> Where are you trying to do the replace? In PHP? Try:
>
> preg_replace("/\t/","-",$content);
>
> If in DW, in code view,
> Find: \t
> Replace with: -
> Use Regular Expressions
>
> If neither of those, where?
>
> Gary