how can I enter html in custom pages? I want to design something in DW and then cut paste into my custom page. It says in the manual that there is a checkbox for html or text page type. I cant find it
Mediadot (Guest)
2 Nov 2009 1:13 PM
You need to create a custom page, and place a link in the "read content from file" (or similar in english).
You need to make a link relative to Your rood dir:
to use domain.com/customp/try.html
place: customp/try.html
dont write "/" before the directory!
SajMalik
2 Nov 2009 1:15 PM
Go to Global Settings and ensure that ]WYSIWYG HTML Editor is checked - as below:
Administrator HTML Editor [ ] WYSIWYG HTML Editor [ ] Textarea Editor
Chris
peterc
2 Nov 2009 7:21 PM
Thanks - so you can't just enter HTML in the editor box?
SajMalik
3 Nov 2009 1:16 PM
If you are set up the editor box for WYSIWYG HTML you will be able to toggle between HTML and WYSIWYG.
Ned
5 Nov 2009 12:29 PM
Peterc
Set up the text area WSIWYG editor as Chris has described. Go to the text area and toggle the source (top left icon). You should see "<br>" appear.
Cut and paste the your html into the box and delete the "<br>".
Toggle the source to WYSIWYG and view the results.
(The "<br>" is there to show you have entered the source editor.)