Apr
08th
2008
CSS Naked day. Tommorow!
posted in: Web Design by: Paul Anthony
Some of you may or may not know that tommorow is CSS Naked day. Strip off. Pose. Enjoy. I’ve included some ASP code for your header file, which will easily determine whether you should be in the nude or not. Webdistortion will be naked tommorow.
<%Dim dtmNow dtmNow = CStr(FormatDateTime(Now,2)) If dtmNow ="09/04/2008" Then %><% Else%> <link href="css.css" type="text/css" /> <% End If %>
