The thing is, I am having a hell of a time with the link as I want to it to float to the right of the box. I have had to settle for the link rendered as a box taking up the whole column. Float right results in me having to do all sorts of strange tricks to clear the float for the next element coming below.
Anyone can point me to a page that has done this right?
If the class is applied to the list item, instead of the anchor, if will make it considerably easier to position the 'read more' link exactly where you want it.
Without seeing the page.... A lot of times I position the more/less links on a site using absolute positioning. Depending on the design, you could give the service div position relative and then give the .more class position absolute.. Maybe position:absolute, bottom:10px, right:10px;... I do this in mailbox / threads / etc... when I need a more link to be stuck to the bottom right of a container. May or may not be what you need. Best of luck. -Shawn
Thanks everyone! I ended up doing it as thechefs advised. I never knew I could do the absolute/relative positioning thing before.
I will in the future experiment with the other tips jjenzz and thexman gave too. Getting out of the table mentality is a bit of work but worth it. Thanks again :) I hope I can help you guys sometime