Oops. I didn't said this.
This box is 500 pixels wide by 200 pixels high. If you hover over this box, you should see a crosshair.
oops
Originally posted by turbo_drift:how u do the blink de?
It's just a simple line of inline CSS code. Just click on "Visual" on the top-right hand corner of a reply box and add in the code will do. For the blink, it's text-decoration: blink. Like <span style="text-decoration: blink;">This text here shall blink.</span> will appear as This text here shall blink.
Some useful references here:
http://www.htmldog.com/guides/cssbeginner/applyingcss/
http://www.htmldog.com/reference/cssproperties/
Originally posted by LatecomerX:It's just a simple line of inline CSS code. Just click on "Visual" on the top-right hand corner of a reply box and add in the code will do. For the blink, it's text-decoration: blink. Like <span style="text-decoration: blink;">This text here shall blink.</span> will appear as This text here shall blink.
Some useful references here:
http://www.htmldog.com/guides/cssbeginner/applyingcss/
http://www.htmldog.com/reference/cssproperties/
thanks...