RemakingUs Unity & Soul
  • Blog / About
    • About >
      • Learnings
      • Faith Inspiration
      • God Rebels' About
      • Site Map
      • Creator
    • Sister Sites >
      • TruthfulSearch.com
      • Remaking Health >
        • Nature's Wellness
      • Happy Counsel
      • Facebook Page
    • On Kauai
  • Unity & Soul
    • Unity's Power >
      • Power for Unity
      • Religion & Unity
    • Soul & Spirit >
      • Spiritual Oneness
      • Healing Religion >
        • Age to Age
        • Faith Concepts
        • For Humanity
        • Spirit's Kindness
      • Community >
        • Virtues & Values
        • SpiritTop Limk
    • World Healing >
      • Unity First
      • Transformation Slideshare 1 >
        • Part 2
      • No Mere Sentiment
  • Happiness
    • Happy Spirit >
      • Mentor /Coach /
    • Money & Stuff >
      • Addictions
      • "Shop- Apocalypse?"
    • A Happy World
    • Happy Guide >
      • Happy Pledge
  • God-Rebels
    • Politics & Soul >
      • Who is a Rebel?
    • Hurts & Healing >
      • Healing Pages
      • Recovery Stories >
        • Personal Healing
        • Recovery >
          • Lucky Spirit
        • Lucky Rebel >
          • Growing
      • Why Heal?
    • 'God Talk' >
      • A Sexist God? >
        • Healing
      • Scripture-Talk >
        • Mere Words
      • Prophet- Rebels
    • Spirit's Law >
      • Coercion
      • Sin, Sex, Love >
        • Sex Part 2
        • Our Time
      • Heaven & Hell
  • TruthSeeker
    • Power Answers >
      • To Call the Masses
    • True Spirituality >
      • Why Seek?
      • Community
    • Opinion & Truth >
      • Science & Religion
      • Sex & Truth
      • A God of Spirit's Truth
    • Seeker Freebies
  • Connect
    • Happy Guide
    • Happy Groups >
      • Online & Phone >
        • Details & Link
      • Spiritual Circles
      • Group Readings >
        • Soul Resources
    • Articles >
      • Events
      • World Healing >
        • Pt. II
      • Interfaith
      • Spirit's Home
      • Peace
      • The Prophets >
        • Super- Wisdom
      • Spirit Rebel
      • A Healing Model >
        • Social Change
    • Sister Sites >
      • TruthfulSearch.com
      • Remaking Health >
        • Happy Fun Health
        • Nature's Truth
      • Facebook Page
      • Lucky Links
  • Action
    • Worldwide >
      • A Diverse Family
      • Empowerment
      • Benefits
    • Happy Groups >
      • Spirit Connection
      • Online & Phone >
        • Details & Link
    • What U Can Do >
      • Quiet Moments
      • Neighborly Circles >
        • Unity Talks
      • Help / Donate
    • E-News / Links >
      • Site Map
      • Remaking Health
      • Nature's Truth
      • Sister Sites >
        • Facebook Page
    • Kauai Links
  • Privacy
  • Blog / About
    • About >
      • Learnings
      • Faith Inspiration
      • God Rebels' About
      • Site Map
      • Creator
    • Sister Sites >
      • TruthfulSearch.com
      • Remaking Health >
        • Nature's Wellness
      • Happy Counsel
      • Facebook Page
    • On Kauai
  • Unity & Soul
    • Unity's Power >
      • Power for Unity
      • Religion & Unity
    • Soul & Spirit >
      • Spiritual Oneness
      • Healing Religion >
        • Age to Age
        • Faith Concepts
        • For Humanity
        • Spirit's Kindness
      • Community >
        • Virtues & Values
        • SpiritTop Limk
    • World Healing >
      • Unity First
      • Transformation Slideshare 1 >
        • Part 2
      • No Mere Sentiment
  • Happiness
    • Happy Spirit >
      • Mentor /Coach /
    • Money & Stuff >
      • Addictions
      • "Shop- Apocalypse?"
    • A Happy World
    • Happy Guide >
      • Happy Pledge
  • God-Rebels
    • Politics & Soul >
      • Who is a Rebel?
    • Hurts & Healing >
      • Healing Pages
      • Recovery Stories >
        • Personal Healing
        • Recovery >
          • Lucky Spirit
        • Lucky Rebel >
          • Growing
      • Why Heal?
    • 'God Talk' >
      • A Sexist God? >
        • Healing
      • Scripture-Talk >
        • Mere Words
      • Prophet- Rebels
    • Spirit's Law >
      • Coercion
      • Sin, Sex, Love >
        • Sex Part 2
        • Our Time
      • Heaven & Hell
  • TruthSeeker
    • Power Answers >
      • To Call the Masses
    • True Spirituality >
      • Why Seek?
      • Community
    • Opinion & Truth >
      • Science & Religion
      • Sex & Truth
      • A God of Spirit's Truth
    • Seeker Freebies
  • Connect
    • Happy Guide
    • Happy Groups >
      • Online & Phone >
        • Details & Link
      • Spiritual Circles
      • Group Readings >
        • Soul Resources
    • Articles >
      • Events
      • World Healing >
        • Pt. II
      • Interfaith
      • Spirit's Home
      • Peace
      • The Prophets >
        • Super- Wisdom
      • Spirit Rebel
      • A Healing Model >
        • Social Change
    • Sister Sites >
      • TruthfulSearch.com
      • Remaking Health >
        • Happy Fun Health
        • Nature's Truth
      • Facebook Page
      • Lucky Links
  • Action
    • Worldwide >
      • A Diverse Family
      • Empowerment
      • Benefits
    • Happy Groups >
      • Spirit Connection
      • Online & Phone >
        • Details & Link
    • What U Can Do >
      • Quiet Moments
      • Neighborly Circles >
        • Unity Talks
      • Help / Donate
    • E-News / Links >
      • Site Map
      • Remaking Health
      • Nature's Truth
      • Sister Sites >
        • Facebook Page
    • Kauai Links
  • Privacy
