Jump to content
  • 0

Html Image Overly How To Make?


janiko

Question

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

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

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>
Link to comment
Share on other sites

  • 0

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 by janiko
Link to comment
Share on other sites

  • 0

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 by SweeTs
Link to comment
Share on other sites

  • 0

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 by janiko
Link to comment
Share on other sites

  • 0

 

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 :****

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...