Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by reboulder

  1. reboulder

    CSS font properties for simple javascript "date"?

    Hi again, dilettante - Thanks SO much for all your input. I GOT it!!! I defined &quot;dateclass&quot; in my style sheet as you suggested (&quot;.dateclass {text-align:center; ...etc.}&quot;), then added &quot;<span class=dateclass>&quot; immediately before the date JavaScript and...
  2. reboulder

    CSS font properties for simple javascript &quot;date&quot;?

    Hi again - Have to confess I'm not &quot;gettin' it.&quot; I'm basically a cut-'n-paste webmaster, surely not a programmer. Dilettante, I tried adding your line of CSS code to the &quot;date&quot; javascript and did, at least partially, define &quot;.dateclass&quot; in my style sheet but, as...
  3. reboulder

    CSS font properties for simple javascript &quot;date&quot;?

    Thanks, Dilettante. I'll give it a try!
  4. reboulder

    CSS font properties for simple javascript &quot;date&quot;?

    Hi, gerrygerry - Here's the Javascript code I'm using (I'm entering it here by hand, so beware of typos!): <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Hide from older browsers <!-- Begin var months=new Array(13); months[1]=&quot;January&quot;; months[2]=&quot;February&quot...
  5. reboulder

    CSS font properties for simple javascript &quot;date&quot;?

    Hi - I'm in the process of adding CSS to my &quot;home-grown&quot; web site. One of my main goals is to keep font size consistent, regardless of browser font size setting. I've just about got my initial style sheet ready, except for 1 thing: I use a simple javascript to display the date at the...

Part and Inventory Search

Back
Top