RemakingUs Unity & Soul

a week ago

 Re: HTML Codes for my website [ New ]
Mr_Stefanic wrote:
Hello,
 
Im making my website for my Graduation Project that i will represent in 2 weeks and would like to have more HTML codes that would optimize my website.
I don't know much about HTML but i would like to get some help or some codes like, an HTML code for:
- play or stop music on background on a page
- a code to edit text size and font
- make a table
- make a graph
I know some of this features are on weebly drag & drop but  i need to have it in HTML.
Thanks in advance!
 
Hi, you can simply do this by using the inspect element (google chrome) to check the code and by using "style=" to add the CSS of it.
 
To create a simple table you could use this code below which I got from W3Schools:
<table style="width:100%">
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>
 
To create a text a text you could use:
<p>your text</p>
or <div class="paragraph" style="text-align:left;"><font size="4"><font color="#555">Your text</font></font></div>
 
And for more codes, I recommend you to visit http://www.w3schools.com/html or maybe codeacademy.
 

a week ago

 Re: HTML Codes for my website [ New ]
Mr_Stefanic wrote:
Hello,
 
Im making my website for my Graduation Project that i will represent in 2 weeks and would like to have more HTML codes that would optimize my website.
I don't know much about HTML but i would like to get some help or some codes like, an HTML code for:
- play or stop music on background on a page
- a code to edit text size and font
- make a table
- make a graph
I know some of this features are on weebly drag & drop but  i need to have it in HTML.
Thanks in advance!
 
Hi, you can simply do this by using the inspect element (google chrome) to check the code and by using "style=" to add the CSS of it.
 
To create a simple table you could use this code below which I got from W3Schools:
<table style="width:100%">
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>
 
To create a text a text you could use:
<p>your text</p>
or <div class="paragraph" style="text-align:left;"><font size="4"><font color="#555">Your text</font></font></div>
 
And for more codes, I recommend you to visit http://www.w3schools.com/html or maybe codeacademy.
 

<b>For Soul- Seekers, Thinkers, Healers & a Better World
</b>
<BR><BR><BR>
Uniting Spirit and our global human Family


<BR><BR>


<BR><BR> Please come back and visit again!<BR><BR>
<BR><BR>
In concert with LuckyBahai<BR><BR>
<BR><BR>

Shop for a personalized gift at Zazzle.
                          .
​
Picture

    Join Unity, Soul & Happiness
                   NewsLetter    -
     privacy

Subscribe to Newsletter
Email Lucky
            Get our NewsLetter &/ or Free 
                Happy Foundations Guide -- Sent Bi Annual/ Privacy
.
                                             _________________________________________________________________________

              
                            __________________________________________________________________________
                           Copyright  2016 All Rights Reserved  Contact Webmaster for Creative Commons licence in process.