I don't know. But, i can access the forums fine via my Android.
Honestly, i am not sure what needs to be done to make it bigger for PS3 browser. Sorry.
Master Omnipresent wrote:Has anyone had the New editor just randomly through in code that doesn't belong?
Could you please explain further what you mean by this statement?Master Omnipresent wrote:Has anyone had the New editor just randomly through in code that doesn't belong?
blackrose538 wrote:I saw someone being told to post problems here... so here I go...
As much as I like some features of the new text editor, it's quite inconvenient for roleplay forums which use models, like Introduction Models.Â
It messes up the codes, even if I switch the editor mode and sometimes when you click on edit parts of the original post disappear either when you clicked on "Edit" or after you clicked "send".Â
I'd much rather have the old editor back. Just to give my honest feedback. And I'm usually not picky.
SLGray wrote:What exactly is it doing to the tables? Â I believe you will need to edit the post with tables to they are up to date with the new editor.
runawayhorses wrote:@Kailyn, html tables are slowly being depreciated some people are speculating, and might account for the new text editor not supporting some table tags. I would recommend start using div's instead. Tables should not be used for positioning elements on the page, use it for tabular data. It was and sometimes still is being abused for layout purposes, which is extremely bad practice for a variety of reasons, and CSS is the preferred technology to use there. Although admittedly I still use tables for some small layouts.
ob1 wrote:Please help...I'm so confused. I've been dealing with this white text on white background issue for a couple weeks on http://gpeast.forumotion.com/. It's only in one editor mode. But setting the basic editor as default doesn't work. It still randomly opens the box in wysiwyg and guys can't read what they write. Here's a screen shot:
You're welcome.ob1 wrote:ahhhh, finally. Thank you SLGray.
SLGray wrote:You're welcome.ob1 wrote:ahhhh, finally. Thank you SLGray.
To everyone else, please read the first message in this topic. Â It list some solutions.
[font=Calibri]
[/font]
TWYLYGHT wrote:
Currently the editor has bugs related to posting via mobile operating systems. Will advise not to use them, until they are fixed. Regret the Inconvenience.
Regards,
Sanket
.sceditor-container iframe, .sceditor-container textarea {
background-image: url("IMAGE'S URL") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
When you use the list buttons, you have to add the [*] to the ones after the first one, unless you are in WYSIWYG mode.melodiccolor wrote:Most basic editor functions seem to be working now for us. We never modified anything. However two still don't work.
The bullet point listing tab only inserts the bullet point in the first line. It indents the other lines, but the point is missing.
A member noticed in Internet Explorer, the color change indicating a link to click on was missing in posts for him. Since not many of our members are using Explorer, I am not sure what other problems there still are.
I have not seen any updates to the thread saying what fixes have been made since June.
Made wrote:We're half way there, Sanket, lol. 'cause now I have a black background which is great but black text ÂSanket wrote:Made, add this to your css & check.
- Code:
div.sceditor-container textarea {
  background-color: #000000 !important;
}
div.sceditor-container {
  background-color: #000000 !important;
}
I need the text to be white by default
I made these changes to my CSS, however it only modified the Source code mode, not the WYSIWYG mode. The WYSIWYG editor is still white background with black text.Sanket wrote:Try this in your css.
- Code:
.sceditor-container iframe, .sceditor-container textarea {
  color: #ff0000 !important;
}