Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Restrictions

18 years ago
I love the way restrictions work and used them how many times in fish filet. How did you make them work? It's like... The coolest thing to me. I un published fish filet to put in restrictions... I'm not sure if you know. Any way, does anyone else like them?                                                                    besides me?

Restrictions

18 years ago
yes i love them, you can do so many things with simplr restitrcitons.

Restrictions

18 years ago

Yeah, this stuff is better on the internet because you can't cheat (apart from go back, which isn't really cheating).

Restrictions

18 years ago
Restriction is so cool! I like the part where you can dim the link. It's awesome :D

Restrictions

18 years ago
You don't dim it.  All you do is change the HTML from this:

<ul><a href="whatever it is (might be differnt, like with javascript or ASP)">Click here, this link is active!</a></ul>

to this:

<ul>Click here, this link is active!</ul>  <--This link isn't really active.  lol-->

Restrictions

18 years ago
Shouldn't there be an exclamation mark in the <--___________ --> just after the less than sign? Or is this a different type of html/javascript?

Restrictions

18 years ago
What you are thinking of, is the comments for javascript, to keep old browsers from rendering javascript as text but at the same time not confusing the javascript itself.  Example:

<script type="whatever type you are using">
<!-- ______________________________--></script>

Javascript isn't the only type.

Restrictions

18 years ago
Well, I didn't really know how to say when the link is not active, so I said dim.

Restrictions

18 years ago
No, I meant leaving yourself a note that won't show up on the page using regular html.