Suggestion for Name List

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Suggestion for Name List

Post 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
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Suggestion for Name List

Post 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...
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Re: Suggestion for Name List

Post by GPK5050 »

Hi...

I will look into that!

Thank you!

Greg
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Re: Suggestion for Name List

Post 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
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: Suggestion for Name List

Post by BaconFries »

bkjohns
 
 
Posts: 290
Joined: Wed Nov 14, 2018 5:54 pm

Re: Suggestion for Name List

Post by bkjohns »

Maybe check out the CSV Crud extension - it is also responsive with multiple options when screen size is reduced.
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Suggestion for Name List

Post 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.
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Re: Suggestion for Name List

Post by GPK5050 »

Thank you everyone for the help and suggestions. I will see what works best for me!

Greg
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Re: Suggestion for Name List

Post 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
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Suggestion for Name List

Post 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.
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: Suggestion for Name List

Post by BaconFries »

Perhaps the following will be of help..
https://stackoverflow.com/questions/669 ... rom-the-bo
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Re: Suggestion for Name List

Post by GPK5050 »

Thanks!!!

I'll give it a try!

Greg
Post Reply