The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
23 views

HTML table wrap td

Hi I've two tables like below <table width="100px"> <tr> <td> <table width="100%"> <tr> ...
0
votes
1answer
29 views

Objective-C (IOS 6.1+): Draw Text in a shape or path

I was wondering if there is an "easy" way to draw text in a shape or a view or a path so that the characters wrap if the text line is too long (even with fonts with different sizes). Below just an ...
0
votes
1answer
17 views

Have text change with browser window size

Is there a way to make my text NOT run off the page (length-wise) so people need to use a scroll bar? So as they make their browser window smaller, the text will also shorten and wrap?
1
vote
1answer
21 views

Wrap Div's when they reach width of parent div

I am working on a file uploading system: Below I have a picture. I am trying to make the content wrap as soon as it reaches the end of the parent div. I'm not too skilled at css and am not sure how to ...
1
vote
0answers
49 views

How complex/easy can be a C++ class to be called by Matlab? What are the limitations? [duplicate]

I know my question is quite wide and ambiguous, but I am still going to ask it. I will illustrate it with the example I've got, for a better understanding of "complex". I have a HUGE C++ class, ...
1
vote
1answer
28 views

Add wrapper after ever second div

I'm trying to add a wrapper around ever second div to include first and second divs Live example JS $('.block').wrap('<div/>'); The desired effect will result in something like this HTML ...
0
votes
1answer
25 views

Wrap/Proxy Boilerplate Code from Methods

I'm not a Java specialist and wondering if I could wrap Methods that are only diffrent in their middle to stop having boilerplatecode like this: public boolean storeAnimals(Cage cage, ...
0
votes
1answer
27 views

Text::LineFold: Setting “ColMax”

It looks like setting "ColMax" works, but it issues two warnings. Would that be something for the wishlist or am I doing something wrong? #!/usr/bin/env perl use strict; use warnings; use utf8; use ...
2
votes
2answers
36 views

With Nokogiri, how do you wrap the text contents of an element with a new tag?

I have an Nokogiri::XML::Element in which looks like this: <div class="berg">This is some text!</div> What I want to do is just extract the text from the div (which is the Nokogiri ...
0
votes
3answers
57 views

Wrap two adjacent td's

I have a table with two columns, both 300px wide, taking 600px in width on a regular computer screen. I want to modify the display of that table for small screen mobile devices. Is there a CSS way ...
0
votes
1answer
24 views

How to stop text going below another div floated right

So here is my code: http://jsbin.com/asidep/2/edit (see the edit in jsbin top right) the problem is I need my paragraph in .accontent to start at the top of accontent, and then when it hits ...
1
vote
0answers
57 views

Opera input type=“submit” text wrap

I have this button on my web-site: <div id="container-div"> <input class="site-button" type="submit" value="very long text"> </div> with the follow CSS: #container-div ...
0
votes
2answers
58 views

Jquery Image wrap to <img>

I want convert simple text link in content with extension (jpg|png|gif) wrap to image tags http://host.com/image.png to <img src="http://host.com/image.png" /> What's the best way do it with ...
0
votes
1answer
140 views

how to wrap submit data of form in extjs 4.2?

i have now by submit: method: save name: Michael birthday: 1983-02-01 but i need: method: save data[name]: Michael data[birthday]: 1983-02-01 and field name must be like "birthday" not ...
0
votes
2answers
38 views

Jsoup - set parent element of a group of nodes (wrap whole group)

Can Jsoup set parent element of a group of nodes? I mean wrap it, but no every matched element - only create one parent element? So I want to include more elements into one? Example: before ...
-1
votes
0answers
9 views

Word Wrap Mimimum Raggedness [closed]

I am looking for a simple explanation of how a simple minimum raggedness word-wrap algorithm would be implemented. I am simply terrible at reading code to figure out what an algorithm is "doing", ...
0
votes
1answer
26 views

Wierd jquery bug, when trying to append() after using wrap()

Using jquery: 1) Create a container 2) Wrap an element with it 3) Select container by passing an object to jquery selector and try to add an element to the container Why doesn't element append? ...
2
votes
1answer
47 views

