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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. slanza

    External CSS

    Sorry. I feel so stupid. It turns out it was the Web Server settings. I tried the page in Netscape and I received errors having to do with reading the newstyle.css file. I then checked the PWS folder properties and realized that the "read" option was not checked. I was not aware that...
  2. slanza

    External CSS

    Thanks for the suggestions. I do use Studio to write the CF code, but I have been using Dreamweaver to apply styles. I took out all styles and links and then opened the file in Studio and dragged the style.css to the document. It added the same link as before (My style.css file is in the same...
  3. slanza

    External CSS

    By the way, I did check the source code in the browser for the .cfm file and the link to the style sheet is there.
  4. slanza

    External CSS

    Here is my code. Sorry for the long post, I just don't want to miss anyhthing. <CFQUERY DATASOURCE=&quot;WTP&quot; NAME=&quot;MathCategories&quot;> SELECT Category FROM MathCategories ORDER BY Category </CFQUERY> <cfif IsDefined (&quot;URL.Category&quot;)> <CFQUERY...
  5. slanza

    External CSS

    Thanks, I tried everything you have suggested. I did try the stylesheet with and without &quot;. <link rel=&quot;stylesheet&quot; href=&quot;newstyle.css&quot; type=&quot;text/css&quot;> This is my stylesheet: .twelve { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px...
  6. slanza

    External CSS

    Hi, Can someone help with the following? I am trying to link to an external style sheet, but my styles are not taking affect in my browser. If I add the styles directly to the page it works, but when I remove the local styles and add the external link it does not. I have used css before with...
  7. slanza

    Image Previewer

    Hi, Does someone know of a good JavaScript Image Previewer that works across various browsers (i.e. some tend to resize all images according to the first image size in Netscape)? I am looking for one that has a list of text links to click on to change the image. Although, I suppose if there is...

Part and Inventory Search

Back
Top