|
|
Forum software has wrong font style for <pre>
Here in this forum writing <pre> used to give Courier New (aka fixed width) font. That is usefull for code snippets and now it gives regular proportional font at least for me. If someone changed that please change it back, thanks.
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Thank you Lexi! Oh by the way, could you tell them to fix this signature separating line as well? It is way too long, and the top and bottom margins are too small. Someone seems to be playing smart there in web design team trying to "prettyfy" things which are not to be touched. In my opinion it would be better to use "--" as the signature separator than the hr tag.
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Sooo... any chance to get a fix any time soon? It is rather annoying to have to look at the code snippets in proportional font. Come on web admins, how hard is to fire up the Notepad and edit that CSS back to what it used to be?
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Lexi, this forum software has bugs! Editing the post kills the attachment and it has to be reuploaded.
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Confirmed -- submitting now...
(conversion of < > to html in title on edit also noted)
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
It is really beyond me why they changed <pre> style. Haven't they heard of "If it ain't broke don't fix it"?
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
And now the edit button is gone...
Lexi what are those people in web administration doing?!? Now the edit button is gone! Can't Intel hire someone capable of administering simple forum instead of those amaters?
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: And now the edit button is gone...
We're chasing it down... this one is likely a config issue rather than a design issue (since we admins can still edit), and it should be quick and simple to fix if that's the case.
|
|
| |
|
|
Re: And now the edit button is gone...
|
| |
|
|
Re: And now the edit button is gone...
Now it is back again and I didn't have to delete cookies (thanks God for that). I sincerely hope it won't get any worse than this.
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: And now the edit button is gone...
Do let us know if this works. I posted with a non-admin test account and was able to edit posts generated by that account.
-Lexi
|
|
| |
|
|
Re: And now the edit button is gone...
Lexi, see my response above your post.
By the way (now that I have your attention) what is going on with <pre> font style? Why it is taking so long to fix?
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Looks fine to me and there have been no updates to Forums or Forum code in some time. Let me peek around a bit.. [ This is a test
one space
three spaces
]
This is a test signature..
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
With this post I have changed over my Profile “Preferences:Site Options” to use a different content editor.. In this case I am using the “TemplatedFTB” Templated Free Text Box editor… This gives me a new button that I can use to paste code.. public class CategoryList : System.Web.UI.Page{ protected System.Web.UI.WebControls.Literal head;protected System.Web.UI.WebControls.Literal header;protected System.Web.UI.HtmlControls.HtmlForm Form1;protected System.Web.UI.WebControls.DataGrid data_gridCategories;protected System.Web.UI.WebControls.DataGrid data_gridVideoList;protected System.Web.UI.WebControls.Literal footer;
When I pasted this code it appears to have lost my tabs but lets see what it looks like when I click "Post"
This is a test signature..
|
|
| |
|
|
Re: And now the edit button is gone...
Well in my last test with templatedFTB it appears that the paste button did lose some formatting when I took it from VS.Net directly and used the past C++ button on the menu bar.. Let me try two more options...
Here is code pasted from notepad that contains the tab characters and using the C++ code paste button. [ public class CategoryList : System.Web.UI.Page { protected System.Web.UI.WebControls.Literal head; protected System.Web.UI.WebControls.Literal header; protected System.Web.UI.HtmlControls.HtmlForm Form1; protected System.Web.UI.WebControls.DataGrid data_gridCategories; protected System.Web.UI.WebControls.DataGrid data_gridVideoList; protected System.Web.UI.WebControls.Literal footer; ]
Above looks pretty good when taken from Notepad and pasted into the RTF editor (we will have to see how it looks after the "post" though.
And here below I will manually put in the pre tags using the HTML editor
[
public class CategoryList : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Literal head;
protected System.Web.UI.WebControls.Literal header;
protected System.Web.UI.HtmlControls.HtmlForm Form1;
protected System.Web.UI.WebControls.DataGrid data_gridCategories;
protected System.Web.UI.WebControls.DataGrid data_gridVideoList;
protected System.Web.UI.WebControls.Literal footer;
]
Let me post this and see the end result..
This is a test signature..
|
|
| |
|
|
Re: And now the edit button is gone...
Ok I see the problem now.. The new Intel Headers use a style sheet called style.css which overriders the default style for the entire page.. I will continue to see how we can get the style.css file line 1 for the declaration of * {font-family:verdana,sans-serif;} disabled within the pages body content.. Give me a bit..
This is a test signature..
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Isn't it up to the end user to add their own signature or not?
This is a test signature..
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
This is not a bug... HTML is strictly not allowed in the Subject and it can lead to XSS violations. We will not be making that change.
This is a test signature..
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
The pre and signatures are back to being close to normal. As we adjust the Intel.com headers and footers this kind of issue can easily crop up again but we will do our best to resolve and close on these items as fast as possible.
Cheers
This is a test signature..
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
Hi, I always write in HTML editor mode. Let me see if <pre> now works as it should:
void somefunc(void)
{
__asm {
xorps xmm0, xmm0 ; this is a test
test eax, eax
jnz do
jmp do_not
do:
movntdqa xmmword ptr [eax], xmm0 ; some more
do_not:
}
}
As for signatures, I have added my own signature but I haven't added the line that separates it from the post body. I would prefer having oldstyle -- as a separator. On a side note, that line didn't have the same top/bottom margins when viewed from Firefox and Internet Explorer.
Regards, Igor Levicki http://www.levicki.net/
|
|
| |
|
|
Re: Forum software has wrong font style for <pre>
<pre> seems ok now except that in both Firefox and IE it is lacking bottom margin before the start of the next paragraph.
On a side note, font sizes (and perhaps even faces) are not identical in those two browsers and top margin for the signature separator line is different as well.
Moreover, posts with <pre> have horizontal and vertical scroll bars in Internet Explorer. Horizontal is ok, but vertical doesn't seem usefull at all.
Finally, editing post with an attachment still killed the attachment last time I checked.
Regards, Igor Levicki http://www.levicki.net/
|
|
| |