<?xml version="1.0"?>
<rss version="2.0"><channel><title>Dreamweaver Latest Topics</title><link>https://www.killersites.com/community/index.php?/forum/12-dreamweaver/</link><description>Dreamweaver Latest Topics</description><language>en</language><item><title>Preloader for index page using dreamweaver cc19.1 and bootstrap</title><link>https://www.killersites.com/community/index.php?/topic/23619-preloader-for-index-page-using-dreamweaver-cc191-and-bootstrap/</link><description><![CDATA[
<p>
	Hi could someone help me please.<br>
	I can't get a simple preloader for the main index page going.<br>
	I have tried inserting this code:<br><br><code>&lt;div class="spinner-border" role="status"&gt;</code><br><code>   &lt;span class="sr-only"&gt;Loading...&lt;/span&gt;</code><br><code>&lt;/div&gt;</code>
</p>

<p>
	<code><font face="Times New Roman, serif"><font size="3" style="font-size:12pt;">Doesn't seem to work. I am a newbie though. lol</font></font></code><br>
	I am using cc19.1 dreamweaver with bootstrap default.<br>
	Not including a pre-build layout.
</p>

<p>
	My default index page without a preloader looks like this:
</p>

<p>
	&lt;!DOCTYPE html&gt;<br>
	&lt;html lang="en"&gt;<br>
	&lt;head&gt;<br>
	&lt;meta charset="utf-8"&gt;<br>
	&lt;meta http-equiv="X-UA-Compatible" content="IE=edge"&gt;<br>
	&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;<br>
	&lt;title&gt;Untitled Document&lt;/title&gt;
</p>

<p>
	&lt;!-- Bootstrap --&gt;
</p>

<p>
	&lt;link href="css/bootstrap-4.3.1.css" rel="stylesheet"&gt;<br>
	&lt;link href="main.css" rel="stylesheet" type="text/css"&gt;
</p>

<p>
	&lt;/head&gt;<br>
	&lt;body&gt;
</p>

<p>
	&lt;!-- body code goes here --&gt;
</p>

<p>
	&lt;div class="container-fluid heroContainer"&gt;<br>
	&lt;div class="row"&gt;<br>
	&lt;div class="col-xl-4 offset-xl-5"&gt;Testing&lt;/div&gt;<br>
	&lt;/div&gt;<br>
	&lt;/div&gt;
</p>

<p>
	&lt;!-- jQuery (necessary for Bootstrap's JavaScript plugins) --&gt;<br>
	&lt;script src="js/jquery-3.3.1.min.js"&gt;&lt;/script&gt;<br><br>
	&lt;!-- Include all compiled plugins (below), or include individual files as needed --&gt;
</p>

<p>
	&lt;script src="js/popper.min.js"&gt;&lt;/script&gt;<br>
	&lt;script src="js/bootstrap-4.3.1.js"&gt;&lt;/script&gt;
</p>

<p>
	&lt;/body&gt;<br>
	&lt;/html&gt;
</p>

<p>
	Is there a simple way to insert a preloader for this page???
</p>

<p>
	Any ideas very much appreciated
</p>

<p>
	Cheers<br>
	tiaka
</p>
]]></description><guid isPermaLink="false">23619</guid><pubDate>Sun, 12 Apr 2020 02:21:02 +0000</pubDate></item><item><title>DW cs4 editing</title><link>https://www.killersites.com/community/index.php?/topic/22982-dw-cs4-editing/</link><description><![CDATA[
<p>
	Hello,
</p>

<p>
	 I am new here and am learning to use Adobe cs4 which I have had for a long time.
</p>

<p>
	I have created a page and when I save it &amp; view in browser it looks and works great.
</p>

<p>
	Problem is: I want to change an image and can not delete, edit, or even get the property panel to show properties for the existing image.
</p>

<p>
	 I can't view or edit ANYTHING below the header on my page?????
</p>

<p>
	When I go to live view, it shows all and shows then in split view, but still no editing ability except by using code formatting.
</p>

<p>
	 If I don't go to live view, I can't even scroll lower than the header only in script can I scroll lower.
</p>

<p>
	 PLEASE HELP.
</p>

<p>
	 Thank You Sincerely
</p>

<p>
	Rodney
</p>

