Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shnazz

  1. shnazz

    two reminders in one task object

    Hi, I am creating a custom form in outlook using the taskitem object, partly because it uses the reminder property. My issue is that I cannot seem to understand how to create two reminders in one task object without creating two separate task objects. I would ideally like to view the two...
  2. shnazz

    how to upgrade on windows platform

    I forgot to mention a couple of things. I want to keep all the customizations in my apache configuration. Also, I have no problem using the command line if it makes things easier. Thats about it, and PLEASE HELP.
  3. shnazz

    how to upgrade on windows platform

    Hi, I have a pretty simple question, but cannot seem to find any solid answers on a google search for it nor on the apache website. I have Apache/2.0.49 for windows and wanted to upgrade it to Apache/2.0.52. I noticed there are patch files on the apache site as well as the source code and...
  4. shnazz

    retaining text format, specifically whitespace's

    adding the <pre> tag did the job. :-) Thanks eric and chacal.
  5. shnazz

    retaining text format, specifically whitespace's

    I have a couple of textbox's. When I store them " What I meant to say is that when I store the text inputed into the textboxes... just wanted to clear any confusion :-)
  6. shnazz

    retaining text format, specifically whitespace's

    Hi, I have a couple of textbox's. When I store them into my mysql database they retain the text formatting. When I display them in a table on my site they lose the formatting. I used nl2br() to retain the line spacing. Problem: The spacing in between words is limited to one, and the...
  7. shnazz

    innerHTML font size

    got it to work. For some reason it does not work when I use your suggestions. I even went in to the real code and nested a div tag inside "main" with the formatting I wanted and that did not work. I had to go down to the youngest parent of the actual text and add my formatting to it in my...
  8. shnazz

    innerHTML font size

    Hi, Yesterday I got some great help from a few members here, that included using the innerHTML property. When innerHTML is used for displaying content on a new page it seems to revert back to the default browsers font-size size and family regardless of style. All other styles seem to...
  9. shnazz

    printing content within a &lt;div&gt; tag

    thank you everyone. My code is working great, and in the process I learned alot. - shnazzz
  10. shnazz

    printing content within a &lt;div&gt; tag

    CLflava, your code worked except that it did not retain my styles from my stylesheet. Is there any way to include the styles? the css method would retain the styles, but after reading the article, I realized it would be more tedious for me as I have several div id's, and I wish to keep it that...
  11. shnazz

    printing content within a &lt;div&gt; tag

    thnx Lookingforinfo and grtfercho. I just hope this solution does not display the "main" content in the same exact position it would have been had things like the nav bar been displayed.
  12. shnazz

    printing content within a &lt;div&gt; tag

    Hi, All the pages in my site are broken up by several div's with id's. My site is NOT framed. I want to create a "print" button on all the pages that will only print the main content of a page, not things like the navigation bar or footer. All the main content per page is in a div tag...
  13. shnazz

    opening word docs with php

    Thank you for clearing that up. I temporarily put the file on the server just to play with it and it opens. Is there any way to display the document in the word web viewer? I am looking at the Word COM and am having difficulty finding a reference to it. Is there an easier way to view...
  14. shnazz

    opening word docs with php

    Hi, I seem to have trouble trying to get this to work. Here is my code: <?php $word = new COM("word.application") or die("Unable to instantiate Word"); echo "Loaded Word, version {$word->Version}\n"; $word->Visible = 1; $template_file = "C:\Documents and Settings\user\Desktop\test.doc"...

Part and Inventory Search

Back
Top