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?
You are not logged in. Please login or register.
Showkase Support Forum → Showkase Support → 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?
what does this do, please?
<div class="body-content restricted">
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).
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>
but I seem to allowed it now.
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.
Showkase Support Forum → Showkase Support → Unable to post code for help
Powered by PunBB, supported by Informer Technologies, Inc.