Topic: Unable to post code for help

The system won't allow me to post any code, which makes it impossible to ask a technical question.

Is there a workaround?

Re: Unable to post code for help

what does this do, please?

<div class="body-content restricted">

Re: Unable to post code for help

I'm not sure why you were unable to post code.
Did you encounter an error message? If so, what did it say?

As far as I am aware, the 'body-content' class is used to signify that the corresponding container contains the main content of the page (and relevant CSS rules can then be applied to this container).
The 'restricted' class is used to restrict the width of the container using the CSS max-width property (the value used will be the 'Site -> Customize Theme -> Site Layout -> Max site width (px)' value).

4 (edited by markfriedman 2015-01-06 22:42:18)

Re: Unable to post code for help

I wasn't allowed

<!-- jQuery plugin -->
<script type="text/javascript" src="http://yourdomainname.com/assets/js/jquery-1.10.2.min.js"></script>

<!-- jQuery ui for the use of date picker feature -->
<script type="text/javascript" src="http://yourdomainname.com/assets/js/jquery-ui.js"></script>
<script>
$(".formelements").load("http://yourdomainname.com/simplex.php");
</script>

Re: Unable to post code for help

but I seem to allowed it now.

Re: Unable to post code for help

The forum's anti-spam security prevents new users from posting links and your code includes absolute URLs which the forum software probably sees as links. This is likely to have been the cause of your problem. As you have made several subsequent posts, this restriction has been lifted. Apologies for any inconvenience caused.