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
1 answer

How can I bind event for html markup variable using jquery?

Suppose I have a variable which store html markup: var $content=$("
") then I want give it a click event,and append it to body element $content.click(function(){ …
hh54188
  • 14,887
  • 32
  • 113
  • 184
0
votes
0 answers

how to automatically markup plaintext and preserve formatting

I am maintaining a growing (250 pages) plaintext document, that really needs to be a PDF technical document. Is there some automatic markup tool I can use that preserves my existing formatting, i.e. headings, subheadings, paragraphs, tables,…
Chris Cochran
  • 321
  • 2
  • 9
-1
votes
5 answers

Validate href inside a div

I have this type of markup:
----------
Now as I am going to validate this it is showing error as href inside a div is not allowed. So how to validate this error? I had used:
NewUser
  • 12,713
  • 39
  • 142
  • 236
-1
votes
1 answer

How to replace the text-content of an html-markup's first tag with the help of either iQuery or plain JavaScript?

I have an array of markup-strings like e.g. const array = [ '

text

', '

hello

', ]; I want to replace the text-content of each markup-string's first tag. I thought of using the replace method but since it's not always a…
Filou
  • 25
  • 5
-1
votes
2 answers

regex to get strings between content generated by ckeditor, for server-end

I am trying to get a regex that matches the strings between this output

save

11
\nabc
\nabc
\nhello

\n\n

dfcs dcsd

\n\n

sdcsd
\nsdcsdc
\nsdcd

\n

1

\n\n

11
\n111

\n\n

1111

Ankur Singh
  • 161
  • 1
  • 6
-1
votes
1 answer

`react`

I am currently working on html markup in react environment. What I'm curious about is, my code looks like this.
It is impossible to have…
skksks
  • 53
  • 1
  • 2
  • 8
-1
votes
1 answer

Are there cases where something expressed in XML DTD turns out to be buggy, but not in the XML Schema due to datatype constraints?

I heard that the XML DTD has less constraints in place (esepcially for the datatypes) than the XML Schema, and was wondering if this lack of constraints can make something expressed in XML DTD very buggy, but re-expressing it in the XML Schema…
LilyPod
  • 1
  • 1
-1
votes
2 answers

\n Line break does not preserve code block text style

\n Does not work as a line break as seen here picture The section of Code: client.on("message", message => { const embedmsg = new discord.MessageEmbed() .setTitle("About us") .setDescription("We are team azec we would like to…
Yahmo
  • 1
  • 2
-1
votes
2 answers

Semantic markup for product list

I have this website that has a list of products with a thumbnail, articlename and so on. At first glance it looks like your basic table. But then the articlename and status pop up. It just feels dirty creating this markup with col– and rowspans. So…
ChezFre
  • 6,502
  • 1
  • 19
  • 25
-1
votes
1 answer

Highlight bad or wrong close HTML markup on visual studio code

I'm currently trying to migrate to Visual Studio Code from Adobe Brackets as a text editor becouse my dev team's environment. I was able to migrate almost all functionalities I use on Adobe Brackets but I couldn't find a way to replace the function…
Tuux
  • 72
  • 7
-1
votes
1 answer

Online or offline text to html entities converter

Does anyone know of any online or offline software that will take, say, a paragraph of text with quotes and other characters in it and convert it to html entities ? I am not looking for the normal alphabetic characters to be converted, just the…
beingalex
  • 2,416
  • 4
  • 32
  • 71
-1
votes
1 answer

psd to html 1920X1080

I have file .psd with sizes 1920X1080. I need to make responsive website that will look good for small and big screens. I have made from this psd html with pixel perfect technic. I just don't understand how to make from it design for smaller…
Yurii Halapup
  • 1,282
  • 19
  • 19
-1
votes
2 answers

Check website responsiveness panel

Does anyone know a special tool like in Patternlab (see screenshot) for checking responsiveness of your website. I know there are many services for this purpose but I need to deploy this thing on my server. Maybe there are some gulp packages for it?…
Sergey Chuvaev
  • 101
  • 2
  • 10
-1
votes
1 answer

Angular generated html not get rendered as expected

When I pass the angular generated html to the jspdf, in that case angular classes like ng-hide not affect the generated pdf. So generated pdf contains the elements that are under the ng-hide class. Please go through the JS bin…
Roshan
  • 1
  • 1
-1
votes
3 answers

Content separator with image inside

I have to implement this content separator in my web page using html/css but I cannot find the implementation. I have the .svg and .png pictures of this flower. Can you show me the steps of doing this, or give me links to some well-explained…
Luchnik
  • 1,067
  • 4
  • 13
  • 31