Codes altered after posting
3 posters
Page 1 of 1
Codes altered after posting
When editing a new topic that contains coding for a layout for my proposal posts, the layout changes when I save it. It removes part of the code.
You can see it Here on this post I just made recently, if you hit the quote button it does the same thing.
The top part of the code now is:
I posted this question before Here and got the reply:
Is there a new way I need to be coding that section of the code because of the new editor update?
Or is this a bug due to the update?
This gets pretty frustrating when designing new tables/posts/templates, etc. I have to keep the code in a text file on my computer to keep copy/pasting it while designing something new.
You can see it Here on this post I just made recently, if you hit the quote button it does the same thing.
The top part of the code now is:
- Code:
[table style="border: 1px solid rgb(0, 0, 0);" width="100%"][tr style="background: none repeat scroll 0% 0% rgb(0, 0, 0);"][td style="background-repeat: no-repeat; background-position: center center; padding: 5px; font-weight: bold; font-size: 20px;" height="169px"]
- Code:
[table style="border: 1px solid rgb(0, 0, 0);" width="100%"][tr style="background: none repeat scroll 0% 0% rgb(0, 0, 0);"][td style="background-repeat: no-repeat; background-position: center center; padding: 5px; font-weight: bold; font-size: 20px;" background="http://i1042.photobucket.com/albums/b430/RapsGraphics/train-rank-head.png" height="169px"]
I posted this question before Here and got the reply:
This is a recent post made way after the editor changes and is doing it also.There have been updates to the editors on our forums and in the administration panel -
These updates have caused some issues with old posts.
Is there a new way I need to be coding that section of the code because of the new editor update?
Or is this a bug due to the update?
This gets pretty frustrating when designing new tables/posts/templates, etc. I have to keep the code in a text file on my computer to keep copy/pasting it while designing something new.
Last edited by DustyBones on March 28th 2014, 7:21 pm; edited 1 time in total
Re: Codes altered after posting
hmm the editor seems to be removing it. Have you tried adding the bg image with the background-image property instead ? That should probably keep it even if you edit.
oh, you can also set the height in the style too, but oddly enough that doesn't seem to get removed !
- Code:
[table style="border: 1px solid rgb(0, 0, 0);" width="100%"][tr style="background: none repeat scroll 0% 0% rgb(0, 0, 0);"][td style="background-repeat: no-repeat; background-position: center center; padding: 5px; font-weight: bold; font-size: 20px;background-image:url(http://i1042.photobucket.com/albums/b430/RapsGraphics/train-rank-head.png);" height="169px"]
- Code:
background-image:url(http://i1042.photobucket.com/albums/b430/RapsGraphics/train-rank-head.png);
oh, you can also set the height in the style too, but oddly enough that doesn't seem to get removed !
Re: Codes altered after posting
Ange Tuteur wrote:hmm the editor seems to be removing it. Have you tried adding the bg image with the background-image property instead ? That should probably keep it even if you edit.
- Code:
[table style="border: 1px solid rgb(0, 0, 0);" width="100%"][tr style="background: none repeat scroll 0% 0% rgb(0, 0, 0);"][td style="background-repeat: no-repeat; background-position: center center; padding: 5px; font-weight: bold; font-size: 20px;background-image:url(http://i1042.photobucket.com/albums/b430/RapsGraphics/train-rank-head.png);" height="169px"]
- Code:
background-image:url(http://i1042.photobucket.com/albums/b430/RapsGraphics/train-rank-head.png);
oh, you can also set the height in the style too, but oddly enough that doesn't seem to get removed !
That works thanks!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum