EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Browser

Category: BrowserTony's HTML Window
Interface Information
Download
tonyis3l33t's Portal Bug Reports Feature Requests
How do I install this? (FAQ)
Name: Tony's HTML Window   Popular!
Author:
Date: 02-09-2005 03:44 PM
Size: 192.85 Kb
Version: .001
Rate Addon:  out of 5 with 0 votes  
Pictures
Click to enlarge 

Views: 5213
Size: 181.76 Kb
Dimensions: 822 x 820
trying its hardest to run this site :)
 
Description
This window is originally half-alive from sony. The resize moved around the web address, and it just bugged me.

This version fixes that, of course, and makes the frame slimmer.

Now, since EQ2 UI is XML-based....it has a hell of a time displaying web pages. This is not something my mod did to your HTML window

USAGE:
in game type or make a hotkey that says
/show_window Inventory.HTML
that is caps sensitive.

File Statistics
User Rating:
 out of 5 with 0 votes
Downloads: 5861
Views: 26755
Favorites: 5
Uploaded By:
 
Last Modified: 02-09-2005 04:39 PM

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 02-11-2007, 05:47 AM  
once82
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
the reason why some html tags doesn't work is: eq2 doesn't understand them.
once82 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2005, 06:33 PM  
blindfaith
A Coastal Crab

Server: Antonia Bayle
Forum posts: 1
File comments: 2
Uploads: 0
Crashes

I think you should just stay away from this command, does not work well - its not the mod thats doing it, its just the command ... I tried to load our guild website and it crashed EQ. If there are future fixes to this please post it. I would like to see this feature work out in the long run. But as of right now... its just a crash bug.
blindfaith is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2005, 05:17 PM  
hirebrand
Bellum Aeternus
Interface Author - Click to view interfaces

Server: Unkown
Forum posts: 165
File comments: 16
Uploads: 30
* html file was c:\bla
* local image file was c:\y3.gif
* relative URLs don't work, have to use absolute URLs

Code:
<img src="http://us.a1.yimg.com/us.yimg.com/i/ww/beta/y3.gif" border=0 width=232  height=44 alt="Yahoo!">
<img src="y3.gif" border=0 width=232  height=44 alt="Yahoo!">
<img src="c:/y3.gif" border=0 width=232  height=44 alt="Yahoo!">
hirebrand is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2005, 04:43 PM  
hirebrand
Bellum Aeternus
Interface Author - Click to view interfaces

Server: Unkown
Forum posts: 165
File comments: 16
Uploads: 30
Code:
[ OK ] <body bgcolor="#FFEEDD">
[ NO ] <body bgcolor="indigo">

[ OK ] <p>
[ OK ] <br>
[ OK ] <hr>

[ OK ] <p><h1>H2</h1>
[ OK ] <p><h2>H2</h2>
[ OK ] <p><h3>H2</h3>
[ OK ] <p><h4>H2</h4>
[ OK ] <p><h5>H2</h5>
[ OK ] <p><h6>H2</h6>

[ NO ] <p><font SIZE="-1">font SIZE </font>
[ NO ] <p><font SIZE="0">font SIZE </font>
[ OK ] <p><font SIZE="1">font SIZE </font>
[ OK ] <p><font SIZE="2">font SIZE </font>
[ OK ] <p><font SIZE="3">font SIZE </font>
[ OK ] <p><font SIZE="4">font SIZE </font>
[ OK ] <p><font SIZE="5">font SIZE </font>
[ OK ] <p><font SIZE="6">font SIZE </font>

[ OK ] <p><font color="#00FF00">font green</font>
[ NO ] <p><font color="cyan">font cyan</font>

valid color names: white,silver,black,red,blue,green,yellow

[ OK ] <p><ul>
[ OK ] 	<li>ertert</li>
[ OK ] 	<LI>ert</li>
[ OK ] 	<LI>ert</li>
[ OK ] 	<ul>
[ OK ] 		<li>ertert</li>
[ OK ] 		<LI>ert</li>
[ OK ] 		<LI>ert</li>
[ OK ] 	</ul>
[ OK ] </ul>
[ OK ] </ul>

[ OK ] <p><center>center</center>
[ OK ] <p><div align=center>center</div>

[ OK ] <table
[ OK ] border
[ OK ] cellpadding="5"
[ OK ] cellspacing="5"
[ OK ] width="95%"
[ OK ] bgcolor="#CCAA99"
[ OK ] align=center>
[ NO ] border="20"
[ OK ] width="600" >

