Gingerbread Man on 10/9/2002 at 03:26
The old ad banners were inadequate (omg a subtle pun!).
We're looking into alternatives.
That's there in the meantime.
Personally, I find the pages loading an awful lot faster now.
:D
Daxim on 10/9/2002 at 09:02
Now please change the surrounding code so that it looks so nice like it used to in UBB5 and UBB6. Due to the kaputt code with the tables and stuff the images tumble over each other and I get different looks in different browsers:
IE/Win
Inline Image:
http://daxim.ath.cx/load/ttlgadbanneriewinOpera
Inline Image:
http://daxim.ath.cx/load/ttlgadbanneroperaMozilla
Inline Image:
http://daxim.ath.cx/load/ttlgadbannermozillaWhat it should look like, consistent across modern browsers with images neatly aligned flush:
Inline Image:
http://daxim.ath.cx/load/ttlgadbannerconceptHow to achieve this:
Code:
<!-- BEGIN HEADER -->
<div style="background-color: #004; height: 1px;"></div>
<div style="background-color: #ccf; height: 20px;"></div>
<div style="background-color: #004; height: 1px;"></div>
<div style="background-color: #dde; height: 60px; text-align: center;">
<img src="/img/adplaceholder.gif" alt="advertising"
style="border: none;"><img src="/img/remember.jpg" alt="Remember..."
style="border: none;">
</div>
<div style="background-color: #004; height: 1px;"></div>
<div style="background-color: #ccf; height: 20px; text-align: center;
font-weight: bold; font-size: 80%;">
<a href="http://www.ttlg.com/">TTLG.com (home)</a> /
<a href="http://www.sshock2.com">Sshock2.com</a> /
<a href="http://www.thief-thecircle.com">Thief-TheCircle.com</a> /
<a href="http://www.deusex-machina.com">DeusEx-Machina.com</a> /
<a href="http://www.stygianabyss.com">StygianAbyss.com</a> /
<a href="http://morrowind.ttlg.com">Morrowind.ttlg.com</a>
</div>
<div style="background-color: #004; height: 1px;"></div>
<!-- END HEADER -->
-ô_ô- on 11/9/2002 at 07:49
They're not paying you enough, Daxim. ;)
Gingerbread Man on 16/9/2002 at 07:41
You might want to work on your skillz a bit, Daxim.
Inline Image:
http://www.ttlg.com/gbm/newad.jpgUnless that's what you had in mind as the New Look?
Daxim on 16/9/2002 at 10:44
Of course you do. Purely rhetorical question. Observe how I wave my hands into the general direction of my carefully placed caveat:
Quote:
consistent across <em>modern</em> browsers
It is certain that if you upgrade your compiled security risk to its most modern incarnation it will still be a security risk. Oh, and that bug where the height of an element is unrightfully tied to its font-size will be fixed, too.
Taking the cheap way out? No consideration for other users? <tt>What you say <i>!!</i></tt> Okay, so to show that I am indeed most skillzful, replace the four lines with
Code:
<div style="background-color: #004; height: 1px; font-size: 1px;"></div>
as a workaround. Also eliminate the linebreak between the end of the second image element (line 8) and the closing containing div (line 9) to make that small horizontal gap below the images disappear ((
http://www.w3.org/TR/html401/appendix/notes.html#notes-line-breaks) aberrant behaviour courtesy of <em>that</em> browser again).