Answer: How to put boxes around those cool news scripts by Dave, Jim and others.
There are at least two ways: 1) use css formatting thanks to a hint by Lawrence Lee and 2) use Dave's Going Even Crazier: Frames Macro (thanks to Alison Fish, who sent me an email). I prefer the first method because I can have even more control: include colors, etc. example: my DC Dog site is formatted by css formatting. All I had to do was just copy a couple of my already created css over to the Radioland home template and then call them when I needed to:
1) in the style section of my header in the html (Home template), I added these two from my DC Dogs: (When you get to the site, just view the source code)
.sidetop {
text-align: center;
font-size: .95em;
padding: 2px;
background-color: #FFAA00;
border: 1px solid #000000;
}
.sideelse {
text-align: left;
padding-left: 8px;
font-size: .9em;
background-color: #EEEEEE;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #000000;
}
then I called them like so: <div class="sidetop"><b>Subscribed</b></div>
<div class="sideelse"><font class="small">
<%radio.macros.blogroll ("http://radio.weblogs.com/0107233/gems/mySubscriptions.opml")%></font>
</div>
2) "Question [snip]... I 'd like to know how to put boxes around these
links and make them look organized like Jeff did... )"
Did you see the frameIt macro?:
http://radio.userland.com/goingEvenCrazierWithMacros
1) contributed by Dog News: weird, inspiring dog tales
2) contributed by Alison Fish at: http://radio.weblogs.com/0111198/
Permalink: Please comment
Samples. UserLand .Com: drawLeftLinks macro | Samples. UserLand .Com: Make a macro legal | Samples. UserLand .Com: Stories | Samples. UserLand .Com: editComponent | Macros: viewRssBox | Radio UserLand : Stories | Radio UserLand : New Feature: Comments | Radio UserLand : How to create a Theme | Radio UserLand : Discussion Group | Navbar Macro