0
need a good HTML code for a Fixed background image, no repeat.
ive been searching for a background image html code, all the ones i have tried do not work. Please no css or java script. Just HTML
6 Antworten
+ 13
<body style="background-image:url(' https://i.ytimg.com/vi/lklDJ5VRQao/maxresdefault.jpg'); background-attachment: fixed; background-repeat: no-repeat;"></body>
Sorry, without CSS, all attributes are now deprecated, paste my snippet in your HTML or change the wallpaper inside the url() with your background image. ^^
+ 4
styling for any general purposes is only possible by using CSS
+ 3
you can't set background without css. lol
0
Thanks!
0
Thank youu!
0
Thanks Maz.