Original and the best!

My layouts are original.


HTML Tutorial




HTML/CSS tutorial



okay this is a short and easy tutorial on mgh's html/css.First thing you need to know is that you first have to activate the css layout by clicking css layout then press save.Then scroll back down erase the css lyt thats there or alter it by changing the numbers or where u see something that you want to hide ,find it and after it type {display:none;} this hides that description, but first erase the other stuff like the height and width etc.If you do not understand message any one of the people at the bottom of this for help(list of all hide codes at bottom).



Okay members below is a extensive list of allowed and not allowed html tags:

Allowed html tags:
  1. <img> (<img src="">)
  2. <a> (<a href=""></a>) or <a name=""></a>
  3. <li>(list)
  4. <ol>(list)
  5. <div>(scroll box or table)
  6. <table>(table)
  7. <u>,<b>,and<s>(underline,bold,and strikeout)
  8. <font>(changes font)
  9. <td>
  10. <center>(center)
  11. <p>
  12. <ul>
  13. <h1>(heading)
  14. <pre>
  15. <blockquote>
  16. <hr>
  17. <br>
  18. <tr>
  19. <dir>
  20. <embed>
  21. <bgsound>(bkground music)



Forbidden html tags:

  1. <javascript>(no description needed)
  2. <object>
  3. <param>
  4. <IFrame>
  5. <meta>



Ask our weavers for help about this:
The profile master
more soon!


Profile style codes



copy and paste the following and place in css style sheet do not add <style> tags are not needed.

Background pic:

BODY{ background-image: url('url here'); }

bkground color and pic extras:

BODY, HTML{ background-image: url('url here'); background-attachment: fixed; background-position: top left; background-repeat: no-repeat; background-color: #black; }

page text:

BODY, TABLE{ font-family: font family here; font-size: #pt; color: font color; text-decoration: none; }

page links:

A:LINK{ font-family: arial; font-size: #pt; color: link color here; font-weight: bold; text-decoration: underline; } A:VISITED{ font-family: arial; font-size: #pt; color: visited link color here; font-weight: bold; text-decoration: strikeout; } A:HOVER{ font-family: arial; font-size: #pt; color: link hover color here; font-weight: bold; background: link bkground color; text-decoration: underline overline; }

table properties:

Body, table{ border-width: borderwidth here; border-style: border style here; border-color: border color; background-color: table bkground color; color: table font color; font-family: arial; font-size: #pt; background-image: url('url here'); background-attachment: fixed; background-position: center center; background-repeat: repeat; }

Create a free website at Webs.com