If I wanted to add a tiled background image to an html document, what code would I use?
Everywhere I looked on google they used { and } instead of < and > so I'm not sure if {asdasdasd} is the content of what's inside the < and > or if that's actually used?
So I have the base:
<html>
<head>
<title></title>
<embed src="asd.mp3">
<noembed>
<bgsound src="asd.mp3">
</noembed>
</head>
<body background: white url(asd.jpg) repeat>
</body>
</html>
What would the issue in the code be, and what is the correct code to use?
For the record, the music is working no problem, and the file names are asd.mp3 and asd.jpg, and everything is in the same folder. There's no issue with not finding the image, the issue is with not showing the image.
Thanks!
Everywhere I looked on google they used { and } instead of < and > so I'm not sure if {asdasdasd} is the content of what's inside the < and > or if that's actually used?
So I have the base:
<html>
<head>
<title></title>
<embed src="asd.mp3">
<noembed>
<bgsound src="asd.mp3">
</noembed>
</head>
<body background: white url(asd.jpg) repeat>
</body>
</html>
What would the issue in the code be, and what is the correct code to use?
For the record, the music is working no problem, and the file names are asd.mp3 and asd.jpg, and everything is in the same folder. There's no issue with not finding the image, the issue is with not showing the image.
Thanks!