Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

posting code

Explorer ,
Aug 18, 2009 Aug 18, 2009

how do you post code withing the body of a message,  so that it is formatted and set apart from regular text. I haven't seen where this is listed in FAQ.

TOPICS
ActionScript
981
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 18, 2009 Aug 18, 2009

To paste the code only, just paste

Example:

<div id="layoutLogic" class="home">     
     <div id="contentLayout" class="clear-after">          
          <div id="contentBody">
               <div class="columns-2-AB-A">
                    <h2>Products and solutions</h2>       
<div class="Accordion" id="Home-Accordion" tabindex="0">
     <div id="Products-Accordion" class="AccordionPanel">
          <h3 class="AccordionPanelTab">Products</h3>
          <div class="AccordionPanelContent">
               <div class="columns-2-AB-A">
    <ul class="link-list">
        <li><a class="icon acrobat" href="/go/BPDDU">Acrobat</a></li>
        <li><a class="icon acrobatconnectpro" href="/go/BPDEA">Acrobat Connect Pro</a></li>
        <li><a class="icon aftereffects" href="/go/BPDDW">After Effects</a></li>
        <li><a class="icon air" href="/go/DKQOO">AIR</a></li>
        <li><a class="icon coldfusion" href="/go/BQSVB">ColdFusion</a></li>
        <li><a class="icon designpremium" href="/go/BPDDY">Design Premium</a></li>
        <li><a class="icon dreamweaver" href="/go/BPDEC">Dreamweaver</a></li>
    </ul>
</div>
<div class="columns-2-AB-B">
    <ul class="link-list">
        <li><a class="icon flash" href="/go/BPDEE">Flash Professional</a></li>
        <li><a class="icon flex" href="/go/BPDEQ">Flex</a></li>
        <li><a class="icon illustrator" href="/go/BPDEG">Illustrator</a></li>
        <li><a class="icon indesign" href="/go/BPDEI">InDesign</a></li>
        <li><a class="icon livecycle" href="/go/BPDEO">LiveCycle Enterprise Suite</a></li>
        <li><a class="icon photoshop" href="/go/BPDEK">Photoshop</a></li>
        <li><a class="icon photoshopelements" href="/go/BPDEM">Photoshop Elements</a></li>
    </ul>


</div>

To paste it formated, click the Insert Icon in the reply header to get this:
<div id="layoutLogic" class="home">     
     <div id="contentLayout" class="clear-after">          
          <div id="contentBody">
               <div class="columns-2-AB-A">
                    <h2>Products and solutions</h2>       
<div class="Accordion" id="Home-Accordion" tabindex="0">
     <div id="Products-Accordion" class="AccordionPanel">
          <h3 class="AccordionPanelTab">Products</h3>
          <div class="AccordionPanelContent">
               <div class="columns-2-AB-A">
    <ul class="link-list">
        <li><a class="icon acrobat" href="/go/BPDDU">Acrobat</a></li>
        <li><a class="icon acrobatconnectpro" href="/go/BPDEA">Acrobat Connect Pro</a></li>
        <li><a class="icon aftereffects" href="/go/BPDDW">After Effects</a></li>
        <li><a class="icon air" href="/go/DKQOO">AIR</a></li>
        <li><a class="icon coldfusion" href="/go/BQSVB">ColdFusion</a></li>
        <li><a class="icon designpremium" href="/go/BPDDY">Design Premium</a></li>
        <li><a class="icon dreamweaver" href="/go/BPDEC">Dreamweaver</a></li>
    </ul>
</div>
<div class="columns-2-AB-B">
    <ul class="link-list">
        <li><a class="icon flash" href="/go/BPDEE">Flash Professional</a></li>
        <li><a class="icon flex" href="/go/BPDEQ">Flex</a></li>
        <li><a class="icon illustrator" href="/go/BPDEG">Illustrator</a></li>
        <li><a class="icon indesign" href="/go/BPDEI">InDesign</a></li>
        <li><a class="icon livecycle" href="/go/BPDEO">LiveCycle Enterprise Suite</a></li>
        <li><a class="icon photoshop" href="/go/BPDEK">Photoshop</a></li>
        <li><a class="icon photoshopelements" href="/go/BPDEM">Photoshop Elements</a></li>
    </ul>
</div>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 18, 2009 Aug 18, 2009

sorry, didn't clarify. I meant ActionScript code. Thought I was in the Flash section 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 18, 2009 Aug 18, 2009

There are several (four?) Flash forums... go here and select from the drop down window near the upper left

http://forums.adobe.com/index.jspa

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 18, 2009 Aug 18, 2009

[Moved Thread]

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 19, 2009 Aug 19, 2009
LATEST

yea, just wondering how to get the formatted look  when posting AS code.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines