A is HTML element (tag) used to group content in a document. By default, does not change appearance of its content.
-1
votes
0answers
21 views
HTMLDocument support of span inside span
I'm trying to insert this text in my HTMLDocument :
<html><span class='stuff' id='X'><span id='Y'>content</span></span></html>
using this code :
String test = ...
0
votes
1answer
27 views
How Can I Add Span Tags To This PHP?
I currently have this code: http://pastebin.com/Zdck6Tze wrapped in span tags that is styled a specific way with css. The problem is that the code is dependent on if the user is an affiliate. If they ...
0
votes
1answer
16 views
Stop text overflowing in straight line using display:inline;? [closed]
<li>
<span style="vertical-align:top; line-height:20px; width:300px; max-width:300px; position:relative; height:100%; display:inline-block; padding:30px; border-right:5px #e4e4e4 solid; ...
-1
votes
2answers
42 views
JQuery continuously change span color
Is there a more elegant solution to change a spans color continiously (green, black, green, black etc...) in a smooth manner?
setInterval(function() {
$('#migrate_stamp').animate({ ...
0
votes
4answers
63 views
split word as span and align in div
I'm getting paragraph value from MySQL using PHP. I need to display like this link.
My code is,
<?php
$sql = "select `content` from `content` where id='1'";
$data = ...
1
vote
1answer
18 views
Is there a global HTML attribute like title or alt that i can use to store text for a tooltip dialog?
I use jquery to render a tooltip when i move my mouse hover some html tags. In this case it's the span tag. I would like to store in that span tag the text to be displayed into the tooltip.
I use ...
0
votes
0answers
6 views
How to stop webkit adding a line break between spans, after traversing media queries?
When I'm re-sizing my webpage in chrome, there appears a line break between two spans of text that wasn't there when the page loaded, it only appears after I re-size the browser window from a width ...
2
votes
2answers
36 views
HTML H1,2,3,4,5,6 Heading Tabs - Still use them
I was told while ago that there is no point in using the clasic H1 to H6 heading tags anymore:
eg:
<h1>
<h2>
<h3>
etc
The reasons were google doesn't really value them anymore ...
1
vote
2answers
35 views
Insert Text into <span> tags before content
I have a question regarding jQuery. I'd like to insert one word before content in a tag. The reason being, I am using social icons and I'd like for two words to be able to be inserted before the ...
0
votes
1answer
22 views
span indenting in bootstrap
I am building a span10 Bootstrap based website.
Inside the footer are 3 divs all under each other, all span10.
The second and third divs are indenting.
I don't know why. Can someone please help?
...
0
votes
2answers
32 views
Bootstrap css specific layout row and column [closed]
I want to this in bootstrap :
How i can do that ?
Thx
0
votes
0answers
28 views
Jquery Append Span
Just have to extract some stuff from an XML data loaded in var x; The code was working perfectly until changed the following code
$(this).append("<div class='fbbox'><fb:like ...
1
vote
1answer
26 views
My jQuery scroll to span class isn't working, what am I missing?
I took a example and plugin for scroll to certain element on page. When you click previous an next you can navigate with scroll from one span to another with the same class... Source demo is working ...
0
votes
3answers
26 views
Span not fitting round input
The span will just not expand to the height of the text input, I just want them to be the same height. I don't know why it wont expand
The code - http://jsfiddle.net/8Jxsd/
input{
font-size: 28px;
...
0
votes
0answers
7 views
How to prevent FCKeditor from inserting spans?
When I am editing text in FCKeditor, for example, deleting line, it inserts <span style="line-height: 1.4;"> randomly. How to prevent it from this?
1
vote
0answers
17 views
Graphics issues when combining matplotlib widgets: Spanselector, cursor, fill_between:
I have found minor graphical issues while using the spanselector, cursor and fill_between widgets, which I would like to share with you.
All of them, can be experienced in this code (which I took ...
0
votes
0answers
22 views
Comment Count Function to Var?
fyre.conv.load({}, [conversationInfo], function(widget) {
widget.on('commentCountUpdated', function(data)) {
//Data here
});
}};
via Livefyre
How do I turn the data result ...
0
votes
3answers
58 views
Difference between span tag and a div tag [duplicate]
I had a doubt in my mind that what are the differences between these :-
<div> TEXT </div>
<span> TEXT </span>
0
votes
0answers
21 views
Removing specific tags that have attributes from html
I want to remove tags from a html file....but only tags with a specific attribute.
For example, I might have the following code:
<span class = 'A'>This is the first ...
0
votes
1answer
46 views
Insert dropdown inside input field
I am having a hard time with this. There seems to be quite a few grotty ways of achieving this, but I would really like to find one which is less of a hack. I am after an input which also contains a ...
0
votes
4answers
64 views
including span in php array?
I'm still learning php, so I'm not entirely sure how to address..
I need to have an image and some text display in a php array. Currently, I'm using a span but it's not working properly- only one span ...
0
votes
2answers
66 views
Responsive bootstrap span floating off row-fluid
I have several layouts made with responsive bootstrap rows, but when my window is resized to a certain width, all the blocks (either span6 or span4) fall out of the row, as if they were overflowing. I ...
0
votes
0answers
45 views
JavaScript calling a popup and a function within a span element in JSP
I currently have a span element, when clicked a calender popup will come up-called through a custom tag.
<span style="vertical-align: center">
...
0
votes
2answers
35 views
anchor inside span inside anchor, in chrome
i'm having an issue in chrome (and firefox, too, i think)
i have a bit of html that looks like this:
<a id="outside">
<span id="middle>
:contents
</span>
</a>
...
2
votes
1answer
76 views
Make a wavy red underline for some words in edittext
I'm making a code editor and I'm trying to dynamicaly add a red wavy underline if user makes a mistake in code he's writing. I've tried to use underlineSpan but i don't see how to make it wavy. ...
0
votes
1answer
62 views
Not all parts of the html button is clickable
Not all parts of a button "Click to post" is clickable.so when i click "Cli" part of that button, i don't see hand cursor means not clickable and so is not firing respective event.following are the ...
0
votes
0answers
36 views
Tabstrip Widget not working in ie7 & ie8, but its working fine in other browsers. How can I fix this?
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tabstrip Widget Example</title>
<meta charset="UTF-8" />
<style>
#tabstrip {
padding: 0em;
...
0
votes
1answer
46 views
Adding a span wrap with jquery around text that has line breaks in it
I'm making a bookmarklet and have gotten a bit stuck, I'm trying to wrap a span around some text. Problem is the text has a fair amount of br's in it which is causing me a headache.
Since its a ...
0
votes
1answer
26 views
navigation buttons li span width
I have a nav containing inline block li's. Each li contains two block span elements so it animates on rollover. My issue is with the centre alignment and spacing of the li navigation. I don't want to ...
2
votes
2answers
34 views
How can I align vertically img and text in span without using padding?
HTML
<div class="cs1">
<span class="cs2">Label</span>
<span class="cs3"><img src="icon.png" /></span>
<span class="cs4">Lorem Ipsum is simply ...
-1
votes
0answers
25 views
How to get background color of span C#
I am trying to get the back ground color of a span but I don't know how to go about doing is.
Here is the code is the webpage
<span style="display:inline-block; margin:0px 2px; ...
0
votes
2answers
44 views
Change value in firebug and get with jQuery html();
I'm changing the value of a
<span></span>
using the firefox Firebug and then using
$("span").html();
But it is getting the changed value of the span, and not the original value ...
0
votes
2answers
62 views
For creating click-able buttons on header div which tags should I use?
I want add buttons on top of a div (like main menu for most websites). Yesterday I created the buttons using different div tag for each button and adding lots of margins but the end result wasn't ...
0
votes
1answer
41 views
Any way to change the tag of error() in CActiveForm?
By default, CActiveForm::error() display an error in <div> tag. Sometimes I want to use <span> tag instead of <div>, but it seems that the source code of this method has fixed using ...
1
vote
2answers
65 views
Unable to access span tag's innerHTML in Javascript function
I am trying to create an email message (when a user clicks a link) whose body is pre-filled with text from an asp:Literal. The HTML is written as follows:
<tr>
<td>
<img ...
0
votes
1answer
55 views
Html/css aligning difficulty (label, input, span)
I was busy creating a standard for forms. My form is build up by div, label, input, span.
div class="formulier">
<label for="gebruikersnaam">Gebruikersnaam</label>
<input ...
1
vote
0answers
67 views
How to set background color and underline for an ImageSpan
As the picture shown, I have inserted an image into a EditText, with text before and after it. So I used an ImageSpan. I wish to change the background color and underline the text dynamically, ...
0
votes
0answers
43 views
JQuery Scroll occurrences containing common prefix in span class name
I have a long html text to display to the user. The text has keywords with different span classes, like "peanutty" and "peanuts", and "notpeanut". The user needs to be able to click a button and with ...
0
votes
1answer
62 views
Regular Expression to find span tag with inline style
I need a little help to write a regular expression which can find a span tag if it has inline style in it.
So far I have got ]style=[\"'][^\"'][\"']*|/)?> which does find a span tag with inline ...
1
vote
0answers
36 views
Add <span> tag inside a string
I want to wrap certain portion of the text in <span></span> tag
for example : I wan to put "DataForStatsMCList.FirstOrDefault().Range1D1" in <span></span> tag after the data ...
0
votes
2answers
34 views
css: using text-align:center in span
For a calendar app, I want to have the familiar look of the month name centered with a left arrow at the left margin to go back a month and the right arrow at the right margin to go forward a month. ...
1
vote
2answers
114 views
How do I remove the space or not have space in between the spans in Bootstrap?
Ok so if you do:
<div class="row-fluid">
<div class="span6"></div><!--span6 END-->
<div class="span6"></div><!--span6 END-->
...
0
votes
3answers
44 views
How do I make a span12 100% in bootstrap. Im trying to make everything 100% of the screen size
Ok so im trying to make a span with content in it go across the screen 100% and for some reason everytime I do width:100% on the span it shows up weird,it extended off to the right all the way and ...
0
votes
3answers
122 views
Bootstrap span inside a span
I have some difficulties to understand how put span inside span with bootstrap.
I want to have one block centered, with inside :
-One row with inside :
-One block at left (span6)
-One block ...
-2
votes
1answer
36 views
Span class will not allow me to add a hover when after an image, inside a link in an li
I am trying to get my span text to have a hover effect, but it does not seem to be allowing me to. Here is the HTML:
<span class="FooterTitles">Dealer Social</span>
<ul ...
0
votes
1answer
35 views
Replace character inside the htmlText
I have a htmlText with this normal content:
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT>...</FONT></P></TEXTFORMAT>
And user can customize my textFeild, so it ...
2
votes
1answer
129 views
Explain the definitions of these flags (SPAN_COMPOSING, SPAN_USER, etc.) from the Spanned interface
Can someone provide a clear explanation of the flags found in the Spanned Java interface for Android? The documentation is not clear and I require more details in the same way other flags were ...
0
votes
2answers
42 views
Global text size and using different styles in same sentence
Ok two questions here:
1) What's the best way to set a global text size that would be consistent throughout all browsers? Or will there always be variance? Defining inside the like this?
html {
...
0
votes
2answers
85 views
how to get text between a specific span with HtmlUnit
I'm new to HtmlUnit and I'm not even sure if it is the right tool for my project.
I'm trying to parse a website and extract the values I need from it. I need to get the value "07:05" from this,
...
0
votes
2answers
61 views
Getting value from span with jQuery
Essentially what I'm trying to figure out is how to retrieve the value a span(id="camera_status") that's been populated with the name of a image after its been captured using phonegap.
The way I want ...


