Quote:
Originally Posted by Lynne
No, I mean the style tags must be *in* the head:
HTML Code:
<html>
<head>
<style type="text/css">
.style1 {
text-align: right;
background-image: url('tatwerweb/tatwer_02.jpg');
}
.style2 {
text-align: left;
background-image: url('tatwerweb/tatwer_02.jpg');
}
.style3 {
border-width: 0;
}
.style4 {
border-width: 0px;
}
</style>
</head>
<body>
</body>
</html>
|
after the code developed
the error is 3 now has become a code that errors 9
ido not know why this did not solve the problem