Forums

This topic is locked

ASP, CSS???

Posted 31 Aug 2001 11:18:56
1
has voted
31 Aug 2001 11:18:56 Magnus Magnus posted:
Hey!

I have notice that i get really good answer to my questions here, so i go for another one.
Is ther a extension i can use to have it show on the screen last time a user visited a site? I also wonder how i do to change color and etc on a textfield? I am what yopu call a newbegginer...<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

/magnus

Replies

Replied 31 Aug 2001 15:24:53
31 Aug 2001 15:24:53 Joel Martinez replied:
well, you can go about the remember issue one of two ways...
1. you can use cookies (the UltraSuite has some "Ultradecookies" behaviors).
by setting the cookie expire time to never,
you can just store the date when it was
created in the cookie.
2. When the user logs in to your site (using database validation), you can use that procedure to update his record with the current date, thus being able to display it every time.

and as for the changin color textboxes, you sure can use CSS, either make a css class and apply it to the individual boxes,
or redefine the "input" tag in the css editor to effect all textboxes.

hope that helps,

Joel Martinez [ ]
----------
set rs = conn.execute("SELECT answer FROM brain WHERE question = "& forumPost &"
'2nd place is just 1st Loser
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
Replied 14 Dec 2002 06:42:26
14 Dec 2002 06:42:26 LiToZ LiToZ replied:
i was interested in that topic and tried using that input tag for the CSS styling according to the line <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>and as for the changin color textboxes, you sure can use CSS, either make a css class and apply it to the individual boxes,
or redefine the "input" tag in the css editor to effect all textboxes.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

BUT.... many of my forms have more than text boxes... and i dont know the tag for using for the drop down menus for example.. so could anyone help me out with that ? <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Reply to this topic