KTML for Dreamweaver Forum :: CSS not showing KTML 4.1.6

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Paul Rogers
06-23-2007 03:55:37 GMT +2

Hi,

Can any one tell me how I can get my css to display in KTML 4.1.6 asp page. I have attached the style sheet used the correct directory and Im still unable to get the CSS to display all I get is No CSS Style. path is ../includes/ktm/styles/KT_styles.css

code------------->

<head>
<meta http-equiv="Content-Type" c />
<title>Untitled Document</title>
<link href="../includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
<script src="../includes/common/js/base.js" type="text/javascript"></script>
<script src="../includes/common/js/utility.js" type="text/javascript"></script>
<script src="../includes/skins/style.js" type="text/javascript"></script>
<% Response.Write tNGs.displayValidationRules()%>
<script src="../includes/nxt/scripts/form.js" type="text/javascript"></script>
<script src="../includes/nxt/scripts/form.js.asp" type="text/javascript"></script>
<script type="text/javascript">
$NXT_FORM_SETTINGS = {
  duplicate_buttons: true,
  show_as_grid: true,
  merge_down_value: true
}
</script>
<script src="../includes/ktm/core/ktml.js" type="text/javascript"></script>
<script src="../includes/resources/ktml.js" type="text/javascript"></script>
<link href="../includes/ktm/core/styles/ktml.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">
 ktml_init_object = {
  "debugger_params": false,
  "path": "../includes/ktm/",
  "server": "asp"
 };
</script>
<script type="text/javascript">
 page_content_c />   "width": 450,
  "height": 350,
  "show_toolbar": "load",
  "show_pi": true,
  "background_color": "#FFFFFF",
  "strip_server_location": false,
  "auto_focus": true,
  "module_props": { },
  "buttons": [
   [1, "standard", ["cut", "copy", "paste", "undo", "redo", "find_replace", "toggle_visible", "spellcheck", "toggle_editmode", "toggle_fullscreen", "help"]],
   [1, "formatting", ["bold", "italic", "underline", "align_left", "align_center", "align_right", "align_justify", "numbered_list", "bulleted_list", "outdent", "indent", "clean_menu", "foreground_color", "background_color", "superscript", "subscript"]],
   [2, "styles", ["heading_list", "style_list", "fonttype_list", "fontsize_list"]],
   [2, "insert", ["insert_link", "insert_anchor", "insert_table", "insert_image", "insert_file", "insert_template", "horizontal_rule", "insert_character"]],
   [3, "form", ["insert_form", "insert_textfield", "insert_hiddenfield", "insert_textarea", "insert_checkbox", "insert_radiobutton", "insert_listmenu", "insert_filefield", "insert_button", "insert_label", "insert_fieldset"]]
  ]
 };
 <%
  Dim ktml_page_content: Set ktml_page_c ktml4
  ktml_page_content.Init "page_content"
  ktml_page_content.setModuleProperty "filebrowser", "AllowedModule", "true", false
  ktml_page_content.setModuleProperty "filebrowser", "MaxFileSize", "1024", true
  ktml_page_content.setModuleProperty "filebrowser", "RejectedFolders", "", false
  ktml_page_content.setModuleProperty "file", "UploadFolder", "../uploads/files/", false
  ktml_page_content.setModuleProperty "file", "UploadFolderUrl", "../uploads/files/", true
  ktml_page_content.setModuleProperty "file", "AllowedFileTypes", "doc, pdf, csv, xls

View full message
Back | Reply | Quote | Top
Adobe acquired InterAKT
InterAKT has been acquired by Adobe.
Learn more
 
KTML for Dreamweaver 4.1.6
© Adobe Systems Romania. All rights reserved.