|
Category: BrowserTony's HTML Window |
Interface Information |
|
Name: |
Tony's HTML Window |
Author: |
|
Date: |
02-09-2005 03:44 PM |
Size: |
192.85 Kb |
Version: |
.001 |
Rate Addon: |
|
trying its hardest to run this site :)
|
|
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: |
|
Downloads: |
9766 |
Views: |
32063 |
Favorites: |
5 |
Uploaded By: |
|
Last Modified: |
02-09-2005 04:39 PM |
|
| |
|
|
|
02-11-2007, 05:47 AM
|
|
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.
|
|
|
04-11-2005, 06:33 PM
|
|
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.
|
|
|
02-26-2005, 05:17 PM
|
|
Bellum Aeternus
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!">
|
|
|
02-26-2005, 04:43 PM
|
|
Bellum Aeternus
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.
|
|
|
02-26-2005, 01:44 PM
|
|
Bellum Aeternus
Server: Unkown
Forum posts: 165
File comments: 16
Uploads: 30
|
|
|
|
02-25-2005, 12:47 PM
|
|
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.
|
|
|
02-17-2005, 09:56 AM
|
|
A Grove Wisp
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.
|
|
|
02-09-2005, 11:20 PM
|
|
a hedgehog
Server: Nagafen
Forum posts: 854
File comments: 43
Uploads: 22
|
i dont think links work either
|
|
|
02-09-2005, 08:20 PM
|
|
A Griffon
Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
|
was gonna say the same thing as dolby
|
|
|
02-09-2005, 04:40 PM
|
|
Bacon Eater
Forum posts: 2452
File comments: 15
Uploads: 24
|
Looks like it doesnt render CSS correctly or at all.
|
|
|
All times are GMT -5. The time now is 05:58 PM.
|
|