I'm not sure if this is possible, but I've been playing around with adding a sidebar to the right of my passage through appending a div element, and it seems to work fine.
While I could probably just write HTML in there, I'd like to be able to add to it using passages just for ease of use. I'm still a massive novice at this stuff, so if it's impossible that's fine, just thought I'd ask. Thanks again everyone![:) :)]()
$(document.body).append('<div id="rightSidebar">/*Contents here*/</div>');
While I could probably just write HTML in there, I'd like to be able to add to it using passages just for ease of use. I'm still a massive novice at this stuff, so if it's impossible that's fine, just thought I'd ask. Thanks again everyone
