The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Help with an embedded google sheet, embedded google sheet
Fox3475
post Jun 15 2016, 10:57 AM
Post #1





Group: Members
Posts: 1
Joined: 15-June 16
Member No.: 24,326



Hi everyone!

I was hoping to get some guidance with this project I'm trying to do.

Goal: Create a simple webpage that displays excel spread sheets that have been embedded from a google drive. Then have the iframe slowly scroll through and then move on to the next sheet once it reaches the bottom.

Question: I'm not even entirely sure you can do it. If you could do you need to use the CSS or can you use html to create the feature?

It seems like something very simple I just wasn't sure how to go about it as I have never done it before.

Source so far:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Gana Trucking</title>
</head>
<body>
<table
style="text-align: left; margin-left: 0px; width: 2665px; height: 1612px;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td colspan="2" style="width: 1340px;"><iframe
src="https://docs.google.com/spreadsheets/d/1a7RdAnsQSYG-X1Z-rwbtPdjBrfnxmqHQtasjwK3SzQo/pubhtml?widget=true&amp;headers=false"
height="1590" scrolling="yes" width="1350"></iframe><iframe
src="https://docs.google.com/spreadsheets/d/1kORYlV2Y_792k4GDpyUv9ySSnu3pLjG_wUsqPINHV5c/pubhtml?widget=true&amp;headers=false"
height="1590" width="1350"></iframe></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jun 15 2016, 11:28 AM
Post #2


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



QUOTE(Fox3475 @ Jun 15 2016, 05:57 PM) *

Question: I'm not even entirely sure you can do it. If you could do you need to use the CSS or can you use html to create the feature?

If it can be done you must probably use javascript. But it sounds like something that would annoy users more than help. unsure.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 08:13 AM