Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Energon3 #1
A Call for Extensions We'll Pay For
I'll Start. How about an extension that will take CSS styles (internal or
external) and place them inline with the HTML code wherever said style(s) are
being referenced. This would be enormously helpful for coding HTML emails.
If this already exists somewhere, please let me know.
Energon3 Guest
-
extensions
Hi, how does one use an extension once it is loaded? I see the "Manage Extensions" command but no clue is there on how to access it.. -
how to use extensions
Once I have downloaded an extension how to I use it, for instance I have list-o-rama. It is installed, but how do I use it now. Thank you Dee -
CFC Call Hanging on Second Call
I run the flex application localy using the demo/dev server and do a search using a CFC, and then do another and its fine. But when my boss tries,... -
WSD Extensions
Hi, does anyone have any knowledge of what WSDL extensions are and what they are used for?? -
remote call procedure call failed
Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to... -
danilocelic AdobeCommunityExpert #2
Re: A Call for Extensions We'll Pay For
Energon3 wrote:
I've not seen such a beast. Have you tired creating the page with inline styles to begin with to avoid this issue? Or are you taking pre-made email templates and trying to make them work better?> I'll Start. How about an extension that will take CSS styles (internal or
> external) and place them inline with the HTML code wherever said style(s) are
> being referenced. This would be enormously helpful for coding HTML emails.
>
> If this already exists somewhere, please let me know.
I can imagine that something like this could be quite a difficult beast to manage given all the various permutations of selectors that could be applied to a page.
You may be able to run a set of find and replaces to make the changes you need such as:
tr.even{
background-color: #CCC;
}
You can do the following search:
Current Document
Search - Specific Tag: tr
With Attribute: class = even
Set attribute: style to: background-color: #CCC;
Of course I realize that it may take a while to repeat these steps for every selector you have defined in your CSS file(s) even if they happen to be as specific as my example, hence your question. Unfortunately, most folks are looking to go the other way from inline to linked.
FWIW: Google came up with the following page when I searched for "css convert linked to inline":
[url]http://www.soldesignco.com/dev-csstoinline.php[/url]
--
Danilo Celic
| [url]http://blog.extensioneering.com/[/url]
| WebAssist Extensioneer
| Adobe Community Expert
danilocelic AdobeCommunityExpert Guest
-
Neo719 #3
Re: A Call for Extensions We'll Pay For
Also consider using fully-qualified urls to reference your css style sheet.
These days, most email will reach out and get that style sheet for your email.
You can also include the css in the head of your email rather than replace
with inline styles. There are a number of ways to accomplish this server side
depending on how you are sending out the email.
Neo719 Guest



Reply With Quote

