Jump to content

Question

Posted (edited)

I'm using Umodel to view the .utx files in the SysTextures folder. So far I have accomplished to make the buttons look like this:

 

acf47f7431aa1fae0a6902c4b10f5320.png

 

Ofcourse the big blank space above the text should contain an Olympiad texture. This one:

 

c046d718114a912e9d8cfffde89bb243.png

 

This is what my html looks like:

<html>

<table border=0 cellpadding=0 cellspacing=0 width=292 height=358 background="L2UI_CH3.refinewnd_back_Pattern">
<tr><td valign="top" align="center">
	<table border=0 cellpadding=0 cellspacing=0>
		<tr><td width=256 height=256 background="L2UI_CT1.OlympiadWnd_DF_GrandTexture"></td></tr>
	</table>
	<table border=0 cellpadding=0 cellspacing=0>
		<tr><td align=center>Serve the light!</td></tr>
		<tr><td height=10></td></tr>
		<tr><td align=center>Choose your destiny.</td></tr>
		<tr><td height=19></td></tr>
		<tr><td align=center><button action="bypass -h npc_%objectId%_join 2" value="Join Blue" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Info_Down" fore="L2UI_CT1.OlympiadWnd_DF_Info"></td></tr>
		<tr><td align=center><button action="bypass -h npc_%objectId%_quit" value="Leave Blue" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Info_Down" fore="L2UI_CT1.OlympiadWnd_DF_Info"></td></tr>
	</table>
</td></tr></table>
</html>

But for some reason it's not showing the 'L2UI_CT1.OlympiadWnd_DF_GrandTexture' as a background.

Any idea what I'm doing wrong here?

 

Thanks in advance.

Edited by VonoxNL

6 answers to this question

Recommended Posts

  • 0
Posted (edited)

Background (wallpaper) must be defined in table line, not td, or directly in <html imgsrc="">.

 

Also, what's the freaking point displaying a img as a background?! That makes no sense at all.

 

If you want to add a image use <img src="L2UI_CT1.OlympiadWnd_DF_GrandTexture" width=256 height=256> and done.

 

 

 

You may find it handy http://www.maxcheaters.com/topic/188974-editing-html-windows-in-h5/

Edited by SweeTs
  • 0
Posted

Background (wallpaper) must be defined in table line, not td, or directly in <html imgsrc="">.

 

Also, what's the freaking point displaying a img as a background?! That makes no sense at all.

 

If you want to add a image use <img src="L2UI_CT1.OlympiadWnd_DF_GrandTexture" width=256 height=256> and done.

 

 

 

You may find it handy http://www.maxcheaters.com/topic/188974-editing-html-windows-in-h5/

I test it and he work... thank you and lock it!! :D

  • 0
Posted

Background (wallpaper) must be defined in table line, not td, or directly in <html imgsrc="">.

 

Also, what's the freaking point displaying a img as a background?! That makes no sense at all.

 

If you want to add a image use <img src="L2UI_CT1.OlympiadWnd_DF_GrandTexture" width=256 height=256> and done.

 

 

 

You may find it handy http://www.maxcheaters.com/topic/188974-editing-html-windows-in-h5/

 

Ayyy it works. My HTML knowledge kinda left me hanging there... my bad!

 

You can lock this topic. Thanks

  • 0
Posted

That's why when you don't know how it should looks like, you check another htm with image, as an example. I bet there is (m)any over the whole htm folder.

 

Locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...