Please note that new user registrations disabled at this time.
Search found 2 matches
Go to advanced search
- by Sentinel
- Thu Jan 25, 2007 9:08 am
- Forum: General RPG Discussion
- Topic: WideScreen Woes
- Replies: 2
- Views: 1943
Lionheart always has appeared to struggle with any resolutions outside the default, unfortunately. The resolution can be changed in the config file, but that messes up the interface. As for patches, well, the game developers, Black Isle, are long gone, so it's unlikely you'll be able to get one.
- by Sentinel
- Thu Jan 25, 2007 9:06 am
- Forum: Tech Support
- Topic: Html help required.
- Replies: 3
- Views: 582
I think the problem is that you stuck everything in a single HTML table, the solution is probably to turn the third column into a table itself, then add the rows.
<TABLE BORDER HEIGHT=477 WIDTH=601>
<TD ROWSPAN=3>MENU CELL</TD>
<TD ROWSPAN=3>MENU CELL2
<TABLE>
<TR><TD>TOP BAR</TD></TR>
<TR><TD ...