![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
All screwed up
I have been recreating sites with a new template made up of div's replacing
some of the tables... I created a template, saved the template in the various files for the different urls...and it is all gone to hell. http://www.unitexpaving.com/employment.html is one of the pages... in IE 7, it looks ok (still am working on the text wrap problem), but if you go to FF 3...its way out. I think one of my problems is my css is pointing to a file on my desktop, so I need to find where to put that...anyone see anything else causing such a wacked out view? Thanks gary |
|
|||
|
Re: All screwed up
> I think one of my problems is my css is pointing to a file on my desktop,
> so > I need to find where to put that...anyone see anything else causing such a > wacked out view? That's the culprit. At least, that's something you need to fix first. -Darrel |
|
|||
|
Re: All screwed up
Ok...stupid question...where do I put it?
Thanks for your help. gary "darrel" <notreal@notreal.com> wrote in message news:g7cr0k$93g$1@forums.macromedia.com... >> I think one of my problems is my css is pointing to a file on my desktop, >> so >> I need to find where to put that...anyone see anything else causing such >> a >> wacked out view? > > That's the culprit. At least, that's something you need to fix first. > > -Darrel |
|
|||
|
Re: All screwed up
Thanks... I do understand that, but should I just plunk the css file into
the folder for the site? Gary "darrel" <notreal@notreal.com> wrote in message news:g7crip$9pn$1@forums.macromedia.com... >> Ok...stupid question...where do I put it? > > You need to upload the CSS file to your server and link to it properly. > > _Darrel |
|
|||
|
Re: All screwed up
Sorry if im being stupid, but I have put the Head.css in the root directory,
have uploaded the file to the server, but still not happening. here is the code <link rel="stylesheet" href="Head.css" type="text/css" What am I missing?? Thanks for all your help. Gary "bregent" <webforumsuser@macromedia.com> wrote in message news:g7csi4$asa$1@forums.macromedia.com... > >Thanks... I do understand that, but should I just plunk the css file into > >the > folder for the site? > > Of course, it must reside there or within a subdirectory. How else could > the > web page reference it? > > |
|
|||
|
Re: All screwed up
> <link rel="stylesheet" href="Head.css" type="text/css"
No, that's not the code. This is what you have: <link rel="stylesheet" href="Templates/Head.css" type="text/css" <script type="text/javascript" src="Templates/p7pm/p7popmenu.js"></script> Note the 'templates' directory and the fact that the link tag was left open without a closing bracket > -Darrel |
|
|||
|
Re: All screwed up
Sorry still, but I had changed the code, then went back and rechanged it
after your post to read this <link rel="stylesheet" href="Templates/Head.css" type="text/css" /> <script type="text/javascript" src="Templates/p7pm/p7popmenu.js"></script> <style type="text/css" media="screen"> <!-- @import url("p7pm/p7pmv2.css"); and closing the bracket...but no luck... Again thank you for all of your imput, but what am I missing?? Thanks gary "darrel" <notreal@notreal.com> wrote in message news:g7csrt$b5h$1@forums.macromedia.com... >> <link rel="stylesheet" href="Head.css" type="text/css" > > No, that's not the code. This is what you have: > > <link rel="stylesheet" href="Templates/Head.css" type="text/css" > <script type="text/javascript" src="Templates/p7pm/p7popmenu.js"></script> > > > Note the 'templates' directory and the fact that the link tag was left > open without a closing bracket > > > -Darrel |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|