Jump to content

derNister

Member
  • Posts

    14
  • Joined

  • Last visited

Everything posted by derNister

  1. Thank you. Great advice.I do always back up too.
  2. I just made a new page and and a new button and I'm getting the same error in Dreamweaver (invalid markup - duplicate attribute), but it doesn't show on the rendered page: http://www.zexcoil.com/hybridSets.html Strange.
  3. While in Dreamweaver. Thanks so much for your help. 130406_duplicate attribute.doc
  4. Thanks. No, I haven't fixed it. I wonder if it's related to this issue which I posted in another thread: http://www.killersites.com/community/index.php?/topic/13662-edit-local-root-folder-location-dreamweaver/ Any help would be greatly appreciated as I'm stuck in the water. Thanks again.
  5. Hello, I have a live site and needed to move to a new computer. I've been having a problem when I ftp to the server, but have worked around the issue, but now am finding more problems as I add pages and other activities (may be related to an open issue here: http://www.killersites.com/community/index.php?/topic/13654-invalid-markup-duplicate-attribute/) I just found my site definition root folder to have been set up incorrectly. It's pointing to the folder above where it should be and the default images folder is pointing to the location which should be the local root. I fear modifying this will dig me deeper. What is the best way to resolve? I'm using Dreamweaver CS4. Thank you
  6. Oh wait - here's the file: 130406_T_BridgePickups.html
  7. Sorry, I'm still a bit of a neophyte. How can I provide a link to the new code on my hard drive? The live page is up without it here: http://www.zexcoil.com/T_BridgePickups.html The new code is inserted right above the heading "Vintage Series". Please let me know if there is another way to get you the page with the problem or perhaps I can move it to the server renamed?
  8. Hello, I'm trying to add an additional paypal payments standard button to a page on my site and I'm getting an invalid markup - duplicate attribute on the <form attr. I don't see the redundancy. Also, I tried copy/paste an existing button to a new location on the page and get the error too. Using Dreamweaver CS4. Here's the code: <p><span class="calibri22Ft">T-Bucker $99 USD + Shipping </span>(click for <a href="internationalShipping.html">international shipping</a> information) <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="4UDZLJ5SKXTXU"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </p> I can't imagine this is of importance, but I'm on a new computer, running Windows 7. My View cart button in Chrome doesn't display on this machine either. Thanks in advance
  9. Wow, I removed that line on the body div and tried it again. Co uld that really be what ie8 didn't like? THANKS!
  10. This is my first site (I'm using dreamweaver cs4) and I have a simple link to another page within my site that is rendered invisible, though active. It is visible in chrome and firefox. Browser Compatibility detects no issues. <!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" /> <title>Untitled Document</title> <link href="comingSoon.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-color: #000; color: #99C; } body,td,th { color: #99C; font-family: Arial; } a:link { color: #99C; } a:active { color: #99C; } --> </style></head> <body bgcolor="#99C" text="#99C" link="#99C" vlink="#99C" alink="#99C" class="oneColFixCtr"> <div id="container"> <div id="mainContent"> <h1><img src="images/101127-ZexcoilWebEntrLogo.jpg" alt="zexcoil coming soon" width="466" height="165" /></h1> <p><img src="images/101220_1308-ZexcoilWebEntrI.jpg" width="459" height="340" alt="strat entry page" /></p> <p><a href="welcome.html">Click to enter</a></p> <!-- end #mainContent --></div> <!-- end #container --></div> </body> </html> Thanks.
  11. Profound...and true. The old programmer in me agrees. Thanks for the advice!
  12. Thanks. My motivation for using DW is to generate something fairly quickly using the product's templates while I'm learning CSS & HTML. I think it would likely take much longer to begin without the inherent guidance of a product like DW. Am I off base? I will definitely check out the graphics utilities you recommended.
  13. Hello, I'm wanting to design and create a commerce site for a small number of products having to do with musical instrument components. I've been reading about Dreamweaver CS3 and like it in that it simplifies coding and has templates that allow for flexibility in order that I may get up to speed on my time, but still create something decent. I hope to learn to code in php or javascript soon to allow for more interactivity and will probably plug in a 3rd party shopping cart utility. Since Adobe no longer offers the 30 day trial for CS3, I downloaded CS4 and have been playing with it while going through the book, 'Web Sites - Do-it-Yourself for Dummies'. My questions are: 1. Will Photoshop Elements 5 work with CS4? If not, what pared-down, Elements-like graphics program would you recommend? I don't believe I'll need any full-blown, graphics program. 2. Do you recommend against finding a CS3 version at this point? 3. If I want to code in Javascript, php or one of the other supported languages, does Dreamweaver come with compilers (is this now an anachronism?) or does it only support the running of objects created through another utility? In other words, will I have to buy something else? 4. What about a database to store customer contact, product data, etc.? Is this included or is this something to seek in a hosting company and what does DW require? My background is 20+ years in software development - but the old back office, green screen stuff; RPG on the AS/400 and not for 3+ years. Web coding is quite new to me other than having developed programs to supply data to a site or process data from. I appreciate any help you provide,
×
×
  • Create New...