Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: borders

title left
User Details
message
title right
Ron Marshall

post date:
2010-08-26 19:16:38
Hi,

I can't seem to find the css rule for a linkable image I used through Flexicss. It's causing a dotted blue line around the image when its clicked and I want to get rid of it, but can't out where it is.

Please help?

Thank you
Andrei Rinciog [Extend Studio]

post date:
2010-08-27 03:45:41
Hello Ron,

You've placed the image inside the content or as a background for a div. If it's inside the content check the page in design view and you should be able to see the image and select it through there. Or you can use the search tool in code view and check for the picture name.

All the css code generated by the extension is placed inside the file "¬layout_name_custom.css". However, if you want to use custom css, it's better to place in a different file or in the head section of the site.

Regards,
Andrei Rinciog
Ron Marshall

post date:
2010-08-27 12:09:06
Oooo I see...so I place it in as a background it will do that?

That makes sense then. I'll just add after I create the css size and see what happens.

I have to say I am blown away by this extension. Its such a time saver.

Thank you!
Ron Marshall

post date:
2010-08-27 12:18:47
Ok that worked. Thank you for the advice Andrei!