<p><a href="https://www.killersites.com/community/uploads/monthly_2019_09/dw.jpg.c0a16fb188e515912372b27955efab86.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="694" src="https://www.killersites.com/community/uploads/monthly_2019_09/dw.thumb.jpg.778f1040f9e77d6b39511ee09d0f49ed.jpg" class="ipsImage ipsImage_thumbnailed" alt="dw.jpg"></a></p>
]]></description><guid isPermaLink="false">22982</guid><pubDate>Thu, 12 Sep 2019 23:15:32 +0000</pubDate></item><item><title>Opinions To Dreamweaver</title><link>https://www.killersites.com/community/index.php?/topic/17538-opinions-to-dreamweaver/</link><description><![CDATA[
<p>I am just in the process of learning to use Dreamweaver to modify my website.</p>
<p>And, for a newbie, I think it is difficult.</p>
]]></description><guid isPermaLink="false">17538</guid><pubDate>Fri, 27 Sep 2013 08:36:10 +0000</pubDate></item><item><title>Creating Form With Multiple Drop Downs And Emails</title><link>https://www.killersites.com/community/index.php?/topic/16528-creating-form-with-multiple-drop-downs-and-emails/</link><description><![CDATA[
<p>Hello,</p>
<p>I am trying to put together code in DreamWeaver that will allow me to have an 12 individual emails added to 2 drop down lists within a form. There are 12 organizations with 12 separate org. managers and I don’t want them to receive unnecessary emails that don’t affect their business. I have looked high and low for help but can't seem to get this to work. I can get one drop down with an email using the attached code but the second one won’t work for some reason. I know I’m missing something simple.</p>
<p> </p>
<p>Intent for the form is when sales Rep fills out form fields with equipment to transfer from one place to another. He then selects a Requesting Org and a Shipping Org, which email will go to specific Org Mgr. </p>
<p>* Once Submit button is selected 4 additional people will also receive the request (this will be accomplished using a distribution list) * I have this working on another form, it is the emailing of 2 separate drop down list that has me stumped.</p>
<p> </p>
<p>Thanks,</p>
<p>Sparkymom7</p>
<p> </p>
<p>This code works:</p>
<p> </p>
<p>&lt;!doctype html&gt;</p>
<p>&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;meta charset="UTF-8"&gt;</p>
<p>&lt;title&gt;emailformtest&lt;/title&gt;</p>
<p>&lt;/head&gt;</p>
<p> </p>
<p>&lt;body&gt;</p>
<p> </p>
<p>&lt;form NAME="transferForm"&gt;</p>
<p>  &lt;p&gt;</p>
<p>  Requesting Branch: </p>
<p>  &lt;select SIZE="1" NAME="transfer"&gt;</p>
<p>    &lt;option&gt;Select One:&lt;/option&gt;</p>
<p>    &lt;option value="mgr1@mail.com"&gt;Org 1&lt;/option&gt;</p>
<p>    &lt;option value="mgr2@mail.com"&gt;Org2&lt;/option&gt;</p>
<p>    &lt;option value="mgr3@mail.com"&gt;Org3&lt;/option&gt;</p>
<p> </p>
<p>  &lt;/select&gt;</p>
<p>  &lt;/p&gt;</p>
<p>  &lt;p&gt;</p>
<p> </p>
<p>    &lt;input LANGUAGE="JavaScript" TYPE="button" VALUE="Submit"</p>
<p>ONCLICK="location.href = "mailto:" +</p>
<p>document.transferForm.transfer.options[document.transferForm.transfer.selectedIndex].value"</p>
<p>NAME="Send email"&gt;</p>
<p>  &lt;/p&gt;</p>
<p>&lt;/form&gt;</p>
<p> </p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<p> </p>
<p>This code doesn't work and believe me I have tried many different ways to get this to work - I have simplified code here for the sake of confusion.</p>
<p> </p>
<p>&lt;!doctype html&gt;</p>
<p>&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;meta charset="UTF-8"&gt;</p>
<p>&lt;title&gt;emailformtest&lt;/title&gt;</p>
<p>&lt;/head&gt;</p>
<p> </p>
<p>&lt;body&gt;</p>
<p> </p>
<p>&lt;form NAME="transferForm"&gt;</p>
<p>  &lt;p&gt;</p>
<p>  Requesting Branch: </p>
<p>  &lt;select SIZE="1" NAME="transfer"&gt;</p>
<p>    &lt;option&gt;Select One:&lt;/option&gt;</p>
<p>    &lt;option value="mgr1@mail.com"&gt;Org 1&lt;/option&gt;</p>
<p>    &lt;option value="mgr2@mail.com"&gt;Org2&lt;/option&gt;</p>
<p>    &lt;option value="mgr3@mail.com"&gt;Org3&lt;/option&gt;</p>
<p> </p>
<p>  &lt;/select&gt;</p>
<p>  &lt;/p&gt;</p>
<p> </p>
<p>  &lt;p&gt;</p>
<p>  Shipping Branch: </p>
<p>  &lt;select SIZE="1" NAME="transfer2"&gt;</p>
<p>    &lt;option&gt;Select One:&lt;/option&gt;</p>
<p>    &lt;option value="mgr1@mail.com"&gt;Org 1&lt;/option&gt;</p>
<p>    &lt;option value="mgr2@mail.com"&gt;Org2&lt;/option&gt;</p>
<p>    &lt;option value="mgr3@mail.com"&gt;Org3&lt;/option&gt;</p>
<p> </p>
<p>  &lt;/select&gt;</p>
<p>  &lt;/p&gt;</p>
<p>  &lt;p&gt;</p>
<p> </p>
<p>    &lt;input LANGUAGE="JavaScript" TYPE="button" VALUE="Submit"</p>
<p>ONCLICK="location.href = "mailto:" +</p>
<p>document.transferForm.transfer.options[document.transferForm.transfer.selectedIndex].value"</p>
<p>NAME="Send email"&gt;</p>
<p>  &lt;/p&gt;</p>
<p>&lt;/form&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
]]></description><guid isPermaLink="false">16528</guid><pubDate>Wed, 12 Jun 2013 14:06:53 +0000</pubDate></item><item><title>Convert Dreamweaver To Wordpress</title><link>https://www.killersites.com/community/index.php?/topic/14424-convert-dreamweaver-to-wordpress/</link><description><![CDATA[
<p>Hi</p>
<p> </p>
<p>I have a dreamweaver website, now my client want to convert it into wordpress. Any guide or software available for doing that. I have no idea regarding this.</p>
<p> </p>
<p>Please help.</p>
]]></description><guid isPermaLink="false">14424</guid><pubDate>Sun, 14 Apr 2013 06:45:55 +0000</pubDate></item><item><title>Tutorial on how to create 3 column template with Dreamweaver MX</title><link>https://www.killersites.com/community/index.php?/topic/4041-tutorial-on-how-to-create-3-column-template-with-dreamweaver-mx/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>Anyone know of a tutorial on how to creae a 3-column page using Dreamweaver MX?</p>
<p>I already have two of Sephan's beginner's videos. But it's not covered.</p>
<p> </p>
<p>Regards</p>
<p>rk</p>
]]></description><guid isPermaLink="false">4041</guid><pubDate>Fri, 19 Nov 2010 22:40:34 +0000</pubDate></item><item><title>Wordpress/dreamweaver</title><link>https://www.killersites.com/community/index.php?/topic/12228-wordpressdreamweaver/</link><description><![CDATA[
<p>I had been following the tutorial videos to create a wordpress site in dreamweaver and am having trouble publishing the site.  The files have been transferred but I receive the following error message when I type in the url:</p>
<p> </p>
<p>*****</p>
<p> </p>
<p>Warning: require_once(/home/content/74/9144774/html/shoreinvesting/wp-includes/pomo/entry.php) [function.require-once]: failed to open stream: Permission denied in /home/content/74/9144774/html/shoreinvesting/wp-includes/pomo/translations.php on line 10</p>
<p> </p>
<p>Fatal error: require_once() [function.require]: Failed opening required '/home/content/74/9144774/html/shoreinvesting/wp-includes/pomo/entry.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/74/9144774/html/shoreinvesting/wp-includes/pomo/translations.php on line 10</p>
<p> </p>
<p>*****</p>
<p> </p>
<p>I have been told it could have something to do with plugins on the site.  Has anyone else come across this issue?</p>
<p> </p>
<p>Thanks!</p>
<p> </p>
<p>Bryan</p>
]]></description><guid isPermaLink="false">12228</guid><pubDate>Mon, 11 Mar 2013 00:15:27 +0000</pubDate></item><item><title>The Dreamweaver Myth</title><link>https://www.killersites.com/community/index.php?/topic/684-the-dreamweaver-myth/</link><description><![CDATA[
<p>Web design is about code and not about tools. You would not learn how to build a house by learning to use a nail driver right? You would learn using a hammer because it is about technique and planning and not learning tools. One you can build a house you can learn to use a nail driver to speed the process (and easier on your back/knees).</p>
<p> </p>
<p>Same here. To start learning, use notepad, that is what I had to use in school (and a horror called Emacs). Learn the code and how to work with it. THEN when you can create web sites, move up to free editors to help speed the process a bit. Eventually if you are serious, you can spend big bucks on Dreamweaver. But trying to learn a program AND code will just slow you down and make you dependent on pushing buttons. So learn to code first and then worry about learning an editor.</p>
<p> </p>
<p>Stef's videos are geared towards learning to code independent of what editor you choose. </p>
<p> </p>
<p>But unless you want to work in the industry, you really do not need Dreamweaver. I use free editors now. I just used Dreamweaver to know it well enough as this is my profession and it is <strong>the</strong> standard for the industry and likely what you would use in a company. It makes things easier &amp; faster... not better. </p>
<p> </p>
<p>Good web sites are produced by people, not tools.</p>
<p> </p>
<p><a href="https://www.killersites.com/community/index.php?/topic/31-alternative-editors-for-web-development-dec-2008/page__p__141__hl__%2Balternative+%2Beditors+%2B__fromsearch__1&amp;do=findComment&amp;comment=141" rel="">Alternative Editors for Web Development</a></p>
<p> </p>
<p>Do not fall for the Myth that Dreamweaver makes good sites or is needed to make good sites. You the developer do that, DW is just a tool. Avoid classes that teach DW along with web design. Take a web design class and then take a DW class if you like.</p>
]]></description><guid isPermaLink="false">684</guid><pubDate>Wed, 25 Feb 2009 16:53:57 +0000</pubDate></item><item><title>How To Make Your 1280 Video Show Up At 720 Res?</title><link>https://www.killersites.com/community/index.php?/topic/11904-how-to-make-your-1280-video-show-up-at-720-res/</link><description><![CDATA[
<p>Hi all,</p>
<p> I am rendering all of my videos at 1280 X 720. But at 1280 the size would be way too big for the website (currently 900 pixels in Width)</p>
<p> So I need to take that "1280" video and display it on my page as 720 X 480. When the user clicks on it, it can expand to it's native 1280 X 720.</p>
<p> </p>
<p>Any help would be appreciated,</p>
<p> Thanks,</p>
<p> Lou</p>
]]></description><guid isPermaLink="false">11904</guid><pubDate>Tue, 26 Feb 2013 19:29:43 +0000</pubDate></item><item><title>Centering A Spry Menu In A Div</title><link>https://www.killersites.com/community/index.php?/topic/11867-centering-a-spry-menu-in-a-div/</link><description><![CDATA[
<p>Hello all</p>
<p>I'm trying to centre a horizontal spry menu within a div, I've been looking everywhere to find a solution. I have 6 buttons to fit within a div of 960px, and the only thing I can see is that the spry buttons have to be set at a specified width eg 160px. The problem is the titles vary in length so the width has to be set to auto with padding, so some buttons will be more than 160px and some will be less. but it seems whatever I do my spry menu stays stubbornly to the left.</p>
<p> </p>
<p>I can play around with the padding but I think this would cause problems later on when people are looking at the site in different browsers, and operating systems. I use a mac and while it looks OK on my browsers it may not behave as I would hope for viewers using Windows, ie the fonts may resize and force the last button onto a new line or something.</p>
<p> </p>
<p>Any help would be appreciated</p>
]]></description><guid isPermaLink="false">11867</guid><pubDate>Mon, 25 Feb 2013 13:27:59 +0000</pubDate></item><item><title>Multiple External Style Sheets</title><link>https://www.killersites.com/community/index.php?/topic/11657-multiple-external-style-sheets/</link><description><![CDATA[
<p>Hello All</p>
<p>Being fairly new to Dreamweaver and the use of CSS external Style Sheets I need some advice on the use of multiple style sheets for different page layouts in the same website. I intend to have an intro page and main content pages, and will use div tags to centre pages and contain backgrouds etc., so body and wrapper divs would differ from the intro to main content pages.</p>
<p>So is it OK to use 2 style sheets which would be placed in the CSS folder?</p>
<p> </p>
<p>Any advice greatly appreciated</p>
]]></description><guid isPermaLink="false">11657</guid><pubDate>Sun, 17 Feb 2013 14:37:18 +0000</pubDate></item><item><title>website zoom problem's</title><link>https://www.killersites.com/community/index.php?/topic/8183-website-zoom-problems/</link><description><![CDATA[
<p>Hi all, i am a beginner in web designing. i have created some websites using dreamweaver, but still i face lot of problems.</p>
<p> </p>
<p>when i zoom out in a browser the content is moving towards left side of the screen.</p>
<p> </p>
<p>can anyone help me out in finding out the problem in the HTML code. </p>
<p> </p>
<p> </p>
<p>any kind of suggestions are welcome.</p>
]]></description><guid isPermaLink="false">8183</guid><pubDate>Wed, 29 Aug 2012 16:57:37 +0000</pubDate></item><item><title>Dreamweaver Cs4? 5? 6?</title><link>https://www.killersites.com/community/index.php?/topic/10723-dreamweaver-cs4-5-6/</link><description><![CDATA[
<p>Im going through the Killersites Video library, do I need to learn CS4 before I move on to the next CS5..ect.? Or is CS6 the latest version and I should start there?</p>
<p> </p>
<p>Thanks.</p>
]]></description><guid isPermaLink="false">10723</guid><pubDate>Thu, 03 Jan 2013 19:33:12 +0000</pubDate></item><item><title>Great To Meet All Of You Here On Www.killersites.com.</title><link>https://www.killersites.com/community/index.php?/topic/9850-great-to-meet-all-of-you-here-on-wwwkillersitescom/</link><description><![CDATA[<p>I am a lurker here  at www.killersites.com for 2 years, admiring all the amazing information on this website. I chose never to join because I was still along the way of educating myself in this area of expertise. I have now decided that even though I'm not quite as informed as I want to be, my level of excitement and near-obsession has pushed me to become a subscriber. Good to meet everyone and if you guys want to join my new forum im at [broken link removed]  thanks again for your warm welcomes!</p>]]></description><guid isPermaLink="false">9850</guid><pubDate>Sun, 18 Nov 2012 15:55:09 +0000</pubDate></item><item><title>Why Is "body" All The Way To The Right?</title><link>https://www.killersites.com/community/index.php?/topic/9606-why-is-body-all-the-way-to-the-right/</link><description><![CDATA[
<p>The table is at 100% / center.  I’ve even tried right, left, and no change.</p>
<p> </p>
<p>Im using Dreamweaver CS4 and when I save the file “Save As” it centers it, but when test in my browser, it’s to the right.</p>
<p> </p>
<p>What is going on?  Image attached.</p>
<p> </p>
<p>Thanks, </p>
<p>Scotty</p>
]]></description><guid isPermaLink="false">9606</guid><pubDate>Sat, 10 Nov 2012 14:35:01 +0000</pubDate></item><item><title>divs, floats, absolute, relative, static,fixed</title><link>https://www.killersites.com/community/index.php?/topic/8835-divs-floats-absolute-relative-staticfixed/</link><description><![CDATA[<p>I have just started an ADOBE dreamweaver course with FLASH too, I am 45 and looking for a career change, currently a Chef by trade for 30 years but thoroughly enjoy doing this, I am upto unit 8 where we are on the above title section and am completely flustered, I understand that this is an essential key area for progressing onto harder and more complex stuff, so i need some help with someone explaining it without all the professional language i need laymans terms please, I am a chef and we are use to grunting and throwing pots to communicate, so simple simple terms and descriptions please!!!</p>]]></description><guid isPermaLink="false">8835</guid><pubDate>Thu, 18 Oct 2012 21:37:22 +0000</pubDate></item><item><title>Dreamweaver Video Tutorials</title><link>https://www.killersites.com/community/index.php?/topic/149-dreamweaver-video-tutorials/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>You can view a growing collection of <a href="http://www.killersites.com/dreamweaver/" rel="external nofollow">Dreamweaver video tutorials</a> right here on killersites.com.</p>
<p> </p>
<p>Stefan</p>
]]></description><guid isPermaLink="false">149</guid><pubDate>Sat, 27 Dec 2008 04:23:34 +0000</pubDate></item><item><title>Website line breaks?</title><link>https://www.killersites.com/community/index.php?/topic/8436-website-line-breaks/</link><description><![CDATA[
<p>Hi, I seem to be having trouble with my newly made website. I have lay'd it out so everything is aligned to the left of the page and fits perfectly together.. But when i zoom out in my web browser, lines between the images emerge and it makes it look bad.. For example <img src="http://img59.imageshack.us/img59/8480/shouldc.png" alt="shouldc.png"></p>
<p><img src="http://img28.imageshack.us/img28/1758/shouldnt.png" alt="shouldnt.png"></p>
<p>Here is my CSS source code + HTMl</p>
<pre class="ipsCode">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;link href="style.css" rel="stylesheet" type="text/css" /&gt;
&lt;title&gt;College Site&lt;/title&gt;
&lt;style type="text/css"&gt;
body {
background-image: url(images/Background.png);
background-repeat: -xy;
}
&lt;/style&gt;
&lt;/head&gt;

