simple line between blog posts


Author Message
James

Posted: 3/15/2010
Quote message 

I bought Artisteer a while back and find it relatively useful. One thing I would like to do, but can't, is to have a very simple line between posts rather than the available choices of: a) a box around the entire post, or b) nothing at all. I've created a theme with nothing separating the posts from one another, but would like to have a simple line between them. Does anybody know where in the theming files I could insert something to this effect, and what code I would need to put there?

Thanks
James
 
Darren

Posted: 10/31/2010
Quote message 

Would love to figure out how to do this as well. Anyone?
 
Lawrence

Posted: 10/31/2010
Quote message 

Here's a trick,

Download Google Chrome, install it. After you've done that, go to the page where your posts are appearing. Right click where you'd like your border to appear and view the CSS on the right. Take note of the classes "Class" of all the elements. You'll see some CSS already defined. Copy that down and paste it at the very end of your style.css page in your Artisteer Generated Theme folder. Add a border manually, should look similar to this code.

.class {
border-bottom: 1px solid;
}

Alternatively, you could start out "With" borders and you could right click the borders and see their classes, then search for those in your style.css folder and remove the left, right, and top borders.
 
Plastikkposen

Posted: 1/11/2011
Quote message 

Another alternative IF using views is to insert a new field of the type: global text (use lots of ---- or ___ ) where you decide which node-fields to show.
 
Lawrence

Posted: 1/13/2011
Quote message 

Yes, that would work to an extent but it's rather messy. :-P

Whatever works though, right?
 
DavidM

Posted: 1/30/2011
Quote message 

I just had to comment on how nice it is that Google included the HTML/CSS inspector with the browser itself. Even the various workflow features make it worth using. Seems like they're really targeting the web developer community.

Cheers,
DavidM