hey!! y'know those scrolly boxes on your webpage, like on your homepage and music page and stuff? I've searched endlessly for how to make those and I CANT FIGURE IT OUT GRRRR how'd you do them? D: or what resources did you use to figure them out?
hello there! i think you're talking about the iframes? (on the music page- where the CD list is). the boxes are separate html pages. i put them on larger pages by establishing a container, and then using the html iframe tag to put that separate html page inside the container.
i dunno what the general consensus is on w3schools as a resource, but it's where i got a lot of my basic html knowledge, so here's their page on iframes: www.w3schools.com/tags/tag_iframe.asp . this page doesn't cover the use of containers, but that's as easy as just making a div and positioning it on the page wherever you want.
hello there! i think you're talking about the iframes? (on the music page- where the CD list is). the boxes are separate html pages. i put them on larger pages by establishing a container, and then using the html iframe tag to put that separate html page inside the container.
i dunno what the general consensus is on w3schools as a resource, but it's where i got a lot of my basic html knowledge, so here's their page on iframes: www.w3schools.com/tags/tag_iframe.asp . this page doesn't cover the use of containers, but that's as easy as just making a div and positioning it on the page wherever you want.