EN - General supportwebspell bug imagens , me ajuden


15.05.2010, 16:58 - Sundey One - webSPELL newbie - 47 Posts
well my mistake and that the images here are not getting together the text, see the print below:

http://img541.imageshack.us/img541/210/webspellerro.jpg


help me please

the image is not centered on the side of the text she is down more I put them to the side is not why is that?
 
15.05.2010, 17:40 - derchris - Administrator - 1454 Posts
What ???

perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'

 
15.05.2010, 18:17 - Dynamic-Webmedia - webSPELL hero - 1577 Posts
What do you mean?

[URL=http://www.dynamic-webmedia.de/]www.dynamic-webmedia.de | Professional Webdesign.[/URL] - Follow us on [URL=https://www.facebook.com/dynamicwebmedia]FACEBOOK[/URL]

 
13.04.2012, 21:28 - Diogo - webSPELL newbie - 11 Posts
I'm having this problem,
The text is always below the pictures!

http://img541.imageshack.us/img541/210/webspellerro.jpg

Or:

http://dl.dropbox.com/u/2267586/bug.jpg

The images are not beside each other, always under.

how can I fix?

Thanks!
 
15.04.2012, 14:58 - Diogo - webSPELL newbie - 11 Posts
Nobody can help me? This is the second installation of webspell this happens: x
 
15.04.2012, 15:16 - Philipp - Administrator - 2566 Posts
I think it is a problem with your stylesheet.
I think there is something like
[IMG]img {
display:block;
}[/IMG]

without the correct link we can't help you
 
15.04.2012, 19:28 - CREETEN. - webSPELL user - 239 Posts
This is the link from Google Cache:
http://webcache.google...=de&ct=clnk&gl=de

Unfortunately the page is offline => http://team-seiky.esco...e=forum_topic&topic=6

As Philipp said, it most likely has something to do with your stylesheet.

- creetiix3

Online SteamID/CommunityID Converter - http://converter.creeation.de

 
16.04.2012, 22:54 - Diogo - webSPELL newbie - 11 Posts
sry, the link is: http://team-seiky.com

I have two sites with webspell, and one is correct but not the other! And the styles are the same:

img { border: none; }
 
18.04.2012, 18:28 - Bochi-Media - webSPELL newbie - 53 Posts
Diogo wrote:

sry, the link is: http://team-seiky.com

I have two sites with webspell, and one is correct but not the other! And the styles are the same:

img { border: none; }


Yes but the problem is in your index.php

team-seiky.com (Line 39)
td img {
display: block;
}


deleting this code line will fix the problem with the flags. But maybe bring other problems!
If other problems occurs:

open the src\func\bbcode.php

go to line 135 shoud look like this

Code:
1.
2.
3.
4.
5.
     while($ds = mysql_fetch_array($ergebnis)) {
          $text = str_ireplace ("".$ds['short']."", '<img src="'.$prefix.'images/flags/'.$ds['short'].'.gif" width="18" height="12" border="0" alt="'.$ds['country'].'" />', $text);
     }

     $text = str_ireplace ("<img src="images/flags/na.gif" width="18" height="12" border="0" alt="not available" />", '<img src="'.$prefix.'images/flags/na.gif" width="18" height="12" border="0" alt="'.$_language->module['na'].'" />', $text);


and than add between <img and src= the code " style="display:inline;" " in line 136 and 139.

If you need help you can't find this code section send me your bbcode.php and i will replace it for you.

This finally should fix your problems. Please correct me if i'm wrong.

Greetz
Manuel

www.Bochi-Media.de - Free Webspell Support & Development Skype BochiMedia gTalk Administrator@Bochi-Media.de ICQ 628604918 mail Administrator@Bochi-Media.de

 
18.04.2012, 20:21 - Diogo - webSPELL newbie - 11 Posts
http://dl.dropbox.com/u/2267586/bug_solved.png

I removed: td img {display: block;} from index.php

Problem solved!

Thank you lächeln
 
19.04.2012, 00:43 - Diogo - webSPELL newbie - 11 Posts
Another problem, maybe you can help me:

http://dl.dropbox.com/u/2267586/poll.png

The bars fill up completely, and should not! Only on page polls.php, but the block in index.php looks good!