PDA

View Full Version : encoding html


harlequin
13-Oct-2003, 08:06 PM
hi all, trying to use the feature of hiding certain content from certain people and from the knowledgebase http://knowledge.actinic.com/users/kadmin/acatalog/Knowledge_Base_Customer_Accounts_and_Prices_133.html#aGC134

can anyone tell me where i can find out the rules for this encoding.... :o as i have quite a lot of html in 1 area i would like to hide.....is there a utility that can convert existing html? if someone says dreamweaver ill die of embarresment...

steve q

harlequin
13-Oct-2003, 08:20 PM
found the answer myself at http://www.w3schools.com/html/html_entities.asp

also a full list of them at
http://www.w3schools.com/html/html_entitiesref.asp

except THEY dont tell you

& # 47 ; (without the spaces) equals a forward slash /

so i suppose my question remains, is there a handy utility that will convert my html as needed or a more definitive list than at w3schools?

thanks..

steve

garyhay
13-Oct-2003, 09:39 PM
Steve I have seen a javascript that produces similar results ie. hides the source code.

I cant remember where but it was a code protector script.

http://www.google.co.uk/search?hl=en&ie=UTF-8&oe=UTF-8&q=free+html+code+protector&meta=

harlequin
13-Oct-2003, 10:13 PM
cheers, as it happens, it was the other way around, i wanted to hide something from people who WERE logged in and thats a far more straightforward

<Actinic:NOTINB2B>

your code

</Actinic:NOTINB2B>

works quite nicely...

steve