Web Yep Styling

Hi Guys

I’m pulling my hair out hear. I’m working on a site and have popped a Web Yep projects page into it. I have added an image, a short text and two long texts into the loop all within a table.

Problem is the text is not responding to the styling which I set up in the Document Styles Pallet.

This is the test page:
http://creativeline.co.uk/ramseystone/stoneprojects.php

Any help would be gratefully accepted.

Regards
Kevin


freewaytalk mailing list
email@hidden
Update your subscriptions at:

if you have added the webyep element inline within a table cell or a div then just add a space before and after the inline webyep item then highlight the item including the two spaces and then apply the style within the styles palette as if it were a bit of text.

freeway will then wrap a styled span around the webyep item

max


freewaytalk mailing list
email@hidden
Update your subscriptions at:

That sorted it.

Thanks Max


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Modest Remark:

Why tables?

I mean they have their right, but they don’t have any semantically meaning using it in this specific example.

Why not simply using DIVs (removing the IDs by anonymous or ID2class action) and flagging them as article or the like?

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Don’t use tables, use divs, otherwise you won’t be able to make this responsive.

 - DIV (parent container)
    - DIV (image, left)
    - DIV (text, right)
    - DIV (image, left)
    - DIV (text, right)
    - DIV (image, left)
    - DIV (text, right)

Using the breakpoints you can set the width of the child divs to 50% or 100% (for mobile).

– Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Thanks guys - much appreciated.

I have got rid of the table and done as suggested.

Is there any way of making the images responsive?

Kevin


freewaytalk mailing list
email@hidden
Update your subscriptions at: