Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » css
Showing page 1 of 3 (23 total posts)
  • Re: Archives for a specific section only?

    You can create a different template for only the news section -- and that template would be the only one that contained archives, but the archive list (by months) would include every article/page on your site not just the news section. So, no -- this is not possible. A possible kludgy workaround would be to manually set your non-news article ...
    Posted to Vine Type (Forum) by carlcamera on September 18, 2008
  • Re: comment count tip

    DougJoseph:I know I'll probably never know your product as well as its creator, but eventually I hope to start remembering that plain old CSS, when combined with certain vars in the VineType templates, can be used to hide stuff and show stuff. I'll be implementing this soon. Thanks! Thanks for bringing this up.  I'm glad I ...
    Posted to Vine Type (Forum) by carlcamera on January 4, 2008
  • Re: Cool stuff about how to remotely interact with Google services

    Yes, I have the church site set up to change theme "on its own" as pre-programmed. (Since it is not a VineType powered site, I used the VB functions now() and datepart() to drive the automated switches.) Of course, giving credit where due, it was VineType's use of the CSS/template method from which I learned what I used to automate ...
    Posted to Vine Type (Forum) by DougJoseph on December 27, 2007
  • Re: Cool stuff about how to remotely interact with Google services

    Speaking of our church's web site... I decided to create a variety of themes, all based on the essential core of the design, by making variations in graphics and color tables. This allows me to have our site "remake" itself according to seasonal and holiday themes. For example, the last time you saw it, it was showing a Christmas ...
    Posted to Vine Type (Forum) by DougJoseph on December 26, 2007
  • Re: Help! My template shows <ul>'s and <ol>'s wrong, for some reason.

    Carl I viewed the "rendered" source fed to the browser, and (when comparing the markdown lists versus the html lists) the one difference is the <p> tag. My markdown lists are getting rendered with a <p> tag. My html lists are not. Here is the pertinent portion of the rendered ...
    Posted to Vine Type (Forum) by DougJoseph on December 20, 2007
  • Re: CSS Primer

    carlcamera:what if you set the wrapper to 90% and the google ad div to 500px?  Sure the ad won't stretch, but the articles would.  and the ad width would sort of act like a min-width I would think. Thanks for all your help! I'm very pleased with my present set up. Big leaderboard ad across the top, and the 500px search results ...
    Posted to Vine Type (Forum) by DougJoseph on December 14, 2007
  • Re: CSS Primer

    what if you set the wrapper to 90% and the google ad div to 500px?  Sure the ad won't stretch, but the articles would.  and the ad width would sort of act like a min-width I would think.
    Posted to Vine Type (Forum) by carlcamera on December 12, 2007
  • Re: CSS Primer

    Excellent! Thanks! I'm digging into CSS. Why? I'm considering the possibility of moving the left nav to the top -- making it horizontal instead of vertical. (This would be like how you have it on the VineType site, or something similar.) The reason I'm thinking about it is that I find myself wishing the page was wider. ...
    Posted to Vine Type (Forum) by DougJoseph on December 7, 2007
  • Re: CSS Primer

    only one element on a page can have a specific id attribute  div#blah targets the div element with the id="blah" attribute #blah targets the one element with the id="blah" attribute any number of elements on a page can specify the same class attribute  div.flibberty targets the div element(s) that contain the ...
    Posted to Vine Type (Forum) by carlcamera on December 7, 2007
  • CSS quick Q: What's difference between div.commentdiv and #commentdiv?

    Hey Carl I'm a newbie at CSS. Quick Q: What's the difference between placing : div.commentdiv { } ... and placing : #commentdiv { } Can the latter affect divs plus other stuff, while the former only affects divs? Or can the latter not affect divs but can affect something else? (And if so, what?) Sorry I know so little on ...
    Posted to Vine Type (Forum) by DougJoseph on December 7, 2007
1 2 3 Next >