Tagged Questions
6
votes
3answers
439 views
Ascii art in HTML comments - fad or function?
Lately I've seen several websites with large ASCII art headers in their HTML. I don't get the point and it seems like this must just be a fad. For instance, tumblr.com has it:
<!--
. ...
4
votes
3answers
283 views
HTML table to “graphical text” for code comments
Is there a tool (ideally command-line-based) that can help in converting the source to HTML tables into “graphical text” (think perhaps ASCII art for HTML tables) for use in code comments, as show ...
1
vote
1answer
183 views
ASCII ART IN WEBBROWSER
How should I do to make it print like it looks in the html document in the web browser? =/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
0
votes
3answers
50 views
Horizontally and vertically center a pre tag without the use of tables?
Is it possible to horizontally and vertically align a pre tag without tables? I want to vertically and horizontally align some ASCII art on a webpage. While I have already produced a successful ...