VonoxNL Posted October 17, 2016 Posted October 17, 2016 (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: Ofcourse the big blank space above the text should contain an Olympiad texture. This one: 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 October 17, 2016 by VonoxNL
0 SweeTs Posted October 19, 2016 Posted October 19, 2016 (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 October 19, 2016 by SweeTs
0 B0nd Posted October 19, 2016 Posted October 19, 2016 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 VonoxNL Posted October 19, 2016 Author Posted October 19, 2016 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 SweeTs Posted October 19, 2016 Posted October 19, 2016 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.
Question
VonoxNL
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:
Ofcourse the big blank space above the text should contain an Olympiad texture. This one:
This is what my html looks like:
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 VonoxNL6 answers to this question
Recommended Posts