fEaRz Member Licensed customer Mar 14, 2014 #1 Hi, How do I create a <hr> tag with the core Custom BB Codes. Thanks
P Paul B XenForo moderator Staff member Licensed customer Mar 14, 2014 #2 It's not possible to create or use 'empty' custom bb codes. So {text} is always required. Upvote 0 Downvote
cclaerhout Well-known member Licensed customer Mar 14, 2014 #3 fEaRz said: Hi, How do I create a <hr> tag with the core Custom BB Codes. Thanks Click to expand... If you really need it, you can create it with this addon, it's working. Upvote 0 Downvote
fEaRz said: Hi, How do I create a <hr> tag with the core Custom BB Codes. Thanks Click to expand... If you really need it, you can create it with this addon, it's working.
fEaRz Member Licensed customer Mar 15, 2014 #4 cclaerhout said: If you really need it, you can create it with this addon, it's working. Click to expand... Thanks Upvote 0 Downvote
cclaerhout said: If you really need it, you can create it with this addon, it's working. Click to expand... Thanks
Moddis Active member Licensed customer Mar 20, 2014 #5 fEaRz said: Hi, How do I create a <hr> tag with the core Custom BB Codes. Thanks Click to expand... One way I tried replicating the HR is using something like this: BB Code Tag/Title: hr For HTML Replacement: <span class="cusHr">{text}</span> In CSS: .cusHr { display: block; padding-bottom: 10px; border-bottom: 1px solid #000000; } So if I really need to use a line break after some text I just enclose all that text in a {text} and it has a nice little line under it. Upvote 0 Downvote
fEaRz said: Hi, How do I create a <hr> tag with the core Custom BB Codes. Thanks Click to expand... One way I tried replicating the HR is using something like this: BB Code Tag/Title: hr For HTML Replacement: <span class="cusHr">{text}</span> In CSS: .cusHr { display: block; padding-bottom: 10px; border-bottom: 1px solid #000000; } So if I really need to use a line break after some text I just enclose all that text in a {text} and it has a nice little line under it.
Sentenza Member Licensed customer Mar 22, 2014 #6 cclaerhout said: If you really need it, you can create it with this addon, it's working. Click to expand... How does work the <hr> tag with your addon? Upvote 0 Downvote
cclaerhout said: If you really need it, you can create it with this addon, it's working. Click to expand... How does work the <hr> tag with your addon?
cclaerhout Well-known member Licensed customer Mar 23, 2014 #7 Sentenza said: How does work the <hr> tag with your addon? Click to expand... To use: [hr][/hr] Edit: the method of Moddis is good too. Last edited: Mar 23, 2014 Upvote 0 Downvote
Sentenza said: How does work the <hr> tag with your addon? Click to expand... To use: [hr][/hr] Edit: the method of Moddis is good too.