Quantcast
Channel: Adobe Community: Message List - Dreamweaver support forum
Viewing all 90058 articles
Browse latest View live

Re: Why are charsets utf-8 or iso-8859-1 changing?

$
0
0

I am embarrassed over how I presented this thread.

I wish the thread could be deleted.

Thank you for your help!

/LarryM


Re: Why are charsets utf-8 or iso-8859-1 changing?

$
0
0

Please do not be embarrassed, we have all gone (and still going) through those moments. I am pleased that you have found a solution and you have to admit, it is better than ... Oh never mind, it could be my age again.

Re: offline media player coding like this....

Re: offline media player coding like this....

$
0
0

look in pic 1 i am using it completely offline

video and player

it is made from codings in J.S , html

so that i can use it in my web even when i am offline (only when my web is in my system completely).

It is diifer from

embedded video (work only  when i am online[network connection] only) etc

i hope u understand what i am saying

thanks

Re: offline media player coding like this....

$
0
0

Muhammad Umair Shabbir wrote:

i hope u understand what i am saying

I guess not. What part of your desired process is missing?

how do you merge cells? x

$
0
0

On dreamweaver is it possible to merge cells together if it can be done how do you do it thank you x

Re: how do you merge cells? x

$
0
0

Don't know your version of DW, but this will show you the necessary code if you're comfortable in code view.

Tryit Editor v2.6

 

If you are not using th tags, COLSPAN works the same with td tags.

Re: add on failed to install error code -160

$
0
0

No! I threw up my hands in disgust.  That Adobe would even suggest such a convoluted solution was beyond me.  You would think with all their abilities they could so something simpler.


Lint problems with dreamweaver

$
0
0

I have a trial version of dreamweaver, but as soon as a try to create a CSS the file says it cannot lint. I have tried all the troubleshoots but nothing seems to work. I have turned off my firewall, and it made no difference. I am operating windows 10.

 

Very frustrating for a novice who is trying to assess whether to buy the software

Re: Why are charsets utf-8 or iso-8859-1 changing?

Re: my website not responsive on mobile phone

$
0
0

What's the URL to your online site?

 

Nancy O.

Re: How to go from the code to the direct view

Re: add on failed to install error code -160

Re: Hello guys, I would like to create a products configurator for a website. Any help ?

$
0
0

The real problem I have is that I don't want to have to create all the possible arrangements

 

. . .then Ben's suggestion is the only solution. Here is more detail:

 

create a database table with at least three columns for each option

item1_id (auto increment primary id)

item_name (varchar 100)

item_photo (varchar 100)

 

The drop-downs Ben referred to can then be populated with the options. Using PHP (and in this case PDO), you could iterate over the recordsets of each option to populate the options as follows:

 

while($result = $sql->fetch(PDO::FETCH_ASSOC)){
$option1_set.= "<option value='".$result['item1_id']."'>".$result['item_name']."</option>";
}

 

Using a HTML form, you would send the form POST data to a PHP script that would use variables to retrieve the item photos of the selected options.

 

The above is just meant to point you in the right direction. This would require some knowledge of PHP and SQL.

Re: Hello Guys, I have problem in changing color codes and need help!

$
0
0

Hi Nancy,

 

I don't understand what are you directing me to do. What do you mean by check my code? I am confuse since changing the color code has to be done from the colors.xml itself or from color coding preferences from Dreamweaver, why would you want me to check for error?

 

Which code are you referring to? From my comprehension, my code has nothing to do with the color coding since it has to be done from within dreamweaver.

 

Thank you


Re: Update crashes on startup, -WIN7-

$
0
0

What do your Windows Event Logs tell you is causing the crash?

Does the software crash with all sites?

Does the software crash with all files?

As a test, can you create a new blank file and work with it?

...it was acting tricky with form(s) so I decided to update to see if that would solve the problem.

Did you check your code for errors?  If your code contains many errors that DW cannot reconcile, this can choke your software & cause it to become unresponsive.  Use the code validation tools below & fix reported errors.

 

 

Nancy O.

Re: Hello Guys, I have problem in changing color codes and need help!

$
0
0

Coding errors in your HTML or CSS code do effect how code colors appear.  I'll give you an example. 

In this first screen shot, my code is valid (no errors).

CSS - http://jigsaw.w3.org/css-validator/

HTML5 - https://validator.w3.org/nu/

 

In this 2nd screenshot, my code contains errors.  Notice how the code colors have changed?

 

So humor me and run your code through validation checks first to ensure your code is free of errors.   Then tweak your code colors to suit.

 

Nancy O.

Crash down - Spry textfileld. DW CS6

$
0
0

Hello everybody,

 

DW CS6 Crash down when I try to set parameters of Spry textfileld.

Like when I set max chars or type..

 

Some help ?

 

TNK

Re: Crash down - Spry textfileld. DW CS6

$
0
0

Are you using CS6 with the old Spry form validation code?

 

Nancy O.

Re: Crash down - Spry textfileld. DW CS6

Viewing all 90058 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>