Welcome, Guest. Please Login or Register.
June 21, 2025, 11:56:26 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  problem with the 'glow' tag « previous next »
Pages: [1] Reply Ignore Print
Author Topic: problem with the 'glow' tag  (Read 591 times)
Voodoo
Noobie
*
Posts: 2


Hey there, Hi there, Ho there.

problem with the 'glow' tag
« on: December 14, 2003, 07:38:27 PM »
Reply with quote

YaBB SE Version: 1.5.4
PHP Version:
MySQL Version:
Server Platform:
Link to Forum: http://www.houseofloy.net

Problem Description:
My problem is that when you put a word in glow, it showes up on its own line, for instance...

My problem is that when you put a word in glow, it showes up on its own line, see what I mean.

Is there going to be a fix for this, or has anyone else noticed this?
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:problem with the 'glow' tag
« Reply #1 on: December 14, 2003, 08:59:16 PM »
Reply with quote

If you look at the source code for the page, you'll see that the glow effect is being created by applying a CSS filter to the data in a table (which is a block level element). Why it was coded that way I don't know, but it should be possible to do what you want by applying the same filter to an inline element.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:problem with the 'glow' tag
« Reply #2 on: December 14, 2003, 10:26:34 PM »
Reply with quote

Quote from: Peter Duggan on December 14, 2003, 08:59:16 PM
If you look at the source code for the page, you'll see that the glow effect is being created by applying a CSS filter to the data in a table (which is a block level element). Why it was coded that way I don't know, but it should be possible to do what you want by applying the same filter to an inline element.

Has to be a table, Internet Explorer won't give it the glow effect otherwise.  (it either has to have a fixed width or be a table.)

-[Unknown]
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:problem with the 'glow' tag
« Reply #3 on: December 15, 2003, 12:16:38 AM »
Reply with quote

I know, because I subsequently tried modifying Subs.php to make it a span and a few other things, but the thought was there!
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:problem with the 'glow' tag
« Reply #4 on: December 15, 2003, 03:22:56 AM »
Reply with quote

You can however add style="display: inline;" to the table, in most cases.

-[Unknown]
Logged
Crackwar
Jr. Member
**
Posts: 92


Ich liebe Lamas !!^^ I love lamas !!^^

WWW
Re:problem with the 'glow' tag
« Reply #5 on: December 15, 2003, 05:17:05 AM »
Reply with quote

did i get it right? the glow-function won´t work with Ineternet Explorer, if try to make it in the same line like the other text?  ???

Why?
Logged

Nicht denken, dass ich n mieser Zeitgenosse bin. Ich bin nur Lamasüchtig ^^

Don´t think i´m a bad boy. I only like lamas ^^
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:problem with the 'glow' tag
« Reply #6 on: December 15, 2003, 07:41:23 AM »
Reply with quote

Quote from: Crackwar on December 15, 2003, 05:17:05 AM
did i get it right? the glow-function won´t work with Ineternet Explorer, if try to make it in the same line like the other text?  ???

Why?

Well, the glow function *ONLY* works with Internet Explorer... however, it can be on the same line with some work.  You can see it done here:

http://www.simplemachines.org/community/index.php

-[Unknown]
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:problem with the 'glow' tag
« Reply #7 on: December 15, 2003, 05:35:21 PM »
Reply with quote

Quote from: Crackwar on December 15, 2003, 05:17:05 AM
did i get it right? the glow-function won´t work with Ineternet Explorer, if try to make it in the same line like the other text?  ???

Why?

Because, as [Unknown] has explained, it needs to be in a table to work and a table is a block level element by default!

Quote from: [Unknown] on December 15, 2003, 03:22:56 AM
You can however add style="display: inline;" to the table, in most cases.

You'd also need to do something about the vertical alignment to make it look right in this case. But, while we're on the subject, there are two cases of missing colons in the Subs.php lines controlling glow and shadow:

"'<table style=\"border 0px;\">

Which should read:

"'<table style=\"border: 0px;\">
Logged

Voodoo
Noobie
*
Posts: 2


Hey there, Hi there, Ho there.

Re:problem with the 'glow' tag
« Reply #8 on: December 15, 2003, 05:36:05 PM »
Reply with quote

Yeah, I saw that it worked in SMF, which is why I posted in here (I thought I had messed up the yabbse install somehow, but after seeing the same result on this board, I knew differently).  I am waiting impatiently for the SMF to be out for the rest of us to get into. :)
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  problem with the 'glow' tag « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.720 seconds with 20 queries.