HellO!
Please, help to align righr Read More link (quicktag more)
http://codex.wordpress.org/Customizing_the_Read_More
this is code from blogpage (http://x-files.net.ua/?cat=11):
<a href="http://x-files.net.ua/?p=1#more-1" class="more-link">» » » »</a></p>
</ul>
this is from css
.more-link {color:#344342; text-decoration:blink; font: italic 13px Arial; margin: 0; padding: 0; text-align:right;}
but it's still in the left under content.
when i put float:right it's became on right side, but a horizontal scroll appears in browser.
how to align it to right under content??