Skip to Content
Register · Login
About Theme

A Letterboxing Community

Atlas Quest
Search Edit Search

Read Thread: Still no ability to edit trackers

Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164231 by Trekkie Gal
Dec 13, 2007 11:47am
Thread (disabled) Board
Ha, it IS the same, basically, as the old "image not displaying properly" bug!!

Solved.

< geekspeak>

Once again, it is the css div and IE7 causing trouble. The buttons are defined in a div:

< div style="float:right;text-align:center;" class="printHide" >

But IE7 screws it up. TO work around, what we need to do is just like before: put the OTHER stuff in a left/float div, then the right/float div will work correctly... so, to fix:

Directly AFTER the < /div> of the butons, replace the:

< p>< i>Postal Tracker< /i>< /p>

with:

< div style="float:left" >
< p>< i>Postal Tracker< /i>< /p>
< /div>
< br>
< div>


< /geekspeak>

Viola! Works on mine, at least...
-wassamatta_u
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164239 by wassamatta u
Dec 13, 2007 11:51am
Thread (disabled) Board
< p>< i>Postal Tracker< /i>< /p>

with:

< div style="float:left" >
< p>< i>Postal Tracker< /i>< /p>
< /div>
< br>
< div>

< /geekspeak>


Do you provide a < /geekspeak> interpreter?
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164239 by wassamatta u
Dec 13, 2007 11:52am
Thread (disabled) Board
Man, I hope that is geekspeak for Ryan and not for me!! There is NO WAY I could do that to my computer!!

~ 3BG (who still doesn't have edit buttons either)
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164244 by peaceful Warrior
Dec 13, 2007 11:54am
Thread (disabled) Board
Man, I hope that is geekspeak for Ryan and not for me!! There is NO WAY I could do that to my computer!!


Ha, sorry! Yeah, this is definitely intended for Mr T (ortuga)... not something that would work trying to edit yourself on each page! It is a change to the AQ source code.
-wassamatta_u
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164239 by wassamatta u
Dec 13, 2007 1:04pm
Thread (disabled) Board
Viola! Works on mine, at least...


Works for me too, so that's what I'll do. =)

But you forgot the part where I have to include this message next to the DIV tag in the code: DO NOT REMOVE THIS DIV TAG! It may appear to do nothing, but IE will sometimes not display the button panel on the right without it. I don't know why, I don't really care, but DO NOT remove this DIV tag under any circumstances. =) At least until people stop using IE and learn to use a real browser, which is never going to happen. *grumble* Stupid Microsoft.

-- Ryan
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164239 by wassamatta u
Dec 13, 2007 1:04pm
Thread (disabled) Board
Ha! GT has fixed it already, excellent!

Plus, Ryan, that was a much better solution than mine - using < br clear="left" /> instead of starting another div... nice touch!!

Ya gotta love a responsive webmaster!! Kudos, Mr T.
-wassamatta_u
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164245 by wassamatta u
Dec 13, 2007 2:28pm
Thread (disabled) Board
Ha ha! Yes, kinda what I figured. You did have me scared there for a while, though.
Re: Still no ability to edit trackers- ANSWERS!
Board: Letterboxing Help Desk
Reply to: #164266 by wassamatta u
Dec 13, 2007 2:46pm
Thread (disabled) Board
Oh, bless you GT and wassa, the buttons are back! :D

TG