I am embarrassed over how I presented this thread.
I wish the thread could be deleted.
Thank you for your help!
/LarryM
I am embarrassed over how I presented this thread.
I wish the thread could be deleted.
Thank you for your help!
/LarryM
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.
This was thoroughly covered in your other post
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
Muhammad Umair Shabbir wrote:
i hope u understand what i am saying
I guess not. What part of your desired process is missing?
On dreamweaver is it possible to merge cells together if it can be done how do you do it thank you x
Don't know your version of DW, but this will show you the necessary code if you're comfortable in code view.
If you are not using th tags, COLSPAN works the same with td tags.
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.
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
Merry Christmas!
/LarryM
What's the URL to your online site?
Nancy O.
Get DMX Zone's Free Extension Manager
http://www.dmxzone.com/go/22670/dmxzone-extension-manager-for-dreamweaver
If you still can't install your Add-on, contact the 3rd party developer to ensure your Add-on is compatible with your version of DW.
Nancy O.
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.
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
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.
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.
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
Are you using CS6 with the old Spry form validation code?
Nancy O.
I'm using 12.0 version ..