Forum Replies Created

Viewing 15 replies - 16 through 30 (of 64 total)
  • Forum: Themes and Templates
    In reply to: Smaller font..

    It looks like you forgot to close the previous li …/li
    But closing it may send you back to square one.

    Check out this site: http://www.wairoa.com/
    It looks like he has pretty much the same layout your site has….his CSS might be worth looking at.

    It’s not doing it now. Your site looks real good, btw.

    Koad’s approach is different. And TBH, I’ve never been successful positioning everything on a background defined in the body tag. In my layout I originally tried to define the background that way and found I had better luck defining it to the rap div. If Koad decided to do it that way he would have to redo the images and may even need to get rid of the textured background. There’s nothing really slick about my comment page. I just switch the style sheet to display only the content div which is define a little bit wider and positioned over the center of the rap background. To keep the “semantic” spirit I load a common stylesheet that’s used for all pages and swap the necessary styles for the particular page with the relevant stylesheet.
    I still have WordPress displayed as Meta.

    I don’t have a footer? That’s interesting….I don’t know why I added that darn image to my credit class that closed my rounded corner background. 🙂
    And yes, I do have some divs absolutely positioned to its parent div.
    My layout pretty much uses the the original index template….I added some features but the only adjustment I made was to move the credits inside the “rap”.

    I noticed you defined your background in the body tag. I defined mine in the “rap” div. That could be the source of your trouble. I suggest you define the background in the rap div…..or…..move the .credit outside of the “rap” div and define the .credits with the margin: 10px auto; and the width (700px – border adjustment).
    You might have better luck though defining the background in the rap.

    I just noticed that you have the width defined for your .credit tag…I don’t think that’s necessary since it’s contained within the “rap” tag and should automatically stretch the complete width.

    It’s sort of tough to find what’s going on with your footer….what I would do is start from the beginning and define the “rap” tag as position:relative; …then I’d begin to adjust things as needed.

    AFAIK, you can edit the CSS file in DWMX++. If you have DWMX2004 it’s very easy. But it is still necessary to open the CSS file independently since the “@import” command is used to load the file with the index rather than a straight link.

    If you are using the original template you can change the search imput width via “#menu input#s”
    BTW, something I found…that might add to your search input tag:
    onfocus="this.value='';" onblur="if (this.value=='') {this.value='Enter Search Here';}" type="text" value="Enter Search Here"
    This way when someone clicks away from the search box the text reappears.

    Thanks to both of you, Chetan and Wairoanz….I may actually come close to having the site I’ve wanted. 🙂

    Forum: Plugins
    In reply to: RSS Aggregator

    That would be a neat hack for WP…if one doesn’t exist already. Drupal has some of the infrastructure already in place for parts of what you’d like to do. It has a built in aggregator and php cron file…and it lists all the news items with a special link icon to “blog it”…thus filling out most of the form with what you need to start a post–including the quoted excerpt. It would be very cool to see something like this built into WP.

    Your site looks great. I need to figure out how you did your “archive” and “about” pages. Those are two features I still need to add to my dormant site. 🙂

    I think it does….that’s why I like containers. But then CSS confuses me. 🙂

    If you found a stylesheet you want to use, all you have to do is upload it over the current stylesheet….you can do this by changing the name of the new stylesheet to “wp-layout.css” so it will match the current stylesheet name.
    If the new stylesheet also load images, you’ll have to load those images in the directory specified by the new stylesheet.

Viewing 15 replies - 16 through 30 (of 64 total)