HTML on the side? https://bakheva.runboard.com/t13858 Runboard| HTML on the side? en-us Fri, 29 Mar 2024 11:52:30 +0000 Fri, 29 Mar 2024 11:52:30 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: HTML on the side?https://bakheva.runboard.com/p245412,from=rss#post245412https://bakheva.runboard.com/p245412,from=rss#post245412You're welcome, Zearray. You should tweak the CSS to make the sidebar wide enough to accommodate your Cbox. Since it's 200px wide, you can change the width (in your CSS) for #sidebar from 180px to 200px, and the margin-left for #container from 190px to 205px or 210px. That should make it fit nicely. nondisclosed_email@example.com (Lesigner Girl)Sat, 18 Oct 2008 02:59:18 +0000 Re: HTML on the side?https://bakheva.runboard.com/p245411,from=rss#post245411https://bakheva.runboard.com/p245411,from=rss#post245411Thanks very much for the help. It went in with out a hitch and it looks like it's running smoothly now. If anything happens with it then I'll be sure to ask about it. Thanks again and take care!nondisclosed_email@example.com (Zearray)Sat, 18 Oct 2008 02:25:19 +0000 Re: HTML on the side?https://bakheva.runboard.com/p245408,from=rss#post245408https://bakheva.runboard.com/p245408,from=rss#post245408Hi Zearray I just put some code into place at your board. In your HTML Header, put your Cbox code where I've indicated there. If you don't want a heading at the top of your sidebar, take out <h2>Heading</h2>. Otherwise, change "Heading" to whatever you want your heading to say. In your CSS, you'll find this new code that I added at the end: #sidebar { display: none; } /* #sidebar {   font-family: verdana, arial, sans-serif;   width: 180px;   float: left;   margin-right: 5px; } #container {     margin-left: 190px; } .box {   border: 2px solid #000000; } .box h2 {   margin: 0;   border-bottom: 1px solid #000000;   font-size: 100%;   line-height: 26px;   vertical-align: middle;   text-align: center;   background:url(http://img.runboard.com/img/layouts/smackdown5_10/separator.jpg) center repeat-x; } */ Remove the parts in red, and tweak what's left over as you see fit. If you're unfamiliar with CSS, you may want to try this out on a test board. If you need help with that, you can ask here and we'll be happy to get into more detail. nondisclosed_email@example.com (Lesigner Girl)Sat, 18 Oct 2008 00:42:55 +0000 HTML on the side?https://bakheva.runboard.com/p245382,from=rss#post245382https://bakheva.runboard.com/p245382,from=rss#post245382Hello. I've recently attempted to add an IRC channel type thing called "Cbox" and I added it to my site but it doesn't look right in the Header or Footer spots. Is there a way that I can create a side bar and add the HTML for this item there? Thank you for all of your time and efforts. (the forum that I'm talking about is at Apocolyptica) nondisclosed_email@example.com (Zearray)Fri, 17 Oct 2008 19:07:25 +0000