CSSbeginner123
04-18-2003, 07:18 PM
HELP! i cant find the place where you write the text in the CSS code.....
|
View Full Version : Css!!! Text CSSbeginner123 04-18-2003, 07:18 PM HELP! i cant find the place where you write the text in the CSS code..... zangerbanger 04-18-2003, 07:46 PM I'm not sure what you mean.... <style type="text/css"> <!-- YOUR CODES GO HERE --> </style> CSSbeginner123 04-19-2003, 03:01 AM actually, i mean like..textareas and stuff...like updates on your iste...i just dont know where to find it! zangerbanger 04-19-2003, 03:05 AM To make a textarea, you go like this: <div style="position:absolute; top:#; left:#; z-index:#; overflow:auto;"> Stuff inside textarea Be sure to replace the #'s with your own info </div> |