html mark up/ link styling

Can you take a look at the above page. I am having difficulty getting my “read to” links to style correctly. They work when I paste the following html page mark up Before , but this seems to interfere with the css menu to the left. It completely deletes the drop down menus under writing and artwork.

.more { cursor: pointer; color: A7AC54; text-decoration: underline; text-align: right; } .more:hover { color: 505A78; }

I am having styling difficulties with the regular link to the NYT as well.

http://www.annieweatherwax.com/inprogress/essays.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This is the html for the read more in the NYT section

<span class="style18" style="text-decoration:underline"><span class="style33" style="text-decoration:underline">read mo</span>re...</span>

No .more class there

And no .more class/style in the Page markup before either.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Can you be more specific? Let me know what exactly I need to paste into the page mark up and where do I put the code for the NYT link. Thank you !


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is something wrong with your style tags - probably curly quotes.

Try the following pasted into Page>Html Markup in the before section

<style type="text/css">
.more {
cursor: pointer;
color: #A7AC54;
text-decoration: underline;
text-align: right;
}
.more:hover {
color: #505A78;
}
</style>

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And a link to the styling in operation - http://www.deltadesign.co/FW6Test/read-more.html

I should mention that you also forgot the # before the hex colour

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dave ! This worked great. I do have one other question regarding this page. If you scroll all the way to the bottom you will see my social media icons. Given the fact the page has long articles with only a portion of them visible, how do I get those icons to publish at the the bottom of the page? Thank you so much! I love freeway and the tech support is so great.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

how do I get those icons to publish at the the bottom of the page?

If you mean that you want them to appear directly after the articles then you are going to have to make an inline layout to contain them.

Or why not change their position and move them under the left hand menu items (writing and artwork)

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options