I think you missed to read one of my last post. I did not use any seed from that website. I figured that just by typing random words and make a seed it works. You then use that random seed with recover wallet.
Just because you
can do something, doesn't mean you
should! The problems with this approach are:
1. Your "random" words are terrible entropy... making for a very weak seed that could potentially be bruteforced
2. Your "random" words won't adhere to the BIP39 standard, making it completely incompatible with 99.9% of wallets
3. Your "random" words won't be compatible with the BIP39 (or Electrum) checksum system, so you'll be unable to tell if you've made any mistakes when entering it/writing it down correctly.
4. If your words are not part of the wordlist, it'll make it harder to identify which word is "bad" if have written/entered it wrong.
In short, you are basically side-stepping ALL of the safeguards of the Electrum and BIP39 seed mnemonic systems!
It should be fairly obvious at this point that this is a "Bad Idea"™
If you absolutely must have a Nested-SegWit wallet and you absolutely must use Electrum, then follow
Abdussamad's guide properly... it's your best bet to get the solution you want, while minimising the risk of not being able to recover/restore the wallet in the future.