Forum Replies Created

  • In reply to: Top bar icons and date positioning

    #20543

    Hey Josh,

    Still does not work. Ill mark the other thread as resolved!

    What else can I do? It wont go beside properly…. 🙁 The date and icons dont line up 🙁

    In reply to: Footer problem where copyright is

    #20434

    Hey Josh,

    Thanks for the instructions. As you can see (http://charlesruocco.com) I have the hook in place, and have moved my social icons and date, however it doesnt line up. Im not really good with CSS, can you give me some direction on how to edit it so its properly aligned? I would like the date in the center and the icons beside the RSS feed of course..

    thanks!

    In reply to: Footer problem where copyright is

    #20432

    Josh thanks it worked.

    Also, how do I add the date at the top of my site, like juicytravels.com did (Centered properly in between the other icons). The html code is as follows (that I grabbed from the net)

    <span style="font-family: Helvetica, Arial;" > <script type="text/javascript"> var d=new Date(); var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday", "Friday","Saturday"); var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug", "Sep","Oct","Nov","Dec");
    document.write(weekday[d.getDay()] + " ");
    document.write(monthname[d.getMonth()] + " ");
    document.write(d.getDate() + ". ");
    document.write(d.getFullYear()); </script>

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)