By goodtimes247 on
Can someone tell me how to go about adding a divider line or border in between posts? And since we're on the topic, anyone know how to make the posts collapsible? Is there a module for this? I can't find it anywhere. Much thanks!
Comments
Here's one way...
Anything to do with the presentation layer of your site is handled in the files of the theme you have chosen.
I don't know how much you know about Drupal theming, but here is where I would start:
There are bunches of other ways to do this, like adding border css values on the DIV that surrounds each node.
Thanks
Thanks seaneffel. I'm new to drupal, what editors and tools do most people use to modify their site? dreamweaver? jedit?
I use just a free FTP
I use just a free FTP application and a free text editor application to edit my themes. We're just talking about editing the content of text files so even something as simple as the PC's Notepad will do. Professionals use all sorts of tools, I've even heard of Dreamweaver doing an OK job if you configure it well.
Except the bottom
Any ideas on a code that would display the dividers EXCEPT the last for the last post?
Nope
The way to add visual elements to your Drupal pages is through the theme layer, and that still requires changes to your theme's template files or your theme's CSS.
You can simplify the task if you use an application like Firebug for Firefox. It will help you find the DIV tags that enclose the elements on your pages, then show you the line in your CSS file to edit to make your changes.
The next step down from that is to whole hog replace your theme with one you like better.