Add a separator


Author Message
christine

Posted: 1/29/2010
Quote message 

What it you just added another picture (of a line) at the end of the post (centered)??? I think that is what I am going to try.

Although...it would be great it they would add that! :-)

Hope this helps...

C.
 
Jan

Posted: 1/30/2010
Quote message 

Yes, that would problably be a way to do it, but not what I envisaged.

If you add a picture at the bottom of the post it would still end up above the comments link , the tags, and other stuff. The same goes if you add the picture first in your post., it will come after dates and other stuff.

I believe the issue is about adding htlm code at the right place, but I know nothing about htlm programming. After all, that is why I bought Artisteer in the first place...

I, too, hope the Artisteer programmers will add this feature in coming updates or, even better, if someone out there knows how to work around the system.

Cheers,

/ Jan O:)
 
Sylvain

Posted: 1/31/2010
Quote message 

@Jan: Sorry but I'm unable to see your picture. The source of the picture is something like "C:\Documents and Settings\Janne\Skrivbord\Bild2" so obviously, it cannot be shown here.

You should add it to a public images server like Picasa because you need a web adress (and not a local hard drive address) for your image.

Best,
Sylvain

 
Nita

Posted: 3/5/2011
Quote message 

Its very easy.

Just find .art-post in the CSS and paste this:

border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #7FB625;

This is the result:

.art-post
{
margin: 5px;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #7FB625;
}
 
Endy

Posted: 9/6/2011
Quote message 

You can use just:

border-bottom: 1px dotted #fff;

for less css lines.