[ OK ] 	<tr>	
[ OK ] 		<th rowspan=3>zeeroo</th>
[ OK ] 		<td bgcolor="#FFCCFF">This is table cell number one</td>
[ OK ] 		<td bgcolor="#FFFFCC">This is table cell number two</td>
[ OK ] 	</tr>
[ OK ] 	<tr>
[ OK ] 		<td bgcolor="#CCFFFF" align=center>three</td>
[ NO ] 		<td bgcolor="maroon"><font color=red>This is table cell number four</font></td>
[ OK ] 	</tr>
[ OK ] 	<tr>
[ OK ] 		<td colspan="2" bgcolor="#FFFFCC" height=300 align=left>five</td>
[ OK ] 	</tr>
[ OK ] </table>

Last edited by hirebrand : 02-26-2005 at 04:45 PM.
hirebrand is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2005, 01:44 PM  
hirebrand
Bellum Aeternus
Interface Author - Click to view interfaces

Server: Unkown
Forum posts: 165
File comments: 16
Uploads: 30
Might want to test it on this site

http://www.uark.edu/~wrg/tests.html
hirebrand is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-25-2005, 12:47 PM  
Kaldor
A Young Mystail Rat

Server: Permafrost
Forum posts: 5
File comments: 1
Uploads: 0
[ NO ] <p>le P markeur</p>

actually, <p> alone does work, don't need to close it.
Kaldor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2005, 09:56 AM  
Hideki
A Grove Wisp
 
Hideki's Avatar
Interface Author - Click to view interfaces

Server: Lavastorm
Forum posts: 29
File comments: 2
Uploads: 3
I have made 9 hours test continuing investigate possible, here is a result of what i add and no, haven't found any solution to make a link availabe

Code:
[ NO ] <a href="toto">HREF AVEC guillement</A><br>
[ NO ] <a href='toto'>HREF AVEC quote</A><br>
[ NO ] <a href=toto>HREF Sans rien</A><br>
[ NO ] <a href="toto"/>HREF AVEC guill + / + minuscule</a><br>
[ NO ] <A HREF="toto"/>HREF AVEC guill + / + majuscule</A><br>
[ NO ] <A HREF="toto">HREF AVEC guill + majuscule</A><br>
[ OK ] <hr>
[ OK ] <h2>H2</h2><br>
[ NO ] <ol>
[ NO ] <li>ertert</li>
[ NO ] <LI>ert</li>
[ NO ] <LI>ert</li>
[ NO ] </ol>
[ NO ] <sub>SUB</sub><br>
[ NO ] <sup>SUP</sup><br>
[ NO ] <em>EM</em><br>
[ NO ] <strong>STRONG</strong><br>
[ NO ] <i>ITALIC</i><br>
[ NO ] <b>BOLD</b><br>
[ Write in big ] <font SIZE="-1">font SIZE-1</font><br>
[ NO ] <font SIZE="+1">font SIZE+1</font><br>
[ NO ] <font SIZE="1">font SIZE 1</font><br>
[ WRITE IN BOLD ] <font SIZE="2">font SIZE 2</font><br>
[ SAME SIZE 2 ] <font SIZE="3">font SIZE 3</font><br>
[ OK ] <font SIZE="4">font SIZE 4</font><br>
[ NO ] <font FACE="TAHOMA">font TAHOMA</font><br>
[ NO ] <font FACE="ARIAL">font ARIAL</font><br>
[ NO ] <A HREF="http://eqiiforums.station.sony.com/eq2/board/message?board.id=combat&message.id=25177">How to Group Without Annoying Everyone</A><br>
[ NO ] <p>le P markeur</p>
[ OK ] <center>center</center>

Last edited by Hideki : 02-17-2005 at 09:56 AM.
Hideki is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-09-2005, 11:20 PM  
tonyis3l33t
a hedgehog
 
tonyis3l33t's Avatar
Interface Author - Click to view interfaces

Server: Nagafen
Forum posts: 854
File comments: 43
Uploads: 22
i dont think links work either
tonyis3l33t is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-09-2005, 08:20 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
was gonna say the same thing as dolby
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-09-2005, 04:40 PM  
Dolby
Bacon Eater
 
Dolby's Avatar
EQ2Interface Admin
Interface Author - Click to view interfaces

Forum posts: 2452
File comments: 15
Uploads: 24
Looks like it doesnt render CSS correctly or at all.
Dolby is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 12:26 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI