Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
view wordpad contents online
Name: greg2007 Date: January 19, 2007 at 10:47:44 Pacific OS: Vista RC1 CPU/Ram: P4 1500 639MB RAM
Comment:
are there any websites that let you open a wordpad document online from another URL
or is there any html code i could use that would let me do this my self with my own website?
Name: Michael J (by mjdamato) Date: January 19, 2007 at 13:48:42 Pacific
Reply:
If you are saving it in Rich Text Format (RTF), then it should be displayed fine in IE browsers on PCs. But, there is a good chance you will have issues on other configurations.
If you save in plain text (TXT), then any browser should display it fine. Or create the document in Word and save as HTML.
Summary: Michael I downloaded a corrupt web page from the internet as you suggested. (All I had done was add one line of text before I uploaded it). When I opened the page in DW the code was really screwed. Am...
Summary: The usual permissions required for apache to serve are: Owner: Read/Write Group: Read Other: Read (chmod 644) Also, any directories you make need to be: Owner: Read/Write/Execute Group: Read/Execute O...
Summary: The following example demonstrates subdividing an HTML page with <DIV> tags, and setting the display style property so that it displays the division when the user clicks an input button. <SCRIPT...