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
-1
votes
2 answers

How to handle two step conversion in XML using R?

I am parsing one xml using R (XML package). XML has following markup. < < > > & & Input Text: My age is &gt; 65 years years. output: My age is gt;65 years. Expected output: My age is >65 years. How to get…
Manish
  • 3,341
  • 15
  • 52
  • 87
-1
votes
1 answer

How to do rich snippet markup in php?

My problem is that the webpage that I do is in complete PHP files. Everywhere there is tutorial how to generate, but there is no instructions what to do when it is a PHP file. The main file is also index.php. When I insert the code that is…
-1
votes
1 answer

Rails]Using Markdown Markup Language

In my rails application, people are supposed to submit "posts." However, in the default scaffolding, there are some problems in the text input: not allowed HTML code, changing the line doesn't work, etc. From what I've learned, I need to use a…
Maximus S
  • 10,759
  • 19
  • 75
  • 154
-1
votes
2 answers

Replace the content inside a DIV

I have a div called
Content
and I want to replace the content of the div with new content using Preg_replace. what Regex should be used.?
vinay035
  • 31
  • 3
  • 6
-2
votes
1 answer

Is it logical to use
,
,

Recently I've come to notice some people use
,
,
tag, inside an
tag to determine the parts of an article. I want to know if this is right. Is it helpful for the search engine to optimize? trying to find an answer.
Habib
  • 1
  • 4
-2
votes
2 answers

Which markup language uses "====="?

i need to understand the following configuration file on github -> https://github.com/GENIVI/vsomeip/blob/master/documentation/vsomeipUserGuide Unfortunately it is written in a markup language i do not know and can't seem to find elsewhere. Can you…
Julian Dm
  • 363
  • 2
  • 17
-2
votes
1 answer

Google Maps API ®ion=GB being translated as a (R) symbol

I have inherited an old CMS website. I have enabled Google Maps API successfully, however the site is translating the ® part of the API call into a HTML Entity. The integrated page editor offers a markup escape/ignore option: encase the relevant…
Struggler
  • 25
  • 6
-2
votes
2 answers

Regex to parse wrongly formatted unordered list

I'm dealing with a website migration. Unfortunately the unordered list elements on the old website are formatted without using the ul tag. So I would like to parse the following wrong markup to a common html ul markup:

EmWe
  • 129
  • 1
  • 3
  • 13
-2
votes
1 answer

Prettify xml produced by Beautifulsoup with regex

I'm trying to get valid pretty printed xml in order to pass it further to requests However, xml "prettifyed" by BeautifulSoup looks like this: ... TYPE_1 AL38941XXXXX ADDED ... Handy way of dealing…
im_infamous
  • 972
  • 1
  • 17
  • 29
-2
votes
1 answer

1 div Left and 2 divs right?

I am creating a header with the image logo in a left div (100px height) and 2 seperate stacked right divs (50px Height each) on the for menu and info. I want the header to be 100px Height. What would be the best way to do this?
Russ
  • 3
  • 3
-2
votes
1 answer

Is there a lightweight markup language that supports numbered headings?

Languages like Creole, reStructuredText, Markdown, and others allow headings = Food == Fruit === Apples and numbered lists # Food # Food 2 but I want something that can give me headings I can refer to by number. Like this type of output: 1.…
Richard
  • 14,798
  • 21
  • 70
  • 103
-2
votes
2 answers

Sublime Text 2 HTML default markups?

Sorry for asking such basic question but I can't seem to find the answer anywhere. How can I get ST2 to write the basic html markup structure in new files?
Geoff
  • 9
  • 3
-2
votes
1 answer

HTML5 markup for a slideshow

I have a slideshow on my home page. The slideshow have no content, only background images. The question: Should I mark it up as a section or anything else? Maybe skip the HTML5 markup?
user1087110
  • 3,633
  • 11
  • 34
  • 43
-2
votes
1 answer

Text and background image inside one div

I have a div for the messages. It has an inner div with the text and corresponding icon (error, warning, etc).
message text (default) …
DmitMedv
  • 980
  • 3
  • 11
  • 22
-2
votes
1 answer

Which one should I use? (Need opinions) CSS class

I have the options to choose between those CSS classes: .container> div > table.Test> tbody > .header And .header to add some CSS styling. What I would like to know about this is: What is the main difference? Which do you prefer to use, and…
Swag
  • 2,090
  • 9
  • 33
  • 63
1 2 3
89
90