Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I want to make a webapp with Bulma.
I could do Divs, but that would be a lot of code for one file...
I want to split it, one html for the menu, other for the footer, and lots of others for the section.
Even my tutorials can't be placed by code, I would get a 1mb file in no time. -
@Brosyl Also, just trying here... googling and trying everything I find.
I know I've already done it before... -
@beegC0de
Er.... explain??
Gonna go with iframes for now, but can't remove the scrolling bar and must use a fixed weight...
2nd Question, can I place a percentage weight to the section, so it would fill the space and push the footer to the bottom? -
Well, I did it , with scrolling="no"
But that will be deprecated soon...
<iframe src="aboutme.html" style="" seamless allowfullscreen frameborder="0" scrolling="no"></iframe>
iframe[seamless]
{
width:96%;
height:640px;
border:none;
overflow:hidden;
} -
@Brosyl yah... Been happening a lot to me.
Even when I installed Apache in my android phone, I had a bad time removing it because... The browser was loading from cache.
Related Rants

What only relying on JavaScript for HTML form input validation looks like
Yeah no
Hey, have you ever wanted to punch a developer 8611 times before?
Embed a html into another.
Hey guys
Having a problem here.
I want to embed html files into a main file, so they are called when a button is pressed.
what is the best way?
tried iframe but got a box with borders that I can't resize.
tried js document.write but does nothing.
any other, maby easy way?
question
embed
html