Jump to content

Utibedc

Members
  • Posts

    6
  • Joined

  • Last visited

About Utibedc

  • Birthday June 1

Previous Fields

  • Languages
    HTML, CSS

Contact Methods

  • Website URL
    http://hicud.ml
  • Yahoo
    icud

Profile Information

  • Gender
    Male
  • Interests
    Web Programming, Software Engineering.

Recent Profile Visitors

980 profile views

Utibedc's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I'm yet to get solution to this.
  2. Better still... Use this: <!DOCTYPE html > <html> <head> <title>F.A.Q</title><body style="background-color:blue"> </head> <hr> <h1>FREQUENTLY ASKED QUESTIONS</h1> <p><fonts face="luccida console" color="Yellow">MOST OF QUESTIONS CUSTOMERS ASKED</font><br> <ol> <h2><li>what drugs makes an hen egg more bigger and stronger;</h2></li> <ul> <li>Using of egg booster.</li> <li>Fortified with Vitamin D-3 - Improved egg nutrition.</li> <li>Formulated with yeast - Supports overall bird health.</li> <li>Includes probiotics - Promotes good gut health.</li> <li> Contains a natural extract to help enhance yolk color.</li> </ul></p> <h3><li>What feeds makes a male hen to grow more bigger and stronger;</h3></li> <ul> <li>For boilers they can be given either finisher or growers feeds, but it is adviseable to use finisher for bigness and fatness</li> </ol></ul> <p><center><font face="Algerian" size=7 color="lightgreen">JOIN OUR NEWSLETTER</fonts></center></p> <font face="Algerian" size=5>No spam, no pushy marketing material.Just news, updates, upcoming events and ongoings here at Sango ota header quarters. Tel:09022611666</font></body> </html>
  3. Wow!! Well.... This will work... <!DOCTYPE html > <html> <head> <title>F.A.Q</title><body style="background:blue"> </head> <hr> <h1>FREQUENTLY ASKED QUESTIONS</h1> <p><fonts face="luccida console" color="Yellow">MOST OF QUESTIONS CUSTOMERS ASKED</font><br> <ol> <h2><li>what drugs makes an hen egg more bigger and stronger;</h2></li> <ul> <li>Using of egg booster.</li> <li>Fortified with Vitamin D-3 - Improved egg nutrition.</li> <li>Formulated with yeast - Supports overall bird health.</li> <li>Includes probiotics - Promotes good gut health.</li> <li> Contains a natural extract to help enhance yolk color.</li> </ul></p> <h3><li>What feeds makes a male hen to grow more bigger and stronger;</h3></li> <ul> <li>For boilers they can be given either finisher or growers feeds, but it is adviseable to use finisher for bigness and fatness</li> </ol></ul> <p><center><font face="Algerian" size=7 color="lightgreen">JOIN OUR NEWSLETTER</fonts></center></p> <font face="Algerian" size=5>No spam, no pushy marketing material.Just news, updates, upcoming events and ongoings here at Sango ota header quarters. Tel:09022611666</font></body> </html>
  4. Alright... Use the following code. <!DOCTYPE html> <html> <head> <title>Mark Fisher Cyberfield</title> <style> body { background-image: url("https://i.imgur.com/lOXvRlF.jpg"); } </style> </head> <body> <h1 style="text-align:center;">Mark Fisher Cyberfield</h1> <img src="https://im2.ezgif.com/tmp/ezgif-2-cd1e826696cf.gif" style="width:50%;display: block;margin-left: auto;margin-right: auto;"/> </body> </html>
  5. I Hope Build A Site One Day. 

  6. I want to make something like this... Where user can create forum topic.. But, I will be using the parameter below.. (similar to form/input code of login/sign up).. The issue is that I have no understanding of what to put. 1) In the configuration ini text 2) As a code to display.
×
×
  • Create New...