hakimserwa Posted September 9, 2012 Share Posted September 9, 2012 how do i write this in bbcode? text-decoration:none; Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/ Share on other sites More sharing options...
trq Posted September 9, 2012 Share Posted September 9, 2012 Your question makes little sense. Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1376391 Share on other sites More sharing options...
hakimserwa Posted September 9, 2012 Author Share Posted September 9, 2012 ok if you want to change the size of a text in a bbcode version you write it like this text here what about alink with a line bellow it how do i elimnate that line in normal css it would be text-decoration: none what about in bbcode format? does that make abit of sense? Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1376393 Share on other sites More sharing options...
hakimserwa Posted September 9, 2012 Author Share Posted September 9, 2012 sorry the code that i was trying to demonstrate was executed where it says text here this was the code [size=xx-small]text here [/size] Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1376396 Share on other sites More sharing options...
haku Posted September 9, 2012 Share Posted September 9, 2012 You can write it however you want. [plain][/plain] is one way you could do that. Of course, you will have to write your own processing to replace these tags with HTML on output. Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1376407 Share on other sites More sharing options...
hakimserwa Posted September 9, 2012 Author Share Posted September 9, 2012 thanks will try this Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1376501 Share on other sites More sharing options...
hakimserwa Posted September 14, 2012 Author Share Posted September 14, 2012 You can write it however you want. [plain][/plain] is one way you could do that. Of course, you will have to write your own processing to replace these tags with HTML on output. it does not work can you show how to use it? Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1377802 Share on other sites More sharing options...
trq Posted September 14, 2012 Share Posted September 14, 2012 Have you actually written any code to implement it? Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1377806 Share on other sites More sharing options...
hakimserwa Posted September 14, 2012 Author Share Posted September 14, 2012 how show some example please am new to this bbcode thing. Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1377823 Share on other sites More sharing options...
Christian F. Posted September 15, 2012 Share Posted September 15, 2012 Google has LOTS of examples. I know you've seen the "How to ask" article posted quite a few times, so please don't make us have to link it to you here as well. Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1378108 Share on other sites More sharing options...
Monkuar Posted September 15, 2012 Share Posted September 15, 2012 how show some example please am new to this bbcode thing. Here's a pseudo random site: http://www.queness.com/code-snippet/6299/bb-code-to-html-parser-with-php You can use this code to help you get started if you want to look at HTML parsing with PHP. Or maybe you know check up on this http://www.w3schools.com/cssref/pr_text_text-decoration.asp Thanks, have a wonderful day! Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1378109 Share on other sites More sharing options...
hakimserwa Posted September 15, 2012 Author Share Posted September 15, 2012 thanks for trying to help @monkuar Quote Link to comment https://forums.phpfreaks.com/topic/268171-bbcode-help/#findComment-1378158 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.