close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

HTML does not stick...

Thread began 6/21/2014 8:38 am by julesN | Last modified 6/23/2014 11:44 am by julesN | 1702 views | 7 replies |

julesN

HTML does not stick...

I am trying to copy/paste html into the html screen, but it doesn't stick, it changes to its own settings and the images get deleted. I have the <ul> tag in the page with a style attached to it, so I don't want that in the cmd code as I don't want the client to be able to change the style. See attachment. The 3rd view is what I paste into the html window, and it changes to the 1st view so what I end up with is an empty bulleted list, shown in the 2nd view.

I have just upgraded to 1.1.9 and have also upgraded to DW CC2014, but that upgrade shouldn't have anything to do with it, as it happens online, not in DW. Working on iMac version 10.9.3

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

julesN

Thanks!

Thank you! PM sent

Sign in to reply to this post

Jason ByrnesWebAssist

See PM

Sign in to reply to this post

Jason ByrnesWebAssist

Oh, never mind, i see the problem. Your a tags are empty:

<li><a href="path/image.jpg" title="a title"></a></li>

you need to have some link text between the a tags:

<li><a href="path/image.jpg" title="a title">Click Me</a></li>

Sign in to reply to this post

julesN

That's the cms doing that...

See PM

Sign in to reply to this post

Jason ByrnesWebAssist

The problem is that your code is not valid HTML.

Yo dont have any text between the a tags which is why CKEditor is removing it from the code.

you have see the same thing happen using the CKEditor Demo:
http://ckeditor.com/demo

if you add text between the a tags, for example:
<a href="images/Panos/banff.jpg" title="banff"></a>

to:
<a href="images/Panos/banff.jpg" title="banff">Click Here</a>

CKEdittor will not remove them.

Also, CKeditor will not allow you to add li tags with out adding the ul tags also, it forces valid HTML markup.

Sign in to reply to this post

julesN

Thanks Jason

See PM

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...