Jump to content

Formating Coprehension Fail [SOLVED]


SpeedCrazy

Recommended Posts

Hi Guys.

I am cleaning up a page for a friend(his whole site actually) and i am wondering if what this is as when i check the page in firefox etc. it does not seem to take effect leaving the page mainly unformatted(save the ridiculous numbers of tables he has used inside each other). I assume it refers to server files and therefore cant be accessed by me.

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/sites/default/files/logo.png" type="image/x-icon" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/book/book.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system-menus.css?K" />

<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/forum/forum.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/files/color/pixture-b6b35b4d/style.css?K" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/pixture/local.css?K" />
<script type="text/javascript" src="/misc/jquery.js?K"></script>
<script type="text/javascript" src="/misc/drupal.js?K"></script>
<script type="text/javascript" src="/sites/all/modules/swftools/shared/swfobject2/swfobject.js?K"></script>
<script type="text/javascript">

Is it? If not what is it and why wont it work?

Edited by SpeedCrazy

Share this post


Link to post
Share on other sites

I dont think so, but i will try. See it works on the server but not when i copy the source fix it and test in my browser, thats why im wondering if it refers to server files that cannot be accessed as their paths are localhost.

Share this post


Link to post
Share on other sites

I think it must be server files. Because when i use the view soure option(web developers add-on firefox) and click on one of those links it takes me to a file simmilar to this:

/* $Id: book.css,v 1.6 2007/11/26 16:19:37 dries Exp $ */

.book-navigation .menu {
 border-top: 1px solid #888;
 padding: 1em 0 0 3em;
}
.book-navigation .page-links {
 border-top: 1px solid #888;
 border-bottom: 1px solid #888;
 text-align: center;
 padding: 0.5em;
}
.book-navigation .page-previous {
 text-align: left;
 width: 42%;
 display: block;
 float: left; /* LTR */
}
.book-navigation .page-up {
 margin: 0 5%;
 width: 4%;
 display: block;
 float: left; /* LTR */
}
.book-navigation .page-next {
 text-align: right;
 width: 42%;
 display: block;
 float: right;
}
#book-outline {
 min-width: 56em;
}
.book-outline-form .form-item {
 margin-top: 0;
 margin-bottom: 0;
}
#edit-book-bid-wrapper .description {
 clear: both;
}
#book-admin-edit select {
 margin-right: 24px;
}
#book-admin-edit select.progress-disabled {
 margin-right: 0;
}
#book-admin-edit tr.ahah-new-content {
 background-color: #ffd;
}
#book-admin-edit .form-item {
 float: left;
}

Only the others are even longer. I think the reason i cant get the page to function properly is because those files are not available at the path given. Am i correct? If so is there any way around this?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...