Re: [XHP-users] Uploading existing pages.
Status: Beta
Brought to you by:
cjlars
|
From: Laurentiu M. <lau...@ta...> - 2006-02-08 16:42:25
|
Hi Steve, Steve Jones wrote: > I have a few existing pages that contain some largish tables. I'd like to be > able to upload these to my new XHP site. I've tried to upload the html using > the file manager but I get errors like: > copy(<clip>/filemanager/notes.html): failed to open stream: Permission denied > in <clip>/inc/htmlarea/plugins/FileManager/Classes/Files.php on line 64 > This doesn't sound right. Are you sure you have the proper permissions on your folders as described in the manual? Also didn't see the red stuff while installing warning you that permissions are not ok? > I've tried to paste the tables into the editor but this seems to strip the > tags. Also my tables use style sheets. Can XHP handle these in any way? > Here's how you do this: - add a content module to the page - click edit - switch to html mode - click on the html source button ( <> ) - paste html there - click update This should work. Regards, Lars |