Questions tagged [markup]

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include HTML, XML, SGML, and markdown. The markup can typically only be seen when editing a document, not when viewing it.

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include , , , and .

The markup can typically only be seen when editing a document, not when viewing it.

1350 questions
0
votes
2 answers

Calling code into the footer - wordpress

Calling code into the footer - wordpress Hi, I've used markup to call in a shortcode for a mailchimp sign-up form in the footer of my Wordpress site. Thing is its not working but I'm not sure why as I've used the code as perscribed. It works when I…
Project-404
  • 305
  • 2
  • 13
0
votes
1 answer

How can presentational markup be saved in descriptive markup?

While I’m reading about markup language in Wikipedia, I came across this: In modern word-processing systems, presentational markup is often saved in descriptive-markup-oriented systems such as XML, and then processed procedurally by…
0
votes
4 answers

Get table column by Jquery

I need to make "bold" the second column of this html table: http://jsfiddle.net/beKC4/4/ How can I do using JQuery? I tried this but is not working: $("h3.ms-standardheader").children("td").text(""+this.text()+"")
Nk SP
  • 822
  • 4
  • 19
  • 37
0
votes
2 answers

Python append a string after an occurrence of a pattern

How do I append to a string after an occurrence of a pattern?? I know that strings are immutable. But if there is a way to do it? Eg.. input: condor t airline airline eight n 0 flightnumber nine n 0 flightnumber five n 0 …
Harish Prasanna
  • 108
  • 1
  • 8
0
votes
1 answer

Python remove tabs in strings and tokenize list

I have been trying a lot but this wont happen at all. Input:- condor t airline airline eight n 0 flightnumber nine n 0 flightnumber five n 0 flightnumber hallo t 0 sentence turn t com turn_heading left t 0 …
Harish Prasanna
  • 108
  • 1
  • 8
0
votes
1 answer

Markup part of localized string

I need to format a part of a localized string. Let's assume I want to make a part of it "bold" and let's consider HTML as the markup used. In this example I need "Macy's" to be bold: $en = "At %1$s, I bought %2$s."; $es = "Compré %2$s en…
Radu Maris
  • 5,648
  • 4
  • 39
  • 54
0
votes
1 answer

web.xml the markup in the document following the root element must be well-formed

I'm trying to set up DWR, direct web remoting, and they had me put in the web.xml this piece of code here, DWR Servlet dwr-invoker
Andrew
  • 117
  • 1
  • 2
  • 11
0
votes
1 answer

How can I change style of a defined keyword without explicit markup.

In a website, is there any way of changing text attribute of keyword, like product name, in an entire website without using any kind of html tags wrapped around those instances? I may require to define those keywords in server side environment or…
Silkograph
  • 85
  • 2
  • 12
0
votes
1 answer

Prevent section heading to subtitle transformation in reStructuredText

In reStructuredText, a heading followed by a lower-level heading is read as a subtitle: Section 1 ========= Subtitle -------- However, what if I actually want a subsection heading to follow immediately after a section heading? According to the the…
smheidrich
  • 4,063
  • 1
  • 17
  • 30
0
votes
1 answer

How to revise markup according to schema.org

I have blog portal and using an already paid theme from themeforest. I am concerning about SEO nowadays and realized schema.org. But i have a confusion about examples and mine markup.
ytsejam
  • 3,291
  • 7
  • 39
  • 69
0
votes
1 answer

Integrating Markitup with Django: No module markup

I am trying to use django-markitup for textareas in a django 1.6 project with wiki syntax. But it is giving following error: django.core.exceptions.ImproperlyConfigured: Could not import MARKITUP_FILTER…
escapee
  • 413
  • 1
  • 6
  • 14
0
votes
1 answer

Adding non-executable code to markup language

I am editing a .rnw file in R Studio. This is a project summary. For the project, I used both R code and bash script. For the R code, I am using the typical syntax to actually execute the code in the file, as such: <<>>= Code in between these…
ElRStar
  • 313
  • 4
  • 15
0
votes
1 answer

Automatic text marking by regular expressions. Newlines problem

i'm having some troubles with regular expressions in ruby. I need to categorize some files that have the first line followed by two newlines, like in this example: GIOVIANA Si scrivono miliardi di poesie sulla terra ma in Giove è ben…
Marek Maurizio
  • 1,073
  • 2
  • 11
  • 22
0
votes
1 answer

HTML - tag name as attribute - is valid and how to use?

Is such html markup valid? And if so, how to manage it like via jQuery?
Adam Pietrasiak
  • 12,773
  • 9
  • 78
  • 91
0
votes
2 answers

Google microformating and navigation

i would like to see my website in Google search something like this http://rghost.ru/53917891/image.png (Yahoo) I really love this additional navigation right from the searching page. How can i do this? Is it microformat markup? Thanks!
Anton Abramov
  • 2,251
  • 6
  • 24
  • 27