close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

html editor update page

Thread begun 2/05/2015 4:19 pm by Kumel | Last modified 2/17/2015 11:52 am by Kumel | 3232 views | 18 replies |

Kumel

html editor update page

i m facing this problem every html editor i added.

i have added html editor on insert & update pages.

Insert seems to work fine, but not update page.
When certain things are added like alignment, table width, img width or any custom styling on INSERT page it seems to work fine & displays fine on detail page. but as i go to update page things appear different img alignment, img alt, text alignment, table width height & etc are not the same. it comes to default settings. (no styling)

insert & update files are attached.

Regards

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

Kumel

pv msg

Sign in to reply to this post

Jason ByrnesWebAssist

see PM

Sign in to reply to this post

Kumel

pm.

Sign in to reply to this post

Jason ByrnesWebAssist

on the update page, the value for the HTML Editor is set to convert " to &quote;

$CKEditor_initialValue = "".(str_replace('"', '"', $row_WADAproducts['ProductLongDesc'])) ."";

i removed the str_replace to fix the problem:
$CKEditor_initialValue = "".$row_WADAproducts['ProductLongDesc'] ."";

Sign in to reply to this post

Kumel

what about bullet points? its not appearing.

Sign in to reply to this post

Jason ByrnesWebAssist

in your style sheet:
http://www.lotomaster.in/en/css/style.css

you are suppressing the list style setting it to none which doesn't show bulet points:
ul li {
color: #494743;
font-size: 18px;
font-weight: 300;
line-height: 31px;
list-style: outside none none;
}

Sign in to reply to this post

Kumel

same file on my local server bullet points appear :(

Sign in to reply to this post

Jason ByrnesWebAssist

i can't troubleshoot your local computer, only the live site

but like i said, they are being suppressed by the css.

Sign in to reply to this post
loading

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...