I am trying to have a repeating back ground that is horizontal only. I tried using CSS but it does not seem to work. The page that the CSS is on is associated with a database, so that particular page will change with different content depending on the user. Does CSS even work with ASP?
Code used below but doesn't seem to work. (Works with HTML)
<style>
<!--
body { background-repeat: no-repeat }
-->
</style>
<STYLE type="text/css">
<!--
BODY { background-image:url(/Images/BG.jpg);
background-repeat:repeat-x }
-->
</STYLE>
Code used below but doesn't seem to work. (Works with HTML)
<style>
<!--
body { background-repeat: no-repeat }
-->
</style>
<STYLE type="text/css">
<!--
BODY { background-image:url(/Images/BG.jpg);
background-repeat:repeat-x }
-->
</STYLE>