Welcome to Eyes on FF!
>>> Click here to download Final Fantasy Ringtones
Oh no!
 

 
 
LinkBack Thread Tools
God
#1
Default Really, really not important at all. Seriously.

Currently the Add Reply page looks like this:



Ideally, I think it should look like this:



I mean the bottom part. See how nice and lined-up it is? I know I fixed it at least twice in the past, but upgrading the MB among other things clobbers the changes and reverts it back to ugliness.

The code for that bottom part is currently something terrible like this.

<table cellpadding="4" border="0" cellspacing="1" width="100%" bgcolor="#000000">
<tbody><tr>
<td bgcolor="#012033" colspan="2" align="center"><font face="verdana, arial, helvetica" size="2" color="#ffffff"><b>Topic Review (Newest First)</b></font></td>
</tr></tbody></table>
<!-- spacer -->
</tbody></table><table cellpadding="0" cellspacing="0" border="0" width="95%" bgcolor="#000000">
<tbody><tr>
<td><img src="newreply.php_files/clear.gif" alt="" width="10" height="1"></td>
<td width="100%">
<!-- /spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="100%" align="center"><tbody><tr><td>

<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tbody><tr>
<td bgcolor="#012033" valign="top" width="175" nowrap="nowrap"><font face="verdana, arial, helvetica" size="2">Citizen Bleys</font></td>
<td bgcolor="#012033" valign="top" width="100%"><font face="verdana, arial, helvetica" size="2">Or just ban people who make retarded "which is better, _____ or _____" polls. *nod*</font></td>
</tr>
</tbody></table>
</td></tr></tbody></table>

<!-- spacer -->
</td>
<td><img src="newreply.php_files/clear.gif" alt="" width="10" height="1"></td>
</tr>
</tbody></table>
<!-- /spacer --><!-- spacer -->
<table cellpadding="0" cellspacing="0" border="0" width="95%" bgcolor="#000000">
<tbody><tr>
<td><img src="newreply.php_files/clear.gif" alt="" width="10" height="1"></td>
<td width="100%">
<!-- /spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="100%" align="center"><tbody><tr><td>

<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tbody><tr>
<td bgcolor="#002942" valign="top" width="175" nowrap="nowrap"><font face="verdana, arial, helvetica" size="2">Yamaneko</font></td>
<td bgcolor="#002942" valign="top" width="100%"><font face="verdana, arial, helvetica" size="2">It
happens often yeah, but people need to discuss about the subject and
not just add a meaningless stat to the thread. It's fine how it is.</font></td>
</tr>
</tbody></table>
</td></tr></tbody></table>

<!-- spacer -->
</td>
<td><img src="newreply.php_files/clear.gif" alt="" width="10" height="1"></td>
</tr>
</tbody></table>
<!-- /spacer --><!-- spacer -->
<table cellpadding="0" cellspacing="0" border="0" width="95%" bgcolor="#000000">
<tbody><tr>
<td><img src="newreply.php_files/clear.gif" alt="" width="10" height="1"></td>
<td width="100%">
<!-- /spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="100%" align="center"><tbody><tr><td>

<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tbody><tr>
<td bgcolor="#012033" valign="top" width="175" nowrap="nowrap"><font face="verdana, arial, helvetica" size="2">Flying Mullet</font></td>
<td bgcolor="#012033" valign="top" width="100%"><font face="verdana, arial, helvetica" size="2">Has
there been any thought into making a section for common/reoccuring
polls, like "Which is your favorite Final Fantasy", "Which is better,
Final Fantasy VII or Final Fantasy VIII", "Is the white mage a boy or a
girl", etc... There are certain polls that keep reocurring over time
and it might be nice to have a "polling place" on the common topics,
but without the post part.</font></td>
</tr>
</tbody></table>
</td></tr></tbody></table>

<!-- spacer -->
</td>
<td><img src="newreply.php_files/clear.gif" alt="" width="10" height="1"></td>
</tr>
</tbody></table>
<!-- /spacer -->
</td></tr></tbody></table>


<br>

<!-- End content area table -->


If you take out the parts I highlighted in red and add in those two little tags in yellow, it'll look like my screenshot. It should be done easily from the templates. Actually much more easily than I had to do by hand, since you'll probably only have to change it in one place in the template and the MB will auto-change it multiple times per html document. Or whatever. I don't remember exactly what the templates look like, but it shouldn't be hard. At least not too hard.

Unless you like it the way it is now. In which case *leaves forever*
Old 07-01-2003, 06:57 AM
God is offline  
eestlinc
Cid's Knight
cowboy
eestlinc's Avatar
Location: howdy howdy howdy
Default

heh yes thats a good change. *goes to change*

hmm I seem to have lost my access to the admin control panel. how odd...
Old 07-01-2003, 07:02 AM
eestlinc is offline  
Del Murder
Administrator
Enforcer? I hardly know her!
Del Murder's Avatar
Location: California
Default

Very funny, doc. You sure had me.
Old 07-01-2003, 08:16 AM
Del Murder is offline  
Leeza
Administrator
rowr
Leeza's Avatar
Location: The long hard road out of hell.
Default

It took me awhile, but I agree. That line is out of whack.
Old 07-01-2003, 08:22 AM
Leeza is offline  
Loony BoB
Administrator
Chocobo
Loony BoB's Avatar
Location: Edinbugger
Default

I spent five minutes trying to figure out what you meant, go me.

Yeah, fun.
Old 07-01-2003, 12:15 PM
Loony BoB is offline  
Nait
Recognized Member
Nait's Avatar
Location: South-Finland
Default

What, the "Spell Check"?
Old 07-01-2003, 01:04 PM
Nait is offline  
Citizen Bleys
Ukrainophile
Citizen Bleys's Avatar
Location: Chateau d'Oraguille
Default

Is this the way you want it? Because I'm not sure I found the right templates, so I don't want to bork up all 3 style sets.
Old 07-01-2003, 04:30 PM
Citizen Bleys is offline  
God
Default

No, that's not quite right. *looks at source code*

EDIT: You fixed it right for the very first table after the Topic Review thing, but there must be somewhere else to edit it to fix all the tables after that. Look for that stupid <!--spacer--> thing, that's mostly what you need to take out along with a <table> tag.
Old 07-01-2003, 05:00 PM
God is offline  
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:14 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
Copyright ©2000 - 2007, Eyes on Final Fantasy.
Sean Robinson Design