Matt
>Is it possible to apply a stylesheet to just a single div, so that the
>stylesheet only affects that div? Thanks.
>
>Matt
>
>
>
<html>
<head
<title></title>
<style>
<!--
div#onlythis {border: 4px dashed aqua;}
/* with id="blabla" use #blabla */
-->
</style>
</head>
<body>
<div id="onlythis">
</div>
</body>
</html>
Mehmet Ceyran
"Samuli Lintula" <samuli....@utu.fi> schrieb im Newsbeitrag
news:Xns9006736BDsam...@207.46.230.185...