&lt;body topmargin="0"&gt;

&lt;/div&gt;
&lt;div class="Wrapper"&gt;
 &lt;div id="TopSpace1"&gt;&lt;/div&gt;
 &lt;div id="Logo"&gt;&lt;/div&gt;
 &lt;div id="TopSpace2"&gt;&lt;/div&gt;
 &lt;div id="Login"&gt;

   &lt;div align="left"&gt;  Username:&lt;br /&gt;
       Password:&lt;/div&gt;
 &lt;/div&gt;
 &lt;div id="TopSpace3"&gt;&lt;/div&gt;
 &lt;div id="TopSpace4"&gt;&lt;/div&gt;
 &lt;div id="LeftGlow"&gt;&lt;/div&gt;
 &lt;div id="MenuBar"&gt;&lt;/div&gt;
 &lt;div id="MenuBarSpace"&gt;&lt;/div&gt;
 &lt;div id="AdSpace"&gt;&lt;/div&gt;
 &lt;div id="RightGlow"&gt;&lt;/div&gt;
 &lt;div id="TextBox"&gt;&lt;/div&gt;
 &lt;div id="RightGlow2"&gt;&lt;/div&gt;
 &lt;div id="Footer"&gt;&lt;/div&gt;
 &lt;div id="RightGlow3"&gt;&lt;/div&gt;
 &lt;div id="End"&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<div></div>
