Mobster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeOk, Now every theme is use has the link to css at the top?
Should I just re-install the tables for WP?
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeOk. I have used notepad2 to try and find a link that doesn’t exist in Dreamweaver and found nothing.
There has to be a reason why my style sheet on the template I am using is pointing to another directory other than the template directory I’m using. Also, a reason why the css link is appearing on line 1 when viewing the source code from my server?
signed stumped~
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeIs there an editor you would recommend that would be better suited for this code?
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeLet me ask this question.
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style>‘stylesheet_url’ Were is this defined in WordPress.
Is it in the database?
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeOk I understand what your saying yet, Even when I search through my files in WordPress theme editor, The css link is no where to be found.
Is there an editor you would recommend that would be better suited for this code?
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeDreamweaver is all I have ever used to edit web so, It’s unfortunatly what I used to start editing my first WordPress theme.
Regardless, code is code right? Whether I edit it in Dreamweaver or WordPress.
I think somehow the style sheet location is in my database?
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeThis link
<link href=”wp-content/themes/default/style.css” rel=”stylesheet” type=”text/css”>
is nowhere in any of my files. I have searched high and low.
this is the code in my header:
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style>When I remove the css from the index page and remove this link from the header I have no css at all. Even when I physically link the css to the index page using dreamweaver it wont work. I’m getting really confused.
For now I have embedded the css in the index page to get it to work
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeI think I know the problem, I used Dreamweaver to edit the template. Is it possible that because I didn’t use the theme editor, It didn’t change the css link in the header?
Thanks for the replies
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeYes, I clear the cache every time I edit ANY theme or web page. This is A problem because when validating the page is shows an immediate error because the first line is a link to css not the “DOCUMENT TYPE”
wow NICE SITE.
I am thinking about using WordPress for a Real Estate company.