there is something i am struggling badly with html/css wise. I'm not sure if someone could help me with a simple question on that or not ;v; if anyone can though much appreciated
thank you @dokodemo !! I was trying to figure out how people do the whole like wrapping texts in images and stuff all on one page. My friend said it was iframes ? I'm still trying to figure things out though like how to put more than one iframe on a page where I want them which is like the big part. TLDR I dunno how to put iframes where I want them on a page ;w;
What I thought of is that you could wrap an iframe within a container div and add a class/id to it, so you could customize thru css (and also drop the html container wherever you like in the html page). That might be one approach to it, hopefully
i could help, what's the problem?
thank you @dokodemo !! I was trying to figure out how people do the whole like wrapping texts in images and stuff all on one page. My friend said it was iframes ? I'm still trying to figure things out though like how to put more than one iframe on a page where I want them which is like the big part. TLDR I dunno how to put iframes where I want them on a page ;w;
What I thought of is that you could wrap an iframe within a container div and add a class/id to it, so you could customize thru css (and also drop the html container wherever you like in the html page). That might be one approach to it, hopefully
@culturalwasteland thanks! I'll mess around with that :D