Page 1 of 1

Suggestion for Name List

Posted: Wed May 11, 2022 3:04 pm
by GPK5050
Hi all...

I have a name list on this page:

http://www.carpenters55th.com/attendees.html

Editing it and having to change/delete names and then reordering the numbers is quite cumbersome using the table.

Do you have a suggestion to a better way of accomplishing the same task?

Thank you!

Greg

Re: Suggestion for Name List

Posted: Wed May 11, 2022 4:30 pm
by wwonderfull
GPK5050 wrote: Wed May 11, 2022 3:04 pm Hi all...

I have a name list on this page:

http://www.carpenters55th.com/attendees.html

Editing it and having to change/delete names and then reordering the numbers is quite cumbersome using the table.

Do you have a suggestion to a better way of accomplishing the same task?

Thank you!

Greg
From my suggestion you can use an excel file to reorder everything and just simply import it. Done...

Re: Suggestion for Name List

Posted: Wed May 11, 2022 4:40 pm
by GPK5050
Hi...

I will look into that!

Thank you!

Greg

Re: Suggestion for Name List

Posted: Wed May 11, 2022 6:17 pm
by GPK5050
Hi...

I figured out how to import the name list from Excel, put the font size is too small and needs to be bolded. Is there a way to keep the font size as in Excel or is there a way to change the font and boldness of all the text at once in the WYSIWYG table?

Thanks!

Greg

Re: Suggestion for Name List

Posted: Wed May 11, 2022 6:40 pm
by BaconFries

Re: Suggestion for Name List

Posted: Wed May 11, 2022 9:16 pm
by bkjohns
Maybe check out the CSV Crud extension - it is also responsive with multiple options when screen size is reduced.

Re: Suggestion for Name List

Posted: Thu May 12, 2022 6:16 pm
by wwonderfull
You can also embed an excel data sheet directly from the cloud of microsoft's one drive where your file is secure and any edit you do will dynamically show in your websites table. You can also embed google spread sheet which is free too.

https://support.microsoft.com/en-us/off ... n-us&ad=us

Read the article it may give you a perfect classic solution.

Re: Suggestion for Name List

Posted: Thu May 12, 2022 9:10 pm
by GPK5050
Thank you everyone for the help and suggestions. I will see what works best for me!

Greg

Re: Suggestion for Name List

Posted: Sat May 14, 2022 3:59 am
by GPK5050
Hey guys....

I really like using Google Sheets for my name list, but I was wondering if someone could help once again.

I was able to figure out how to remove the title of the Sheet from the top and to remove the scroll bars, but is there a way to remove the white bar from the left and the bottom as well as the Sheet 1?

Here is the site:

http://www.carpenters55th.com/googledocs3.html

and here is my HTML code:

<iframe src="https://docs.google.com/spreadsheets/d/ ... ders=false" width="1110" height="3400" frameborder="1" marginheight="1" marginwidth="1"></iframe>

Thank you!

Greg

Re: Suggestion for Name List

Posted: Sat May 14, 2022 12:06 pm
by wwonderfull
GPK5050 wrote: Sat May 14, 2022 3:59 am Hey guys....

I really like using Google Sheets for my name list, but I was wondering if someone could help once again.

I was able to figure out how to remove the title of the Sheet from the top and to remove the scroll bars, but is there a way to remove the white bar from the left and the bottom as well as the Sheet 1?

Here is the site:

http://www.carpenters55th.com/googledocs3.html

and here is my HTML code:

<iframe src="https://docs.google.com/spreadsheets/d/ ... ders=false" width="1110" height="3400" frameborder="1" marginheight="1" marginwidth="1"></iframe>

Thank you!

Greg
I may try a solution but for that I need a demo of that page only so I can implement the solution on it.

As I have speculated you are using an iFrame for the list embed. That's why the right side white scroll bar is there by default
and the bottom one shows the sheet which is also by default and embedment directly from google drive. Removing it may cause functionality problems. Other than that I think if you have problem seeing that you should try something different as a solution.

Re: Suggestion for Name List

Posted: Sat May 14, 2022 7:28 pm
by BaconFries
Perhaps the following will be of help..
https://stackoverflow.com/questions/669 ... rom-the-bo

Re: Suggestion for Name List

Posted: Sat May 14, 2022 8:31 pm
by GPK5050
Thanks!!!

I'll give it a try!

Greg