Not sure if I should post here or under the theme I'm using (Triton), but I tested using the standard theme and the same problem occurs.
I've got a simple Scriptbox on my right panel. I use it as a quick help article for those that are new to the forum or confused and need help. I've got a little too much text in there than the box would like, because it cuts off my box part-way through and runs right into my next box, which is my recent posts box. Is there some sort of resize option for boxed that I can't find, or is there a way to give it scrollbars or something? Why does the frame not break for the next box? I've attached a screenshot to illustrate my problem, or you can visit my site (http://concordstudentworship.com/Plugins/mboard/index.php) to see for yourself. Thanks for any help or ideas.
More than likely the code you're using. Can you post the code?
You bet. It's just text with a couple links.
If nothing seems to be working right, there's a good chance you're not logged in. Please click <a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=login">here</a> to log in. If you do not have an account yet, please click <a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=register">here</a> to register.</br></br>
If you are logged in and still have trouble, please read <a href="http://concordstudentworship.com/Plugins/mboard/index.php?page=6>Aaron's introduction to the message board</a>, or visit <a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=help">the Help page</a>. Finally, if you cannot find an answer to your problem, <a href="mailto:awade@fbconcord.org>email Aaron</a> and ask for help!</br></br>
Please don't give up! You can do it!
Try this, I dont know what you had done to your code but I fixed it :)
Make sure its in a script block
<div align="center">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" height="67">
<tr>
<td>
<p>If nothing seems to be working right, there's a good chance
you're not logged in. Please click
<a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=login">
here</a> to log in. If you do not have an account yet, please click
<a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=register">
here</a> to register. If you are logged in and still have trouble,
please read
<a href="http://concordstudentworship.com/Plugins/mboard/index.php?page=6">
Aaron's introduction</a> to the message board or visit the
<a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=help">Help page</a>. Finally, if you cannot find an answer to
your problem, <a href="mailto:awade@fbconcord.org">email Aaron</a> and ask for help!</br>
Please don't give up! You can do it!</td>
</tr>
</table>
</div>
You were missing a couple of quotes in your code. Try this:
If nothing seems to be working right, there's a good chance you're not logged in. Please click <a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=login">here</a> to log in. If you do not have an account yet, please click <a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=register">here</a> to register.</br></br>
If you are logged in and still have trouble, please read <a href="http://concordstudentworship.com/Plugins/mboard/index.php?page=6">Aaron's introduction to the message board</a>, or visit <a href="http://concordstudentworship.com/Plugins/mboard/index.php?action=help">the Help page</a>. Finally, if you cannot find an answer to your problem, <a href="mailto:awade@fbconcord.org">email Aaron</a> and ask for help!</br></br>
Please don't give up! You can do it!
That'll get it. Thanks fellas.