Feedback on NI Community

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum messages view doesn't wrap?

I'm not sure what you are referring to by the "line" however If you want, you can create your own personal CSS style and do whatever you want. Here is an example where I define the chch_style and then use it.

<style type="text/css">
<!--
.chch_style {
    background-color: #999999;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
}
-->
</style>
<div align="right" class="chch_style">ABC</div>


ABC


Michael Aivaliotis
VI Shots LLC
0 Kudos
Message 11 of 16
(1,999 Views)


Thanks Michael,

Don't know how I missed that. Could be perfect if you had a solution for the line background...


Try something like...

<div align="right" style="background-color: Lime;">your sig</div>

It depends on the board supporting inline CSS styles, but it's worth a shot. The color can also be expressed as a hex RGB code (#FF00FF)

Ed


Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
Message 12 of 16
(2,001 Views)


@Jean-Pierre Drolet wrote:
You have fixed it but strange enough Charly, when you had your faulty sig, the message view actually did wrap...


Actually Jean, I did notice that the wrapping problem happened right after I quoted someone elses message. It is not directly related to Charly's signature. I also noticed that the more quoted messages you have, the worst it gets.


Michael Aivaliotis
VI Shots LLC
0 Kudos
Message 13 of 16
(1,998 Views)
Perhaps after this post, NI will turn off HTML on the boards. This actually can be really dangerous and can screw up the look and feel of the forums if bad html is used. I'm curious how the forums isolate the rest of the site from bad html. Interesting. Smiley Indifferent


Michael Aivaliotis
VI Shots LLC
0 Kudos
Message 14 of 16
(1,998 Views)


@Michael Aivaliotis wrote:
Perhaps after this post, NI will turn off HTML on the boards. This actually can be really dangerous and can screw up the look and feel of the forums if bad html is used. I'm curious how the forums isolate the rest of the site from bad html. Interesting. Smiley Indifferent


Especially if we start messing with CSS, although the inline CSS shouldn't pose any problems to the overall page/site. They are limited to that particular tag. You just have to make sure and close the tag. Smiley Wink


Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 15 of 16
(1,995 Views)

Tell you what happened yesterday : after trying a number of commands, (with various typing and syntax mistakes -  wish I had labVIEW to do that), I gave up, forgetting to remove the last trial modifications. No warning on my side since the display was apparently OK on PC and Mac. Something specific to FireFox so...

Ed solution for the line color was the simplest, but I learned a lot with Michael's.

Thanks to all of you.

Chilly Charly    (aka CC)
0 Kudos
Message 16 of 16
(1,971 Views)