PART II
As far as I know font color "LEVEL" is only system color. We accept it as a due.
So, start
1. <table>
attributes:
-width;
-fixwidth;
-height;
-border;
-cellspacing;
-cellpadding;
-bgcolor;
-background (in H5 only).
<tr></tr>
attributes not tested yet.
<td></td>
attributes:
-align (=left|right|center);
-valign (=top);
-width;
-fixwidth;
-height;
-background (in H5 only).
Nice sample of table for cb:
Code: Select all
<html><body><center><br><br><table width=610><tr><td width=250 align=left><a action="bypass _bbstop"><font color="996600">Home</a>-><a action="bypass _bbstop;XX">XX_Title</a>-><a action="bypass _bbstop;XX">XX_Title</a></font></td></tr><tr><td height=9></td></tr></table><table border=0 cellspacing=0 cellpadding=0 align=left><tr> <td><img src="L2UI_CT1.Frame_DF_Hor_Large_Left" width=32 height=48></td><td><img src="L2UI_CT1.Frame_DF_Hor_Large_Tile" width=254 height=48></td><td><img src="L2UI_CT1.Frame_DF_Hor_Large_Center" width=128 height=48></td><td><img src="L2UI_CT1.Frame_DF_Hor_Large_Tile" width=254 height=48></td><td><img src="L2UI_CT1.Frame_DF_Hor_Large_Right" width=32 height=48></td></tr></table><table border=0 cellspacing=0 cellpadding=0 align=left><tr><td FIXWIDTH=50></td></tr></table><table border=0 cellspacing=0 cellpadding=0 align=left background="L2UI_CT1.Windows_DF_Large_Bg_Darker"><tr><td fixwidth=20></td><td FIXWIDTH=658 ><center><font name="hs12" color="LEVEL">Title Of Topic</font></center><br>ContentContentContentContentContent</td><td fixwidth=20></td></tr><tr><td fixheight=20> </td><td fixheight=20> </td><td fixheight=20></td> </tr><tr><td fixheight=20> </td><td fixheight=20> </td><td fixheight=20> </td></tr><tr><td fixheight=20> </td><td fixheight=20> </td><td fixheight=20> </td></tr></table><br> <center><img src="L2UI_CT1.Gauge_DF_CP_Center" width=750 height=5> </center><br1><center><font color="LEVEL">Blah Blah.</font><br><table border=0 cellspacing=0 cellpadding=2><tr> <td FIXWIDTH=50></td><td FIXWIDTH=650 align=right><font color="AAAAAA">Blah Blah Blah!</font></td></tr></table><table><tr><td> </td></tr></table></center><br><br></body></html>
CB.jpg
2. Attribute background
tested on <table> and <td> only yet
you can use image, animation and color in a table background (test them all in CB)
1. Image:
Code: Select all
<table border=0 cellspacing=0 cellpadding=2 align=left background="L2UI_CT1.Gauge_Mp_03"><tr> <td FIXWIDTH=50></td><td FIXWIDTH=32 align=left><button value="" action="bypass _bbstop;1" width=32 height=32 back="L2UI_CT1.Icon_DF_MenuWnd_Skill_Down" fore="L2UI_CT1.Icon_DF_MenuWnd_Skill"></td><td FIXWIDTH=410 align=left><font color="CC9933"><b>Server Rules</b></font><br1><font color="999999">Read them!</font></td></tr></table><br><center><img src="L2UI_CT1.Gauge_DF_CP_Center" width=750 height=5> </center>
2. Animation:
You can use fire-work in background
Code: Select all
<table border=0 cellspacing=0 cellpadding=2 align=left background="L2UI_CT1.ItemEnchant_DF_Effect_Success_01"><tr> <td FIXWIDTH=50></td><td FIXWIDTH=32 align=left><button value="" action="bypass _bbstop;1" width=32 height=32 back="L2UI_CT1.Icon_DF_MenuWnd_Skill_Down" fore="L2UI_CT1.Icon_DF_MenuWnd_Skill"></td><td FIXWIDTH=410 align=left><font color="CC9933"><b>Server Rules</b></font><br1><font color="999999">Read them!</font></td></tr></table><br><center><img src="L2UI_CT1.Gauge_DF_CP_Center" width=750 height=5> </center>
textures with animation:
-L2UI_CT1.Gauge_Mp_01;
-L2UI_CT1.ItemEnchant_DF_Effect_Success_01;
-L2UI_CT1.ItemEnchant_DF_Effect_LoadingClover_01;
-L2UI_CT1.ItemEnchant_DF_Effect_Loading_01;
-L2UI_CT1.ItemEnchant_DF_Effect_Failed_01;
-L2UI_CT1.LoadingAniWnd_DF_ANI01;
-L2UI_CT1.MiniGame_DF_Effect_01 and etc.
3. Color:
Code: Select all
<table border=0 cellspacing=0 cellpadding=2 align=left background="CC9933"><tr> <td FIXWIDTH=50></td><td FIXWIDTH=32 align=left><button value="" action="bypass _bbstop;1" width=32 height=32 back="L2UI_CT1.Icon_DF_MenuWnd_Skill_Down" fore="L2UI_CT1.Icon_DF_MenuWnd_Skill"></td><td FIXWIDTH=410 align=left><font color="CC9933"><b>Server Rules</b></font><br1><font color="999999">Read them!</font></td></tr></table><br><center><img src="L2UI_CT1.Gauge_DF_CP_Center" width=750 height=5> </center>
3. <image>
image like background without colors
attributes:
src="
UTXFileName.Texturename"
example:
src="L2UI_CT1.RadarMap_DF_MinusBtn_Down"
width and height.
So, next time I write about buttons, comboboxes and textboxes(edit) but what will be written by you???
P.S. Sorry for my bad English