Yea, that was so August, I've changed that 5 times since then. But, I had lightbox/slimbox css hardcoded for years now that you mention it. However, now, my slimbox css is is now in stylesheets/product_info.css under my template.
I'm utilizing this line of code in main_page which only calls it for product_info.php
PHP Code:
<?php if (bts_select('stylesheets', $PHP_SELF)) { // if a specific stylesheet exists for this page it will be loaded ?>
<link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheets', $PHP_SELF)); // BTSv1.5 ?>">
<?php } ?>
It's one of the 20 things I'm working on that are in various stages of incompletion. While I am feeling very cynical right now I am making progress.
But, when using Dreamweaver calling the css that way was the best way I found to edit/display css. While DW has some nice features and strong points it never lived up to what I wanted it to do no matter what I did. Even getting it to display the site live is a let down. So, I've started using Phped so I can have a new and completely different set of frustrations and learning curves. I downloaded Netbeans IDE by Sun too but haven't tried it.
Anyone else using an IDE oriented for php?
The three of us can keep this thread going.
Bookmarks