<p></p>
<p></p>
<pre class="ipsCode">.Wrapper {
height: 879px;
width: 848px;
margin: auto;
position: relative;
}
#LeftGlow {
background-image: url(images/7_LeftGlow.png);
background-repeat: no-repeat;
float: left;
height: 810px;
width: 41px;
}
#MenuBar {
background-image: url(images/8_MenuBar.png);
background-repeat: no-repeat;
float: left;
height: 60px;
width: 757px;
}
#MenuBarSpace {
background-image: url(images/9_MenuBarSpace.png);
background-repeat: no-repeat;
float: left;
height: 60px;
width: 50px;
}
#AdSpace {
background-image: url(images/10_AdSpace.png);
background-repeat: no-repeat;
float: left;
height: 236px;
width: 757px;
}
#RightGlow {
background-image: url(images/11_RightGlow.png);
background-repeat: no-repeat;
float: left;
height: 236px;
width: 50px;
}
#TextBox {
background-image: url(images/12_TextBox.png);
background-repeat: no-repeat;
float: left;
height: 444px;
width: 757px;
}
#RightGlow2 {
background-image: url(images/13_RightGlow2.png);
background-repeat: no-repeat;
float: left;
height: 444px;
width: 50px;
}
#Footer {
background-image: url(images/14_Footer.png);
background-repeat: no-repeat;
float: left;
height: 43px;
width: 757px;
}
#RightGlow3 {
background-image: url(images/15_RightGlow3.png);
background-repeat: no-repeat;
float: left;
height: 43px;
width: 50px;
}
#End {
background-image: url(images/16_End.png);
background-repeat: no-repeat;
float: left;
height: 27px;
width: 807px;
}

