I can't make an editable template in dreamweaver CS5 help!

Here is my problem. I insert an editable region, and that works just fine. However, when trying to create a page from this template, I can't edit the CSS. Normally, I click the area of the CSS I want to edit, and go to modify>templates>make attribute editable. When I create a page, nothing is editable. I'm lost.
Here is the code I'm using so far: (I have not added a 'make attribute editable' in this code yet)  Thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link rel="stylesheet" type="text/css" href="autumnwind12.css" />
<link rel="icon" href="http://www.autumnwindstudios.com/leaficon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.autumnwindstudios.com/leaficon.ico" type="image/x-icon" />
<link rel="stylesheet" href="http://www.autumnwindstudios.com/bluelight/humbnailviewer.css" type="text/css" />
<script src="http://www.autumnwindstudios.com/bluelight/thumbnailviewer.js" type="text/javascript">
* Image Thumbnail Viewer Script- ? Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
</script>
<script type="text/javascript" src="expando.js">
/* Expando Image Script ?2008 John Davenport Scheuer
   as first seen in http://www.dynamicdrive.com/forums/
   username: jscheuer1 - This Notice Must Remain for Legal Use
</script>
<meta name="keywords" content="T-shirts, graphics, digital art, graphic design, media" />
<meta name="description" content=" " />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css"><!--
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 50px;
background-color: black;
width: 200px; /*Default width of hint.*/
padding: 10px;
border:1px solid silver;
font:normal 11pt arial;
color:white;
border-right: 3px solid silver;
border-bottom: 3px solid silver;
line-height:18px;
z-index:100;
visibility: hidden;
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
--></style>
<script type="text/javascript">
* Show Hint script- ? Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
var horizontal_offset="14px" //horizontal offset of hint box from anchor link
/////No further editting needed
var vertical_offset="0" //horizontal offset of hint box from anchor link. No need to change.
var ie=document.all
var ns6=document.getElementById&&!document.all
function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
return totaloffset;
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
function clearbrowseredge(obj, whichedge){
var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
if (whichedge=="rightedge"){
var windowedge=ie && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-30 : window.pageXOffset+window.innerWidth-40
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth+parseInt(horizontal_offset)
else{
var windowedge=ie && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
return edgeoffset
function showhint(menucontents, obj, e, tipwidth){
if ((ie||ns6) && document.getElementById("hintbox")){
dropmenuobj=document.getElementById("hintbox")
dropmenuobj.innerHTML=menucontents
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (tipwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=tipwidth
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
dropmenuobj.style.visibility="visible"
obj.onmouseout=hidetip
function hidetip(e){
dropmenuobj.style.visibility="hidden"
dropmenuobj.style.left="-500px"
function createhintbox(){
var divblock=document.createElement("div")
divblock.setAttribute("id", "hintbox")
document.body.appendChild(divblock)
if (window.addEventListener)
window.addEventListener("load", createhintbox, false)
else if (window.attachEvent)
window.attachEvent("onload", createhintbox)
else if (document.getElementById)
window.onload=createhintbox
</script>
<style type="text/css"><!--
/* END MAIN*/
body {background-color:#4E5869; center 0 no-repeat;}
.bar {background-color:#ffd39b;
width:980px;
height:36px;
margin-left:0 auto;
margin-right:0 auto;
#container {
width: 980px; background: #fff; margin: 0 auto;
border:1px solid gray;
#banner{margin-left:auto 0px;margin-right:auto 0px;}
.c01 {margin-top:10px;
width:960px;
font-family:arial,sans-serif;
font-size:12pt;
font-weight:normal;
letter-spacing:0.85em;
text-align:right;
color:darkslategray;
.c02 {margin-left:10px; margin-top:10px;
width:225px;
font-family:arial,sans-serif;
font-size:10pt;
font-weight:normal;
letter-spacing:0.15em;
text-align:right;
color:darkslategray;
#main {margin:0 auto;margin-top:40px;width:940px;
padding-bottom:100px;font-family:arial,sans-serif;font-size:12pt;color:#5c5c5c;line-height :150%;
border-top:1 px solid gray;}
a {text-decoration:none;}
#footer {margin-left:760px;
width:980px;
font-family:arial,sans-serif;
font-size:10pt;
font-weight:normal;
color:darkslategray;
a {text-decoration:none;}
/* BEGIN MAIN */
-->
</style>
</head>
<body>
<!--MENU-->
<div class="menu">
<ul>
<li><a href="http://www.autumnwindstudios.com">Home</a></li>
    <li> <a href="#" id="current">Graphic Services</a>
      <ul>
    <li><a href="http://www.autumnwindstudios.com/design.html">Print Media</a></li>   
    <li><a href="http://www.autumnwindstudios.com/illustration.html">Illustration</a></li>
        <li><a href="http://www.autumnwindstudios.com/portraiture.html">Portraits</a></li>
    <li><a href="http://www.autumnwindstudios.com/cartoons.html">Cartooning</a></li>   
    <li><a href="http://www.autumnwindstudios.com/signs.html">Signs / Banners</a></li>   
      </ul>
    </li>
    <li><a href="#">Photo Enhancement</a>
      <ul>
    <li><a href="http://www.autumnwindstudios.com/enhancement.html" style="text-decoration:none;">Artistic Photo Effects</a></li>
      </ul>
    </li>
<li><a href="#">Photo Colorizing</a>
      <ul>
    <li><a href="http://www.autumnwindstudios.com/colorization.html" style="text-decoration:none;">B/W to Color</a></li>
    <li><a href="http://www.autumnwindstudios.com/colorization.html" style="text-decoration:none;">Color Enhancement</a></li>
      </ul>
    </li>
<li><a href="#">Photo Restoration</a>
      <ul>
    <li><a href="http://www.autumnwindstudios.com/restoration.html" style="text-decoration:none;">Photo Restoration</a></li>
    <li><a href="http://www.autumnwindstudios.com/retouch.html" style="text-decoration:none;">Photo Retouching</a></li>
<li><a href="http://www.autumnwindstudios.com/wedding.html" style="text-decoration:none;">Wedding Retouching</a></li>   
      </ul>
    </li>
<li><a href="#">Info</a>
      <ul>
    <li><a href="http://www.autumnwindstudios.com/info.pdf">Pricing &amp; Terms</a></li>
    <li><a href="http://www.autumnwindstudios.com/resume.pdf">Resume</a></li>
    <li><a href="http://www.autumnwindstudios.com/Autumn_Wind_Studios.pdf">Download Portfolio Sample</a></li>
      </ul>
    </li>
    <li> <a href="#">Contact</a> 
      <ul>
    <li><a href="http://www.autumnwindstudios.com/contact.html">Contact Form</a></li>
  </ul>
    </li>
  </ul>
</div>
<!--END MENU-->
<!--MAIN CONTENT-->
<div id="container">
<div id="banner"><img src="http://www.autumnwindstudios.com/awsbanner1.jpg" width="980" alt="banner" /></div>
<div class="c01"> <img src="media.jpg" alt="social media buttons" width="269" height="41" hspace="10" vspace="0" border="0" align="right" usemap="#Map" />
          <map name="Map" id="Map">
            <area shape="rect" coords="222,1,270,41" href="https://twitter.com/#!/Autumn_Studios" alt="twitter" />
            <area shape="rect" coords="175,1,223,43" href="https://www.facebook.com/pages/Autumn-Wind-Studios/273834332699643" alt="facebook" />
            <area shape="rect" coords="128,0,174,41" href="https://accounts.google.com/ServiceLogin?service=blogger&passive=1209600&continue=http://w ww.blogger.com/home&followup=http://www.blogger.com/home&ltmpl=start#s01" alt="blogger" />
            <area shape="rect" coords="45,0,126,40" href="http://laoscura.deviantart.com" alt="deviant art" />
            <area shape="rect" coords="1,1,46,42" href="http://www.linkedin.com/profile/edit?trk=hb_tab_pro_top" alt="linked in" />
          </map></div>
<div class="c02"><a href="http://www.autumnwindstudios.com/main.html"><img border="0" src="jtheader.jpg" width="225" alt="autumn wind logo" /></a><br />
Visit our original site.</div>
<div id="main">
</div>
<!--FOOTER-->
<div id="footer"><a href="#top"><img border="0" src="eraser_opt.jpg" width="200" alt="eraser" /></a><br /><br /></div>
<!--END FOOTER-->
</div>
<!--END MAIN CONTENT-->
</body>
</html> 

>Here is my problem
Your problem HERE is that this is not the Dreamweaver forum... this forum talks about the forums themselves
How to Select a Forum http://forums.adobe.com/docs/DOC-1015

Similar Messages

  • Can i make a dating site with dreamweaver

    how can i make a dating site with Dreamweaver ?

    The major dating sites like match.com are the result of thousands of hours of work by many computer programmers, possibly hundreds. Computer programming is not the same as web design. It requires, as Bregent pointed out, significant technical training the generally means a four year college degree.
    When match.com tries to figure out who you should romance, when Google tries to figure out what you are really searching for, even when Netflix tries to give you movie recommendations, very serious database query algorithms go into play that are written by very smart database programmers.
    So if you want to create a dating site for fun, to entertain your friends, refer to some of the suggestions above. Otherwise, have the right skills or be prepared to pay significant money to those who can do.

  • Can't make comments editable on template child pages

    Is there a way to make comments editable on template child pages. When making editable regions, comments are not included. I need to make comments editable on child pages. How do I do this.
    Thank you,
    Jim

    Open your Template.dwt file.  Add an editable region around your comments section.
    <!-- TemplateBeginEditable name="comments" -->
    <p>Comments go inside here...</p>
    <p>Comments go inside here...</p>
    <!-- TemplateEndEditable -->
    Save your template.  Allow DW to update your child pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How can I make a blogger template in DW?

    I generally know how to use DW, and I am still learning. I
    was hoping to make a Blogger template for my new blog. I know that
    it's a CSS heavy thing, which is fine. I guess I just wondered, can
    I just make a template and import it and still have the same
    functionality that blogger gives me? Do I have to do anything
    special?
    Thanks

    Welcome to Apple Support Communities.
    Open Mail, Help
    So, create your template from scratch or edit an existing Mail template and re-save it with a new name.
    Your own saved or edited/re-saved templates are stored in the Custom list at the bottom of the Stationery types.
    The default templates remain with original names in the original folders.
    Then to use your template in a New Message, select it from Show Stationery, Custom.
    To make it easier to select Stationery templates, first open Mail, New Message, View, Customize Toolbar, and then drag the Show Stationery button to the New Message toolbar. (It will not ever appear in the default Mail toolbar, only the New Message toolbar, and can only be added to the New Message toolbar.)

  • HT2500 How can I make a new template in mail stationery(OS 10.6.8) with my own logo and background?

    Is it possible to make a new template with my own logo and background?

    Welcome to Apple Support Communities.
    Open Mail, Help
    So, create your template from scratch or edit an existing Mail template and re-save it with a new name.
    Your own saved or edited/re-saved templates are stored in the Custom list at the bottom of the Stationery types.
    The default templates remain with original names in the original folders.
    Then to use your template in a New Message, select it from Show Stationery, Custom.
    To make it easier to select Stationery templates, first open Mail, New Message, View, Customize Toolbar, and then drag the Show Stationery button to the New Message toolbar. (It will not ever appear in the default Mail toolbar, only the New Message toolbar, and can only be added to the New Message toolbar.)

  • Edited template in Dreamweaver, once uploaded...another story!

    I purchased a template and began to edit it in Dreamweaver 8. It looked great until I uploaded it.  Some of the background doesn't show, as well as certain icons and logos.  Everything has been uploaded using Yahoo! Webhosting.  I uploaded the layout.css and style.css files and still no go.  This is how the website looks now: http://www.gyrlspeedracingteam.com This is how it should look: http://gyrlspeedracingteam.com/25875-b  Any help would be appreciated!
    Thanks,
    Andreana

    Alright, I created a js folder and woo hooo.  The other images that were actually there I moved to the images folder...did not have to do that with my previous template, just upload and go.  I have to admit that I googled absolute and relative links and I see the difference.  I guess I've been "linking" like that for so long, I wouldn't know otherwise.  It seems to be something I would do once I get my site nearly completed.  Thanks so much to Gary and bregent!  I guess I can mark this answered.

  • Problem playing an imported flash template in dreamweaver cs5

    hi,i just downloaded a flash template from flashmo.com and imported it to dreamweaver cs5 through Insert > media > SWF and it loaded. but the problem is, when i click the live view or play the file in the properties,nothing shows up.except some texts "loading XML data..."
    all the flash templates i have downloaded face this prob. i have no idea where is the mistake.
    what could be the problem?any help,plz.

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • How do i download my PHP site and edit it with Dreamweaver CS5?

    I have followed the instructions and installed MAMP for mac. Connected and downloaded the entire site.
    When i open the index.htm file it appears with a URL for the main website.
    When i place it in live view the website code and design appear, but i cant edit it.
    When i copy the code and save it then open the index.htm file the design appears without the links to the flash, gifs, etc and looks pretty basic.
    the page appears with the following meta tag
    <meta http-equiv="refresh" content="0;url=http://playconcert.com">
    Can anyone help!
    Thanks in advance.

    I have followed the instructions and installed MAMP for mac. Connected and downloaded the entire site.
    When i open the index.htm file it appears with a URL for the main website.
    When i place it in live view the website code and design appear, but i cant edit it.
    Have you tried Inspect mode? If not try this:
    Open your page in Split Design/Code view. Start Live View. Start Inspect mode.
    Move the mouse around in Live View. Notice that the element under the mouse is automatically selected in Code View. Click on the element that you'd like to edit. Make your edit in Code View. Press F5 to refresh Live View.
    Repeat, if necessary
    HTH,
    Randy

  • Can you make custom trailer templates

    Is it possible to create a custom trailer template?  I would like to create a drag and drop template for a very specific repeatable short form video project.  The idea is that i can provide the template to a wide range of people and they can populate with content and send back in a standardized format.
    Is that possible?
    Thanks
    Cameron

    Japib,
    Thanks for the response.  I have googled and just did again.  Lots on how to make templates and how to convert trailers to editable content, but i can't find anything on creating a fully custom trailer that would walk a user through the creation of content in a formulaic way like the iMovie trailers do.  If you happened to have a link or any other direction, i would appreciate it.
    Thanks
    Cameron

  • How can I make an editable pdf file from Indesign?

    I have created a Indesign dealer catalog for my company and exported it into a interactive PDF for the Engineers to use when helping a customer with ordering. Now they would like to be able to edit the PDF with notes whenever they want. How can they do this?

    PDFs are not designed to be editable. Your engineers can make comments using Adobe Reader without any extra steps provided they use the highlight and sticky note comments. If you want them to have access to the full range of comment markup you will need to use Acrobat to apply extended rights to the file.

  • Can't edit template in dreamweaver

    even though I have not set up any non-editable regions.

    Sounds like you have some bad code in your template.  Can you upload the file to some web space that you control and paste a link to that page here?  Failing that, can you paste the code from your template file here (you cannot use the email option to do the latter - you must come to the webforum).

  • How can I make the edited photo appear in my folder?

    Hi! This is my first post here, and I've just acquired Lightroom after having worked with ACDSee Pro (currently v6) for some years. I love taking photos and editing them later if necessary.
    I understand that LR works differently to ACDSee, with the catalogue and all, and I've successfully imported my picture folders into my new LR catalogue. What I haven't yet been able to grasp is what LR does with my edited photos. When I edit (develop) a picture in ACDSee, the edited version of that photo appears in my original folder as soon as I have finished editing it.
    With LR, after having done my processing all I can see in my folder is the original, unedited picture. The edits are only visible in LR, but not anywhere else. I'd like to see the edited photo in my folder so that I can use it, for example, for screen saver slide shows. I don't want to go and look for this edited picture in any place other than its original folder, and neither do I want to have two copies of it, namely the original and the edited version, in that folder. All I care for at this point is the edited version since the original can be restored at any time from within LR, or at least I think this how it should be since that's how I did it with ACDSee if I wanted to go back to the original picture.
    Is there any way I can achieve what I'm looking for with LR?
    Thank you very much for your assistance for a total LR beginner.
    Hugo

    and neither do I want to have two copies of it, namely the original and the edited version, in that folder
    I don't think this is possible, given the normal way Lightroom works. You have the original (the image contained in this file is never modified by Lightroom) and you will have the export.
    Note: you could instruct Lightroom to overwrite your original (if it was a JPG or TIF or PSD, but not a RAW), however this is extremely discouraged and your original would be gone. Your assumption "since the original can be restored at any time from within LR" is incorrect, that is not how Lightroom works if you overwrite the original JPG TIF or PSD (which of course is just one of several reasons why this approach is extremely discouraged).

  • How can I make comments Editable for the users?

    Good day,
    How to give edit rights for  the user to edit his comment?
    If anyone can point me to a tutorial on how to do this or even give me a few tips, would be greatly appreciated!.
    Thanks

    I think we need a bit more information. Most importantly:
    #1 Edit comments where?
    #2 What technologies are you using? (PHP, Cold Fusion, etc)
    #3 A link to actual site would be most helpful
    Brad

  • How can i make selectBooleanCheckbox editable in af:table

    I am using jdeveloper 11.1.1.2 and i dropped a view object as a table on jspx.
    one of the attribute in the view object datatype is boolean but still it is displaying as input text when i dropped as table.
    i created a new column in the table as selectBooleanCheckbox it is displaying correctly from the database but it is not allowing me to edit.
    The values i stored in the database for the checkbox is true and false only but still i tried creating converter and tried but getting the same result
    can anyone help me in this
    Thanks in advance
    Harika.

    Create boolean type transient variable in the VO set its updatable to "Always".
    Drag and drop again as table (leave all the attribute as it is). Then convert the inputtext into selectBooleanCheckBox. Set the autoSubmit to true.
    In the

  • Edit template in Dreamweaver

    I have always put <head> part of page in my template, this than makes this part the same on all pages using that template. But I've now been told that the Meta keywords should be match to keywords on individual pages, so how do I now make this part of the template nolonger part of the template? Without having to start from scratch. Sorry bit confusing but can't seem to get my head round it.

    You can add an editable region for the Meta tags into your main Template.dwt file.
    This is the code on a child page from my Template.  Notice where the editable regions are.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <!-- InstanceBegin template="/Templates/Template-test.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="meta" -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="Last-Modified" content="24 February, 2011  at 16:43:39" />
    <meta http-equiv="description" content="blah, blah, blah....." />
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Unique Page Title</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <link href="main.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background: url(unique-bg.jpg);
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="wrapper">
    <div id="content">
    <!-- InstanceBeginEditable name="content" -->
    Unique Page content goes here
    <!-- InstanceEndEditable -->
    <!--end content --></div>
    <div id="footer">
    <!-- InstanceBeginEditable name="footer" -->
    Unique footer text goes here
    <!-- InstanceEndEditable -->
    <!--end footer --></div>
    <!--end wrapper --></div>
    </body>
    <!-- InstanceEnd -->
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • DTW Chart of Accounts

    I am attempting to Import some GL numbers using the Data Transfer Workbench.  However, I am not very familiar with oChartofAccounts Object.  Does any know what values are suppose to go under the following fields: Numerator, Name, Size, Type. I keep g

  • Global Variable Declaration in PI 7.1 EHP 1

    Hi Experts How can I declare the Global Variables in PI 7.1 EHP 1 , please let me know if there is any blog in Enhancement Pack 1 Thanks PR

  • Servlets in the CGI-BIN

    Can servlets go in the CGI-BIN??? my server has a CGI-BIN.... does it surport servlets??

  • Mid-2009 Mac Mini C2D - Can't Burn CD's

    Everytime I burn a CD with Toast 10 I get this error, the drive is *PIONEER DVD-RW DVRTS08*. http://lulzimg.com/i03/030b7d09.png

  • Stock transfer between one company code to another

    How to configure stock transfer between one company code to another. Please send me the step by step procedure ASAP.