How can I prevent wrapping in a WPF FlowDocument in C# code?

Studies have shown this is the way to prevent wrapping in, say, a Paragraph: <Paragraph> <TextBlock TextWrapping="NoWrap">unwrapping text</TextBlock> </Paragraph> How ...
0
votes
1answer
338 views

Integrating Wrap Bootstrap Themes With Ruby on Rails

I need help integrating a wrap bootstrap theme in rails. If its not asking too much a more in depth step by step would be great. I always feel like small details are left. I purchased ...
0
votes
1answer
27 views

Prevent PrimeFaces TabView tabs from wrapping under each other?

I have a PrimeFaces TabView with three tabs. It is inside an outer container component (which happens to be Accordion but I don't think it matters which). When the outer container is wide, all ...
0
votes
3answers
22 views

CSS Issue - Wrapping

I'm trying to wrap my website differently so that the background is divided in 2. The gray part which is the main background but also a white part which is smaller and wrap the main-content. ...
-1
votes
2answers
38 views

typo3 wrap around ACT submenu

Is it possible to have a different wrap around a submenu if it is the submenu of the actual page? (or one of the sites of the submenu is the actual page) I tried it with menu.2.ACT.allWrap but ...
3
votes
3answers
100 views

Find a string of text in an element and wrap some span tags round it

I want to find a string of text in an element and wrap some span tags round it. Eg: From <h2>We have cows on our farm</h2> to <h2>We have <span ...
4
votes
3answers
71 views

How to wrap text inside new div?

My HTML: <div class="mainDiv"> <p>This is a paragraph</p> <div class="innerDiv">This is a div</div> This is what I want to wrap </div> What I want: ...
1
vote
0answers
65 views

How to wrap long radiobutton label in extjs

My above radion button wraps the label, but it is not aligned properly. It should align right below the first text on the top. Is there a config I have to set inorder for the labels to wrap ...
2
votes
1answer
83 views

wrap div in link then unwrap when clicked

I'm trying to create a div which is hidden off-screen but displays a little bit when a link is hovered over. That link makes the hidden content slide in but I'd like the user to be able to click ...
0
votes
0answers
36 views

How to preserve the html tags when updating the text part of content editable div

Heres the html -: <div contenteditable="true"><b>I</b> am a good person</div> Now I would want to wrap a substring that starts at index 7 and ends at index 17 textually(not ...
1
vote
1answer
42 views

How can I add a span element to an img, then wrap everything with a link?

In my html source, I only have : <img src="..."/> Now I want to add a span with JQuery in order to get <img src="..."/><span>My span</span>, and after this use .wrap() to ...
-1
votes
1answer
52 views

How wrap Multiple elements at time in jquery?

HI all i have some elements to which i have to wrap some elements using jquery i have a html in variable like this var html="<li><a href="#" ...
0
votes
1answer
59 views

wrap lines in span respecting tags

I need to wrap lines in a text in separate spans. I found an answer which does (almost) exactly what I need... plugin to wrap text example $.fn.wrapLines = function (options) { var ...
4
votes
2answers
115 views

HTML/CSS/jQuery Wrap Issue

What is the best way to align this to show properly, like in this picture: Html markup: <div id="main"> <div id="article-thumbnail-1" class="article-thumbnail"> <div ...
0
votes
2answers
55 views

Select text (almost) next to an element

I need to wrap a radio button and the text next to it in a label, just to be more user-friendly. I had a similar problem a few days ago, where I have a checkbox and immediately after I had a span ...
0
votes
1answer
30 views

npapi wrap multi control

I want to wrap some activex dll to npapi. An ActiveX DLL can contain many controls, just like the one I'm going to wrap. Can an npapi dll contain many controls? I know the npapi control is working ...
0
votes
1answer
45 views

jQuery/Check if image is wrapped in a list item [duplicate]

I'm using javascript and jQuery to make a light box, and I have a simple function that wraps each image, inside a container div, with a list item, but I want to check to see if they're already wrapped ...
0
votes
1answer
58 views

CSS bulletpoints between multiple logos

I have a set of logos within a <div>. The code looks like the follow and it's available at this fiddle. CSS @font-face { font-family:'JustVectorRegular'; font-weight: normal; ...
0
votes
1answer
42 views

JavaFX FlowPane Wrap Text

I'm creating a custom flowpane for an output console in a gui. I've been studying the code found here just trying to get the setPrefWrapLength to work. By default it's set to 200 here, but adding ...
-1
votes
3answers
91 views

jquery/javascript unwrap all [closed]

i have this: <div>All <span class="hl">text</span> should <span class="hl">be <span class="hl">unwrapped</span> <span>but not me</span> ...
3
votes
2answers
51 views

.wrap(); breaking prevent.Default();

I've written a custom form validation script, but for some reason, wrapping input[type=text] elements in <div class="inputWrapper" /> stops me from preventing input[type=submit]'s default ...
0
votes
1answer
33 views

how to wrap long lines into label control in vb.net

I have content of 50-60 words in label and it goes beyond my groupbox where I put it, so I need to wrap it so it can be accomodate within groupbox.
0
votes
1answer
115 views

Trying to wrap radio button text in Windows 8 Metro

I'm trying to wrap the radio button text for a Windows 8 Application. This is the code that I have tried: <RadioButton x:Name="ans2" HorizontalAlignment="Left" FontSize="20" Margin="10,0,0,10" ...
0
votes
1answer
19 views

Remove only certain elements inside <a> tag?

How do I remove only certain elements inside an tag, not all of it (like unwrap() does)? For instance I have: <a href="#page1" class="link" id="page1link" onclick="return false">1</a> ...
1
vote
1answer
131 views

IE textarea wrap bug?

It seems that IE starting from IE7 to IE10 wraps text in the textarea control incorrectly when using \n (or \r\n - doesn't matter - results are the same). Is this a bug in IE or they treat the html ...
0
votes
3answers
136 views

jquery remove text inside p element

Let's say i have something like this: <p> <h1>Coming events</h1> <br> randomtext randomtext randomtext <h1>Past events</h1> <br> randomtext randomtext ...
0
votes
1answer
158 views

How to make text wrap when resizing in a inline div, without the div moving onto a new line first?

I'm trying to layout a comments board for a site I'm doing and am having some trouble with resizing. Example: http://jsfiddle.net/kvDr3/2 HTML: <body> <div class="container"> <div ...
2
votes
4answers
68 views

Read wrapped line

I have a file with wrapped lines. It happens to be TCL code that wraps multiple lines. (but it could be anything that as rule of line wrapping.) like : set long [ some cmd { some long stuff \ more ...
2
votes
3answers
118 views

jQuery comment/uncomment <!--element--> [duplicate]

I am looking for a way to wrap, with jQuery, an element into a comment, like: <!-- <div class="my_element"></div> --> and also a way to remove the comments. Is this possible? ...
0
votes
2answers
61 views

Textarea CSS issue in IE9

I have a textarea and a div that has the exact same styling and content but the wrapping seems to work differently when it's really close to the edge in IE 9. (In Chrome it works as expected). I have ...
2
votes
3answers
71 views

Using .before(); and .after(); to wrap elements

I'm trying to wrap <label>, <input type="text" />, and <select> elements with <div class="formItem"></div> to fix some positioning on a form that I can't directly edit. ...
1
vote
2answers
54 views

jquery span after first space

I have three words I would like to add a span around the content after the first space so hello world becomes hello <span>world</span> and hello world again becomes hello ...
0
votes
1answer
73 views

&nbsp; vs white-space:nowrap

I will admit that I have a habit of using &nbsp; between words when I don't want them to break (table headers for example). Should I really be styling my element with white-space:nowrap? Are ...

1 2 3 4 5 12