Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
space not being deleted / asciiart-tab
#1
actually i wanted to show off my latest ascii art around here, but i failed cause of
this.
in fact, there are bunches of space's before that "this". but they are getting deleted. now i could post my art in formatted code, but then i got the problem that i can't change the font or font size.
so basically i am asking for a tab like following:

[ascii][/ascii] / [space][/space] = space being displayed

OR

simple removing the space-deleting function.

is one of that possible?
Reply
Thanks given by: LutiChris , Elias
#2
or you could make a screenshot and post it ^^
i know it's not the same as it may be manipulated and stuff but^^
yeah less work
Reply
Thanks given by:
#3
(04-20-2010, 07:02 PM)Bamboori Wrote:  simple removing the space-deleting function.
thats a browser function really

use the code tags for ascii art or use a symbol similar to space
Reply
Thanks given by: Silverthorn
#4
(04-20-2010, 07:04 PM)Hacker Wrote:  or you could make a screenshot and post it ^^
i know it's not the same as it may be manipulated and stuff but^^
yeah less work
that would totally destroy the meaning of an ascii-picture, you know. plus, you can't copy and paste it to text editors then.

@yinyin: i COULD do that. but its simply ugly D:


edit: ok i figured out that i can use a combination of space and dot. but for small arts one such that contain dots its still bad.
Reply
Thanks given by:
#5
oh cmon

find something that displays empty on some font and use that
Reply
Thanks given by:
#6
actually there`s a html tag called
 which is for pre-formated stuff - i attached it as BB Code - try this

Code:
[pre][/pre]

[pre]example....
bla
bla
blabla[/pre]

EDIT: Nave recognized the bug with new lines - this isn not normal for pre-tag, some other css or so must be reason for it, I will have a look into it...

Code:
bla
bla
  blabla

10101010101
1 1 1 1 1 1 1
[Image: random.php?pic=random]
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck"
Don't dream your life, live your dream!
Reply
Thanks given by: Bamboori , LutiChris
#7
change of plans - support told my why there`s a new-line-bug. The solution is easy - use the code-tag, i just changed the font for the code-block and that`s it - so far it`s only changed on LFEv2 theme, hope BP can do it on the other, I`m in a hurry...

CSS: codeblock code
-> font-family: Courier;

Pre tag is deleted
[Image: random.php?pic=random]
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck"
Don't dream your life, live your dream!
Reply
Thanks given by:
#8
Test:

butbutbut, it's in a box! big images not possible :o
Reply
Thanks given by:
#9
that big images should be in a smaller font :P
Reply
Thanks given by:
#10
Solution:
    REGEXP-Code:
\[pre\](.*?)\[/pre\]
    HTML-Code:
<pre style="line-height: 50%">$1</pre>

The bug is that every line is repeated since there is the <br /> tag created by MyBB and the line break which isnt ignored in the pre tag.
What I did was simply making every line half as long.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)