triple7
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change the blog adress.I’m not sure what you are asking. If you want your current index.php page to be blogs.php, renaming index.php to blogs.php should work.
If not, please explain.Forum: Themes and Templates
In reply to: How to get blog to appear on database driven site?I think you have to have a .php extension so the webserver will execute the php commands, i could be wrong though.
Forum: Everything else WordPress
In reply to: Couldn’t help but share…the entire site look great! good job!
Forum: Your WordPress
In reply to: Project PharmaIt would be cool if you changed you link color to that green you have in the header… it wouldn’t be “just Another Kubric”!
Forum: Fixing WordPress
In reply to: Can I move my blog directory up one, easily?I use PHP includes. It works fine for me.
<?php include ('/root/to/your/wp/directory/') ?>Forum: Your WordPress
In reply to: Just another online journalmore than one scrollbar on a page = eww.
Forum: Everything else WordPress
In reply to: web hosting – which one?I use comforthost.net. Very nice owner and staff. Wonderful service.
Forum: Your WordPress
In reply to: new style for my blog – feedback?Safari is based off of Konqueror i believe.
Forum: Fixing WordPress
In reply to: Centring images within poststry
img {
margin: auto;
}
Forum: Everything else WordPress
In reply to: What is WP? Chopped liver!?!?!?Aug 22, 2003… b2 should have been in there atleast….
Forum: Your WordPress
In reply to: 3-column neat WP template*claps* as long as it validates it is good.
Forum: Fixing WordPress
In reply to: Scrollbars and CSSThen why would you want to use colored scrollbars if your major browser doesn’t support them?
Forum: Fixing WordPress
In reply to: Scrollbars and CSSYou dont understand, the W3C is the World Wide Web Consortium, they created standards for all web browsers to go by. Sadly, IE breaks the rules of the standards. (you should switch browsers now, IE is dangerous… go to browsehappy.com to learn more and find what browser is good for you). Colored scrollbars are not supported because they are part of the browser not the webpage, and shouldn’t be controlled by CSS.
Forum: Fixing WordPress
In reply to: Multiple blogs in one page? HELP!Frames isn’t the only way. You could use PHP Includes (WP is PHP so if you can use WP you can use includes). Make a div and put this code in it…
<?php include ('path/to/your/wp/install/index.php') ?>
Forum: Fixing WordPress
In reply to: Scrollbars and CSSDo you mean collored scroolbars? They are not recognized by the W3C and arent not valid CSS . You shouldn’t use them.