#TopSpace3 {
background-image: url(images/5_TopSpace3.png);
background-repeat: no-repeat;
float: left;
height: 38px;
width: 50px;
}
#TopSpace4 {
background-image: url(images/6_TopSpace4.png);
background-repeat: no-repeat;
float: left;
height: 31px;
width: 230px;
}

#TopSpace1 {
background-image: url(images/01_TopSpace1.png);
background-repeat: no-repeat;
float: left;
height: 69px;
width: 41px;
}
#Logo {
background-image: url(images/2_Logo.png);
background-repeat: no-repeat;
float: left;
height: 69px;
width: 284px;
}
#TopSpace2 {
background-image: url(images/3_TopSpace2.png);
background-repeat: no-repeat;
float: left;
height: 69px;
width: 293px;
}
#Login {
background-image: url(images/4_Login.png);
background-repeat: no-repeat;
float: left;
height: 38px;
width: 180px;
font-size: 13px;
font-family: Verdana, Geneva, sans-serif;
color: #CCC;
}
</pre>
<div></div>
<p></p>
<p>I've tried setting all the positioning of the divs but that just scrambled the images around.. Can anyone help me out? Thank you.</p>
]]></description><guid isPermaLink="false">8436</guid><pubDate>Wed, 26 Sep 2012 23:25:05 +0000</pubDate></item><item><title>problem in Dreamweaver CS5</title><link>https://www.killersites.com/community/index.php?/topic/8355-problem-in-dreamweaver-cs5/</link><description><![CDATA[
<p>Hello Friends,</p>
<p> </p>
<p>i have download &amp; installed adobe cs5 design premium, every thing is working without problem except dreamweaver which was not working... I have tried more than couple of times for reinstalled but the same results.... even if i have removed my all preference files, application support files &amp; library application support files....</p>
<p>after that i have uninstalled cs4 &amp; installed cs5 a fresh copy of cs5.</p>
<p> </p>
<p>dreamweaver cs5 is not opening. it was not hanging either, i can click on the dock &amp; quite without a force quit. It appears that the open sequence is missing something.</p>
<p>Mac OS X 10.6.3</p>
<p> </p>
<p>can any one guide me how to installed??</p>
<p> </p>
<p>looking for help.</p>
]]></description><guid isPermaLink="false">8355</guid><pubDate>Mon, 17 Sep 2012 09:00:40 +0000</pubDate></item><item><title>Is DW CS6 worth the buy?</title><link>https://www.killersites.com/community/index.php?/topic/8071-is-dw-cs6-worth-the-buy/</link><description><![CDATA[
<p>I like Coda but I use a PC, not a Mac.</p>
<p> </p>
<p>I currently have Dreamweaver 8, which is ancient.</p>
<p> </p>
<p>Questions:</p>
<p> </p>
<p>1. Is Coda available for PC?</p>
<p> </p>
<p>2. Does DW CS6 offer the same functionality as I see in Ben's videos (i.e. does the preview option WORK with php and other programming langugages, instead of previewing it in my browser all the time? I don't even use the DW8 preview)</p>
<p> </p>
<p>3. Any other recommendations for a PC IDE? I've done some research but I want to hear the praise/disgust from people, not the companies selling them.</p>
<p> </p>
<p>Thanks</p>
]]></description><guid isPermaLink="false">8071</guid><pubDate>Tue, 14 Aug 2012 15:12:13 +0000</pubDate></item><item><title>Getting a mp4 to run</title><link>https://www.killersites.com/community/index.php?/topic/8072-getting-a-mp4-to-run/</link><description><![CDATA[
<p>I have Dreamweaver CS5 and relatively new to the program. I used a template form the site and have set up simple information, photos, and navigations. I also have been able to embed some YouTube videos, but I want to add my own video's for the athletes and parents. So I followed your video on putting a video into Dreamweaver. </p>
<p> </p>
<p>I had a wmv file and converted it to a mp4 and inserted it per the video, it plays in the preview, but when I opened it on the website itself I get the symblom for Quicktime and a queston mark and it won't play.  I do get a prompt asking do I want Quicktime to play, or always from this site.</p>
<p> </p>
<p>I can't figure out what I did wrong and why it won't play.  I am running on a windows system. I don't know if I need to change the format of the video or not.</p>
<p> </p>
<p>If you would like to look at the web site it is  penfieldathleticclub.org</p>
<p> </p>
<p>I hope you can help</p>
<p> </p>
<p>Schnder</p>
]]></description><guid isPermaLink="false">8072</guid><pubDate>Wed, 15 Aug 2012 12:08:54 +0000</pubDate></item><item><title>Dreamweaver Wordpress How to select PHP MySQL Server Model</title><link>https://www.killersites.com/community/index.php?/topic/7894-dreamweaver-wordpress-how-to-select-php-mysql-server-model/</link><description><![CDATA[
<p>I'm running Dreamweaver CS5.5 on Windows.</p>
<p>I've successfully installed </p>
<p></p>
<ul>
<li>WAMP (from PHP Basics Course),<br>
</li>
<li>Wordpress 3.4 (latest version as of 26 June 2012), and<br>
</li>
<li>Dreamweaver CS5.5<br>
</li>
</ul>
<p></p>
<p>I've run PHP on WAMP, I can see my WP site on localhost, and the DW install is fine.</p>
<p> </p>
<p><span style="color:#006400;"><span style="color:#4B0082;"><strong>Problem:</strong></span></span></p>
<p><span style="color:#006400;"><strong>Do not know how to set Server Model to PHP MySQL when trying to get WP into DW.</strong></span></p>
<p> </p>
<p><span style="color:#4B0082;"><strong>Detail:</strong></span></p>
<p>in the <em><span style="color:#2F4F4F;"><strong>Dreamweaver and Wordpress: Define A Site In Dreamweaver</strong></span></em> video,</p>
<p>the version of DW shows an <strong>Advanced tab</strong> at the <strong>top</strong>, and</p>
<p>an option to set the <strong>Server Model</strong> to PHP / MySQL at the <strong>bottom</strong> of the <strong>Server Form</strong>.</p>
<p> </p>
<p><strong>My </strong>Windows <strong>installation</strong> of DW CS5.5 <strong>does not show that on the form</strong>.</p>
<p><strong>How do I accomplish setting the Server Model to PHP/MySQL?</strong></p>
<p> </p>
<p><span style="color:#000080;">Greater Detail--</span></p>
<p><span style="color:#006400;">Wordpress Install:</span></p>
<p>I installed wordpress to the main www folder and did a second installation to a subfolder:</p>
<p>C:\wamp\www\wordpress\ and</p>
<p>C:\wamp\www\IM University\wordpress    (part of troubleshooting).</p>
<p> </p>
<p>I went to <a href="http://localhost/" rel="external nofollow">http://localhost/</a> and from the WAMP home page,</p>
<p>Clicked on PhpMyAdmin, and created a new website database (called it imdb).</p>
<p> </p>
<p>I ran the install script. Form fields follow:</p>
<p>Database name:  imdb</p>
<p>Database username:  root  (says your MySQL username)</p>
<p>Database password:  (leave blank) (says your MySQL password)</p>
<p>Database host </p>
<p>Table prefix (if you want to run more than one WordPress in a single </p>
<p>database) wp-</p>
<p> </p>
<p>I created the wordpress and logged in.</p>
<p> </p>
<p>======================================</p>
<p><span style="color:#000080;"><strong>DREAMWEAVER and WORDPRESS Steps Taken</strong></span></p>
<p>=====================================</p>
<p>1. Site menu, new site</p>
<p>Fill out form:</p>
<p> </p>
<p>first site has wordpress in www:</p>
<p>Site Name:  IM Options</p>
<p>Local Site Folder: C:\wamp\www\</p>
<p> </p>
<p>second site has wordpress in sub folder:</p>
<p>Site Name:  IM University</p>
<p>Local Site Folder:   C:\wamp\www\IM University\</p>
<p> </p>
<p>2. Server for first site:</p>
<p>a. click Servers (on left on Site Setup for yoursitename</p>
<p><img src="https://www.killersites.com/community/uploads/emoticons/default_cool.png" alt="B)" data-emoticon=""> click plus sign in bottom left of pop-up window</p>
<p>c) Fill out form:-- see below</p>
<p>d) Click  testing and unclick remote (pretty sure)</p>
<p>d) click Advanced Tab</p>
<p>e)<strong><em> Server Model: (on bottom) select PHP MySQL</em></strong> <span style="text-decoration:underline;"><strong>HELP--Can't do!!!</strong></span></p>
<p> </p>
<p>Fill out form -- list item c) -- details</p>
<p> </p>
<p>server for first site:</p>
<p> </p>
<p>Server name:  IM Server</p>
<p>Connect using:  Local/Network</p>
<p>Server folder:  C:\wamp\www    </p>
<p>Web URL:  <a href="http://localhost/wordpress/" rel="external nofollow">http://localhost/wordpress/</a></p>
<p> </p>
<p>Server for second site (wp in sub-folder):</p>
<p> </p>
<p>Server name:  IM Server</p>
<p>Connect using:  Local/Network</p>
<p>Server folder:  C:\wamp\www\IM University\  </p>
<p>Web URL:  <a href="http://localhost/IM" rel="external nofollow">http://localhost/IM</a> University/wordpress/</p>
]]></description><guid isPermaLink="false">7894</guid><pubDate>Wed, 27 Jun 2012 05:47:53 +0000</pubDate></item><item><title>DW local root folder issues</title><link>https://www.killersites.com/community/index.php?/topic/2147-dw-local-root-folder-issues/</link><description><![CDATA[
<p>When I create a new site in DW and choose the local root folder and say OK a message comes up that says The root folder you have chosen contains the folder for site 'client name' (it has named a few different client sites) Synchronization may wotk incorrectly. Proceed anyway? If I don't proceed anyway, I get no new site. When I do proceed, dw PROCEEDS to load every client site in DW into this new one. That is many. I can't have this happening but don't know what to do.</p>
<p>I only found out after a 27 minute wait on hold that Adobe wants to charge me $39 to get the answer! When I said no I don't want to pay that, I was told to get it for free on the website. I go to the site, search, 'chat' with tech support who tells me they don't know enough, to call with the case number (and pay). Well, I took the d*!m case number just in case no one here has any idea what is up. Any advice is GREATLY appreciated.  *fingers crossed*</p>
]]></description><guid isPermaLink="false">2147</guid><pubDate>Wed, 18 Nov 2009 18:12:55 +0000</pubDate></item><item><title>JavaScript in Dreamweaver CS5</title><link>https://www.killersites.com/community/index.php?/topic/5219-javascript-in-dreamweaver-cs5/</link><description><![CDATA[
<p><span style="font-family:Arial;">I'm currently using Dreamweaver CS5 to do a complete overhaul of my site. Among the items I wanted to add to the new site is a JavaScript menu bar (which can be found in Adobe Exchange as Spry Menu Bar 2.0. I've inserted it into the page, and, as with a test page I tried with this menu bar, the menu bar in expanded form is the only thing that appears in design view. Upon previewing it in Safari I noticed that it's at the correct height, but it's aligned left. I wanted to align it center, but couldn't find the variable in the code to do so.</span></p>
<p><span style="font-family:Arial;">My question is the following: Is there a way to align a JavaScript object in Dreamweaver (I'm still a novice; the previous version of my site was done in iWeb), and, on a separate, less important note, is it possible to display anything else in the design view when the menu bar is inserted.</span></p>
]]></description><guid isPermaLink="false">5219</guid><pubDate>Sun, 06 Mar 2011 21:57:45 +0000</pubDate></item><item><title>Displays username, but not maiden or last name.</title><link>https://www.killersites.com/community/index.php?/topic/7685-displays-username-but-not-maiden-or-last-name/</link><description><![CDATA[
<p>This just displays the username aka first name.  I want it to also display the member’s last name and maiden name if they have one.</p>
<p> </p>
<p> </p>
<p> </p>
<p>/////// Mechanism to Display Real Name Next to Username - real name(username) ////////////////////////// </p>
<p> </p>
<p>if ($firstname != "") { </p>
<p>$mainNameLine = "$firstname $maidenname $lastname ($username)"; </p>
<p>$username = $firstname; </p>
<p>} else { </p>
<p>$mainNameLine = $username; $maidenname; $lastname; </p>
<p>} </p>
<p> </p>
<p>I want to display maiden and last name along with the user name. I've tried everything I could think of. Any suggestions? </p>
<p> </p>
<p>Thanks, </p>
<p>Scott</p>
]]></description><guid isPermaLink="false">7685</guid><pubDate>Sun, 06 May 2012 06:53:39 +0000</pubDate></item></channel></rss>
