most challenging html/css design - any ideas?
Hi All,
I hope someone would know how to help me with this one.
I have been asked to create this page in HTML/CSS. ( mockup ) .
Ive never came across something so hard i just dont know how to start.
any ideas?
many thanks,
CSS font problem when integrated with javascript
I am making a webpage that displays HINDI (unicode) text.
I don't want to use the default font and so I am trying to use my font. However my font is not getting used. Is there a problem when we use document.write from JavaScript to use a font?
My html is as pasted below:
<head> <style type="text/css" media="screen, print"> @font-face { font-family: Delicious1; src: url('http://www.savemylanguage.org/webservices/K010.ttf'); format("truetype"); } @font-face { font-family: Delicious1; font-weight: bold;
