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.
really wanna move my site over to the new look i've been coding for it soon, once i deem it "finished enough", but it's so hard to decide what my standards for that that are LOL (◎﹏◎)
i recently did a mockup redesign of the redesign (a phrase so convoluted it makes me laugh) i came up with for my site last year... really hoping to have the time to work on it soon, bc i'm excited about what i've come up with!!! i think it'll look good and it feels like something i can feasibly accomplish w/ my current coding skills :-)
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.