yottabite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links not being displayed correctlyBAH, nevermind. For some reason I thought it was ok to use a href: instead of a href=. Boy do I feel stupid…
Forum: Fixing WordPress
In reply to: Links not being displayed correctlyBAH, nevermind. For some reason I thought it was ok to use a href: instead of a href=. Boy do I feel stupid…
Forum: Themes and Templates
In reply to: Netscape 4 CompatibilitySorry dawg – I need a permanent fix. Basically I need to hide the stylesheet only from Netscape 4 users. The only problem that I see is the specific syntax WP use when including it. Typically an @import statement will work, but doesn’t seem to in this case.
Forum: Themes and Templates
In reply to: Netscape 4 Compatibilitystill no go – can’t seem to find explicitreferences to stylesheet in anything but the header.php within the theme.
Am I even in the right place?Forum: Themes and Templates
In reply to: God! I hate IE!You may have missed it, but there are many other allignment issues on the page. This is typically a problem with margin settings, last i checked.
Forum: Themes and Templates
In reply to: Netscape 4 Compatibilitybahahhaha, it occurs to me i don’t even know where the stylesheet is called, lemme try and find out with a quick RTFM.
Forum: Themes and Templates
In reply to: Netscape 4 Compatibilitythat’s what i figured, but do you mind letting me know specifically on which line? ( i appreciate this)
i’ve got :
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
on line 20
Forum: Themes and Templates
In reply to: How to shrink the big blue blob (kubrick theme)?the best bet is to change the index.php within the default theme folder, i believe that’s what Gillie2Tat was saying – you may have misunderstood them.
Try it out and let me know.
You may also want to checkout the WordPress guide to theme creation, which explains all of this and a bag of chips in great detail.