1
I am programming an HTML/CSS site, but the client needs to update a spreadsheet that is on the cover of the site.
I managed to insert a spreadsheet created in Google Drive, through an iframe, but it gets white bars on the side and also with the title, I would like it to appear only content.
Is there any other way to do this without using CMS?
Did you use the spreadsheet posting feature on Google Drive? These white bars are what exactly? For me there are white bars, but it’s just the scroll bars.
– Michael Siegwarth
Yes, I used this feature, and in iframe I disabled the scrollbars, there are those white bars that I can not remove, as well as the title of the sheet.
– JefSilva
In this case an option can be at the time of publication you choose a range of cells to show. It is there on the same publication screen. This way, instead of showing the title, it will only show the selected cells.
– Michael Siegwarth
I set a range in the iframe itself, but still the edges appear. And I searched the post and have no choice of cells.
– JefSilva
To remove the slider try to put in css overflow: Hidden; and in <iframe scrolling="no" Seamless="Seamless">
– Kallef
Look at the image, I haven’t made the modification @Kallef made yet. I’m doing it tonight... http://s29.postimg.org/w8ugb80s7/10540371_10204297564578426_484421771_n.jpg
– JefSilva
@Kallef, it didn’t work to put the Seamless, and neither the overflow.
– JefSilva