[Pro] Padding a Mark-up item?

Can’t seem to get this to work…

I have a Mark-up item that drags a Twitter feed onto my site.
See http://www.finshack.com/ (bottom right)

However I’d like it to align with the text in that cell (padded left 10px) but I can’t think of a solution that will enable this.

I have tried styling the item with the type style that has the padding attribute, tried using a graphic item between margin and item, even tried (probably incorrectly) adding a padding line in the JS code.

Anyone have an idea?

Ta


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

Try inserting the mark-up into an html box then pad the html box.


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

Worked a treat, now why didn’t I think of that!

Many many thanks
G


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

Check your output code now, though. Freeway will insist on wrapping your markup item in

tags which will mean that your page is no longer valid HTML of any level. (A P tag cannot wrap any block-level tags, like a DIV or UL, which your script is most likely using to structure the Twitter content.)

Replace your Markup Item with an inline instance of the Crowbar Action (get it from ActionsForge). Crowbar notices when it is the only thing on a line of text, and removes any enclosing tags so you only get your code.

Walter


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