What do you reccomend i put in the html box in configuration, i want enough so that people can do the sigs in html and do links etc ??
CheeRS
Dave
what html do people reccomend?
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.
Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.
Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
-
- Registered User
- Posts: 112
- Joined: Wed Mar 06, 2002 5:29 pm
- Location: Mobile, Alabama
- Contact:
b,i,u,pre,img,a
That should be good for people to do the basic stuff. Thats what I have mine set for anyway. Haven't found a need for much else. I really only kept/added those just because I'm more used to typing html than I am bbcode. If it can be done with bbcode though, the html tags aren't really needed.
That should be good for people to do the basic stuff. Thats what I have mine set for anyway. Haven't found a need for much else. I really only kept/added those just because I'm more used to typing html than I am bbcode. If it can be done with bbcode though, the html tags aren't really needed.
http://visualintensity.com" target="_blank · http://skaboodle.com" target="_blank
-
- Registered User
- Posts: 112
- Joined: Wed Mar 06, 2002 5:29 pm
- Location: Mobile, Alabama
- Contact:
The problem with allowing any HTML, even just simple text style tags is that we don't check whether they are closed correctly ... therefore it's not too hard for someone to break the layout of a board. With BBCode processing of the tag 'stops' (well, it doesn't begin actually) if opening and closing tags aren't found, so far less chance of someone messing up the layout.