The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm sure someone else has run into this but I haven't seen anything.
This is weird behavior where <br>s are getting added to posts, specifically when using table tags. For instance, I'll have the following post: Quote:
Anyone else run into this? What function is doing this so I can try and fix it. |
#2
|
||||
|
||||
![]()
Well, when you type this:
hello hello again Then you end up with <br> between lines, so why would you expect any different when using tags? |
#3
|
|||
|
|||
![]()
What I'm posting
![]() What I'm getting ![]() It's not adding one br, it's adding a hundred. |
#4
|
||||
|
||||
![]()
I don't know why it's adding a hundred, but did you try putting it all on one line which is what you need to do?
|
#5
|
|||
|
|||
![]() Quote:
Given the example Code:
<table> <tr> <td></td> <td></td> </tr> [...] Code:
<table><br /> <tr><br /> <td></td><br /> <td></td><br /> </tr><br /> [...] Code:
<br /> <br /> <br /> <br /> <br /> <table> <tr> <td></td> <td></td> </tr> [...] I did find a way around it for now though. Code:
<table><tr><td>Table cell text </td><td>Table cell text </td></tr>Table cell text [...] My one complaint is that it looks really bad for formatting and my mods have difficulty following the pattern when making edits. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|