Plus I would be a little careful with that. I assume their government monitors outbound traffic to other countrys. So you may unknowling, put him on a watch list.

On Fri, May 24, 2019, 10:24 PM Andrew McRobb <andrewmcrobb@gmail.com> wrote:
I'm a little behind the riots, but cant he use the Tor browser? -- would make life easier for your friend since it does lots of encryption layering using the Tor protocol to give him internet access annoymously.

On Fri, May 24, 2019, 7:25 PM Jim <azanorak@gmail.com> wrote:

Thanks for the help.  I removed the [type=submit] from your example and the buttons are the size I wanted.  So I have this at the beginning.

<style>
div.a {
  font-size: 70px;
}

input {
    font-size: 70px;
}

</style>

<div class="a">

<?php

I set up this file submit form because of a friend of mine in Indonesia.  Because of  recent riots there, the government has placed restrictions on various social media apps.  My friend can send text, but not pictures or sound.  Using whatsapp, she can receive pictures, but not sound files.  I put an audio file on this computer and gave her the url.  She was able to download it.  I wanted to see if she can send pictures or sounds using this form.  I guess I'll find out later tonight.  Thanks for your help.

On 5/24/19 6:50 PM, Andrew McRobb wrote:
Give this website a good read. This was my goto when i first started web developement. Even lets you expirement with stuff on their website!


On Fri, May 24, 2019, 6:45 PM Andrew McRobb <andrewmcrobb@gmail.com> wrote:
Swap that 20px to 70px. Sorry, writting it on phone.

On Fri, May 24, 2019, 6:43 PM Andrew McRobb <andrewmcrobb@gmail.com> wrote:
That is only going to work for links, not buttons. It would have to look something like this.

input[type=submit] {
    font-size: 20px;
}

Notice the select statement, is refering to any inputs with type submit.

On Fri, May 24, 2019, 6:17 PM Jim <azanorak@gmail.com> wrote:
Before any of the code, I put this.

<style>
div.a {
   font-size: 70px;
}

</style>
<div class="a">

But only some of the text is bigger. See  for yourself here
https://ibb.co/sCZrQjJ

---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss