To further test the HTML problem I discovered in the general suggestions discussion, I am going to post a close HTML tag in my next post to see if that breaks the site. Reply to comment
Nope. Interesting to see which tags do and don't mess things up. (Yes, I'm going trhough an HTML reference and picking out random tags to see what they do. A pre tag, which apparently changes the font to a fixed-width without collapsing spaces, does nothing.) Reply to comment
It appears that I am going to have to get more creative to break things today. I'll have to do some thinking to try to come up with a way. Reply to comment
That does look kind of silly. Is there any way you could limit the resolution that images can take up or reduce them to a thumbnail or something if they are going to stretch past the box allotted for the message post? Reply to comment
Actually, it looks like it did stretch the page out more (I tried posting a red line that is about 34000 pixels wide and one pixel tall, and it is either too thin to show or it just isn't working. However it did appear to stretch the page more.
Unrelated but cool: Now that the page has been stretched, this page let's you take a look at the watermark without anything in front of it. Reply to comment
So I'm not sure if this is something you want to look at, but continuous words that are too long can also stretch the page. Perhaps it would be prudent to include some sort of word wrap feature to make sure this doesn't happen. Reply to comment
Interestingly, they're similar, but different in terms of semantics according to the W3C (the people who wrote the HTML spec). For most purposes, they're the same. Reply to comment
If you don't have an account, you'll need one. We recognize that this is a pain, but we do it to keep spambots from flooding the site. If this really bothers, you, please let us know. We're listening!
?!?
Reply to comment
Does this break anything? Hopefully not. Reply to comment
Reply to comment
Reply to comment
Reply to comment
Nicholas Creely
19 minutes ago.
Testing
Reply to comment
Nicholas Creely
16 minutes ago.
Looks like font tags don't work.
Reply to comment
Nicholas Creely
16 minutes ago.
Testing if the broken formatting carries over to a post that isn't a reply.
Reply to comment
Nicholas Creely
15 minutes ago.
It does.
Reply to comment
Nicholas Creely
13 minutes ago.
?!?
Reply to comment
Nicholas Creely
11 minutes ago.
Perhaps things might not be as broken as I had thought.
Reply to comment
Nicholas Creely
6 minutes ago.
Does this break anything? Hopefully not.
Reply to comment
Nicholas Creely
5 minutes ago.
Sweet, looks like you do filter against a lot of possible things that could break stuff.
Reply to comment
Nicholas Creely
1 minute ago.
I saw this today, thought it was pretty funny.
Reply to comment
Nicholas Creely
0 minutes ago.
I'm just going to go into the source code now to try to find anything else that might break things.
Reply to comment
Reply to comment
Add to the discussion:
Nicholas Creely writes:
Sponsors
FAQ
Citations
About Sixlinks
Terms of Use
Privacy
Language:
English
EspaƱol
Reply to comment
Apple Introduces Revolutionary New Laptop With No Keyboard
Reply to comment
function show_reply_form(comment_id, url, person_name) {
var comment_reply = $('#' + comment_id);
var to_add = $( new Array(
'
Reply to ' + person_name + ':
','',
'',
'',
'
'Nicholas Creely writes:',
'',
'',
'',
'', '').join(''));
to_add.css("display", "none");
comment_reply.after(to_add);
to_add.slideDown(function() {
comment_reply.replaceWith(new Array('Cancel Reply').join(''));
});
}
function hide_reply_form(comment_id, url, person_name) {
var comment_reply = $('#' + comment_id);
comment_reply.next().slideUp(function (){
comment_reply.next('.response').remove();
comment_reply.replaceWith(new Array('Reply to comment').join(''));
});
}
Reply to comment
Horizontal line? Reply to comment
Add to the discussion:
Nicholas Creely writes:
Reply to comment
Reply to comment
Right alignment?
Reply to commentReply to comment
Let's see if I can put an image over the SixLinks logo. Reply to comment
This should make things a little more fun Reply to comment
Reply to comment
TEST?!?
Reply to comment
Transportation
Moving people and things
Reply to comment
Reply to comment
Allowed tags are: strong, em, li, i, b, ul, ol, a, img, code.
The site does have strong XSS protection, which at present, protects from all known attacks of the browser.
So, I'll be using this to test against - keep trying things here! Reply to comment
The SixLinks site has fought back.
Now try and break it again :) Reply to comment
Reply to comment
Reply to comment
Home Reply to comment
- Test 1
- Test 2
- Test 3
Reply to commentWhat does the code tag do?Reply to commentReply to commentIt appears that I am going to have to get more creative to break things today. I'll have to do some thinking to try to come up with a way.Reply to commentReply to comment
Reply to comment
Unrelated but cool: Now that the page has been stretched, this page let's you take a look at the watermark without anything in front of it. Reply to comment
- First item
- Second item
- Third item
Reply to commentReply to comment
- first
- second
- third
Reply to comment
- first
- second
- third
Reply to comment
- First item
- Second item
- Third item
Reply to commentif you can split a link over multiple lines Reply to comment
If you don't have an account, you'll need one. We recognize that this is a pain, but we do it to keep spambots from flooding the site. If this really bothers, you, please let us know. We're listening!