janiko Posted October 25, 2014 Posted October 25, 2014 Can anyone explain me how to make simmillar image in html? i cant guess how to make two images overly together. here is the example what i mean >> http://prntscr.com/4znkkm thnks guys for help
0 vampir Posted October 25, 2014 Posted October 25, 2014 This is connection of 3 things: 1. Background icon(icon.weapon_elven_long_sword_i00) 2. Black Square which area is 1/4 of icons area, also placed as background(L2UI_CT1.Windows_DF_TooltipBG) 3. Normal Text <table border=0 cellspacing=0 cellpadding=0 width=32 height=32 background="icon.weapon_elven_long_sword_i00"> <tr> <td width=32 align=right> <table border=0 width=16 height=16 background="L2UI_CT1.Windows_DF_TooltipBG"> <tr> <td width=16 align=center valign=center> <font color="FFFFFF">D</font> </td> </tr> </table> </td> </tr> </table>
0 Snoopi Posted October 25, 2014 Posted October 25, 2014 images to utx, then calling the utx with html
0 janiko Posted October 25, 2014 Author Posted October 25, 2014 (edited) images to utx, then calling the utx with html i dont think so, i think there is another way to put two images together. i checked their patch and they dont have any custom utx file. Anyone else have any other idea? Edited October 25, 2014 by janiko
0 dEvilKinG Posted October 25, 2014 Posted October 25, 2014 (edited) DDSConverter http://www.maxcheaters.com/topic/140622-shareimage-converter/?hl=ddsconverter Edited October 25, 2014 by dEvilKinG
0 janiko Posted October 25, 2014 Author Posted October 25, 2014 DDSConverter http://www.maxcheaters.com/topic/140622-shareimage-converter/?hl=ddsconverter i thought same but also was thinking that there was any way to avoid using it
0 SweeTs Posted October 25, 2014 Posted October 25, 2014 (edited) Well, what's exactly so "special" in this htm, cuz I don't rly get it (I'm not upper chronicle user than Int)? For me it looks like simple htm with called images from .utx file ? :P Or you mean the "grade" letter on the image ? Edited October 25, 2014 by SweeTs
0 janiko Posted October 25, 2014 Author Posted October 25, 2014 (edited) Well, what's exactly so "special" in this htm, cuz I don't rly get it (I'm not upper chronicle user than Int)? For me it looks like simple htm with called images from .utx file ? :P Or you mean the "grade" letter on the image ? yeah i mean grade letter on the image. thats exactly what i want to call Edited October 25, 2014 by janiko
0 Guest Elfocrash Posted October 25, 2014 Posted October 25, 2014 They remade the icons, You cant just call the overlay.
0 janiko Posted October 25, 2014 Author Posted October 25, 2014 This is connection of 3 things: 1. Background icon(icon.weapon_elven_long_sword_i00) 2. Black Square which area is 1/4 of icons area, also placed as background(L2UI_CT1.Windows_DF_TooltipBG) 3. Normal Text <table border=0 cellspacing=0 cellpadding=0 width=32 height=32 background="icon.weapon_elven_long_sword_i00"> <tr> <td width=32 align=right> <table border=0 width=16 height=16 background="L2UI_CT1.Windows_DF_TooltipBG"> <tr> <td width=16 align=center valign=center> <font color="FFFFFF">D</font> </td> </tr> </table> </td> </tr> </table> You are amazing dude thats what i wanted :* i was sure that i didn't needed any Icon Rework or calling it from DDSCONVerter , thanks a LOT :****
Question
janiko
Can anyone explain me how to make simmillar image in html? i cant guess how to make two images overly together.
here is the example what i mean >> http://prntscr.com/4znkkm
thnks guys for help
9 answers to this question
Recommended Posts