HTML Question Need Help ...?

Sandeep N

New member
I did a Good Looking Containers(Box) just like Orkut one (default) with little more effects and its way better than that ....

i didnt use the Classical CSS and table i used a complex javascript method and conditional magnitudes defined by the current size of the scrren so it alters by itself ... any how....
My code is some thing like ....

<script language = "Javascript"> draw_up() </script>
<div>
<!-- The Contents -->
</div>
<script language = "Javascript"> draw_down() </script>

now the problem is i have to use the above statements again and again to get that box ,
does HTML support Macro substitution Like C ????

so i can use like

#define UP <script language = "Javascript"> draw_up() </script>
#define Down <script language = "Javascript"> draw_down() </script>

and use it

afcourse HTML is not C , But Just to make my point clear i am putting it this way ..........
 
Back
Top