Add to Google

Word.doc Or Pdf Formatted File To Display In A Web - How to maintain the formatting???

Pages: 1, 2
free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Word.doc Or Pdf Formatted File To Display In A Web - How to maintain the formatting???

MarCrush
Word doesn't really make a "good" web editor (nor does FrontPage but good for beginners), you can't edit the source unless you use Notepad, or something else. Saving a word document as a web page and editing in another web editor can be hard (unless you take some or most of the tags out).

I would just use the PDF document and have it over with, link to it. You could also do more with a PDF document like add a table of contents, blah, blah. Well a least I helped, a bit.

Reply

Lozbo
Well i wouldnt dare to say something like that Tyssen (about microsoft), becouse you never know... i mean i dont like lots of things about microsoft software, but after all, where they are at, they have the resources to produce quality stuff, so let us hope (for the sake of us all) that ALL industry gets better and better with each development.

And deadlytedly thanks for the link of the rtf to xhtml converter! sounds very promising, ill give it a look.

And about jlhaslip, have you done this? Did anything helped out? If you dont have a later version of office, maybe you could download a trial version and do your stuff... You said you were going to post the file somewhere...

Reply

jlhaslip
QUOTE(Lozbo @ Oct 8 2005, 02:57 PM)
And about jlhaslip, have you done this? Did anything helped out?  If you dont have a later version of office, maybe you could download a trial version and do your stuff... You said you were going to post the file somewhere...
*



Sorry about the delay getting back to you on this issue. I am currently having some computer difficulties and can't access the Internet on my own computer, so I have not been able to upload the file to a server. I will definately let you know when and where the file is located when the computer issue gets resolved.

Thanks to all for helping out so far.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. show word document php - 3.65 hr back. (1)
  2. upload and display word documents - 6.45 hr back. (1)
  3. display word file on web page - 9.36 hr back. (1)
  4. pdf doc icons display error - 10.71 hr back. (1)
  5. displaying a .doc as page on a site - 12.33 hr back. (1)
  6. how to display .doc file on a website - 18.89 hr back. (1)
  7. php word doc reader - 20.45 hr back. (1)
  8. how to open word file at same page in asp - 31.81 hr back. (3)
  9. display word doc in iframe - 41.28 hr back. (1)
  10. php display pdf in iframe - 41.72 hr back. (1)
  11. display a word document into web page - 41.86 hr back. (1)
  12. display word document in html with iframe - 42.89 hr back. (1)
  13. how to show .doc in a html page - 42.91 hr back. (1)
  14. how to print web pages onto a word file - 43.26 hr back. (1)
Similar Topics

Keywords : word, doc, pdf, formatted, file, display, web, maintain, formatting

  1. Html Ascii Codes - A Complete List
    downloadable php file (3)
  2. Iframe Src = A Local File In My Computer
    (6)
    Is it possible to call a file, i.e. 1.htm, from my web browser using such tag HTML iframe src
    =" file:///C:/1.htm "> /iframe > file:///C:/1.htm is the correct path since when I enter it
    to my web browser's address box it shows up properly. But when I use the same call function in
    my PHP it does not. My situation is that I'm running Apache with PHP, therefore I am running my
    own mimi-webserver on my computer. There's no risk of someone else accessing my file because
    it's for my testing purpose. I thought it had to do with some Apache settin....
  3. Wanna Learn Html From Scratch
    downloade an online tutorial,formatted my c: lost it forever,and FORGO (5)
    id prefer something i can download .....coz my internet connection is highly intermittant Moved
    from the Java section to the HTML section. ....
  4. How To Display Php Code [resolved]
    Html Help With Php Codebox (8)
    I'm trying to make codebox for my guestbook so that users can post PHP code inside.. I tried
    many versions but none of them works If i use , or i can display HTML code, but when i try to
    write PHP code it executes it does not display.. There is a way to make swap for You have codebox
    in forum to display php how can i make that?! thanks....
  5. Creating Rss Feeds For Wapsites
    How to display rss feeds in a php enabled site (5)
    Anyone who wants to help me? I want my site to have this feature but I don't know how.
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Hope you could me
    with embedding these xml files in my wml pages.. Moved to the HTML, XML ect.. forum ....
  6. Width Of Display Area Of Browser Window
    is there a formula? (6)
    I am making a table in a website that's as big as the display area of the browser for instance:
    CODE .... ..... How do I know the width of the browser display area? Better yet, is
    there a general formula for that for other screen resolutions? I know a little bit of javascript,
    are there functions for that?....
  7. Centering Page Of Html At Various Display Widths
    Viewing Screen Shots No Matter Resolution (14)
    I am running into a HUGE problem creating a website. When viewing the site on 800x600 it views in
    the center of the page. When viewing the site on 1024x768 it views on the left side of the page. How
    do I make the page always appear in the middle? I have seen many sites set up that will adjust
    accordingly, but I cannot figure it out. If you want to view my source you can do so by going to the
    website: www.faithcity.org/test.html. Moving to the html Topic ....
  8. Getting Content From A Different File
    (4)
    Hey, I think this would be simple to html programmers.. but not to me. I got a website template to
    make it easy, and there are boxes at the side that i can just put text in. But what I put in these
    boxes I want to appear on every page of the site. So by doing that i put a piece of code in telling
    it to get the text content from an external file. How would I do this? Here is the string at the
    moment. Code: CODE insert here ....
  9. Integrating One Html File Into Another
    without embedding (27)
    Hey guys I'm overhauling my website and have decided instead of using frames I want to just
    have a logo and buttons integrated into each HTML file, so you can just scroll down past it. I want
    the logo at the very top, before any content. I was wondering if there is any way of doing it with
    an HTML tag (i.e. not PHP or any other scripts) so the header just gets inserted right after the
    opening tag. I'm thinking that possibly it uses the tag, but really I don't have much of
    an idea. Thanks in advance for your suggestions. Peace out /smile.gif' border=....
  10. Xml And Asp
    Displying XML file with ASP (1)
    Hello ! I needed to display xml files rather RSS feed from different sources into an ASP file ..
    Just like Google news. Actually i have the asp script but can anyone give help me make css or xslt
    file for that xml file so that i can display news like google thanks....
  11. Trouble With Links On A List
    i want to display it inline (7)
    I have a menu that i want to display inline, in the same row, something like this: CODE
    ul{float:left;width:100%;padding:0;margin:0;}
    a{float:left;text-decoration:none;color:white;background-color:red; padding:5px 10px;} a:hover
    {background-color:blue} li {display:inline} The only problem is that i want a custom img for
    showing as CODE list-style: url(img/bullet.gif) But seems that display:inline makes my
    bullet go away... could some one point me in the right direction? Thanks in advance.......
  12. Display Tooltip
    (2)
    Hi, I have a flash menu on the left site of the screen which basically are icons only. The movie is
    very narrow (only 50 pixels wide), so there is not enough room to display text also in there. My
    problem is that I want a tooltip to appear when doing a mouseover over one of these icons. I tried
    using layers, but they seem to dissapear under the flashmovie itself, as well as other flash
    elements on the webpage. Since within the flash movie this can't be done, I am looking for a
    solution whereby a tooltip appears over the flashmovie. Help very appreciated. Kind reg....
  13. Play Sound File Without Media Player Showing
    (3)
    Currently I have ICONS (JPGs) on a number of my pages that, when clicked, allow the user to hear a
    specific audio (WMA)file related to the page. The problem is that when the icon is clicked, the
    audio file plays, but it opens (in this case) the Windows Media Player. I am trying to avoid that
    from happening. My workaround is to create a separate, new window (small in size), that opens and
    has the sound file attached to the background of the new window, playing automatically when opened.
    This works... I can also make about 30 of these little windows for each of the 30 s....
  14. Executable Instead Of Html File
    (2)
    I have a HTML file which I use to logon to my account easily It When I open it I get a normal HTML
    page in frond of me where I can push the button to login to my webpage. Is there a possibility to
    open the HTML file and go directly into my page? Now it uses input fields like this which are
    hidden: It would be nice if someone knows how to make a sort of a executeble out of it, so I
    only have an icon on my desktop which I can use to login. This is the file in total which I use
    now: E-Mail en Agenda function hidestatus(){ window.status='Group-O....
  15. File Ristrictions On Xml (.wmz)
    (1)
    What lead me to this trap website is geocities would not let me upload documents I created with word
    that contained formulas. The created web pages used xml. The files they would not except where
    called xml skins and had the extension (.wmz) Anyway this will make my 10th post so hopefully I can
    put more thought into my posts now.....




    1. Looking for word, doc, pdf, formatted, file, display, web, maintain, formatting






*SIMILAR VIDEOS*
Searching Video's for word, doc, pdf, formatted, file, display, web, maintain, formatting

*MORE FROM TRAP17.COM*
advertisement



Word.doc Or Pdf Formatted File To Display In A Web - How to maintain the formatting???