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

Rich Snippet for thirdparty Logos

i want to add a section to my homepage with third party logos of companies i've worked for. To tell google what this section is about I want to wrap my content in a richsnippet code. My own logo is wrapped like this:
ThomasB
  • 402
  • 3
  • 14
-2
votes
1 answer

xslt generate xhtml 1.0 strict

I generate xhtml but validator (http://validator.w3.org/check) give me error "document type does not allow element "li" here; missing one of "ul", "ol" start-tag" Code is:
Peter Fašianok
  • 153
  • 1
  • 1
  • 8
-2
votes
1 answer

Doing Html Markup in PHP

I'd like to do my HTML markup with PHP using require is this possible and if so how'd you do it? Right now this is the code in my index.php: Then In my header.php…
leonidus
  • 103
  • 3
  • 9
-2
votes
2 answers

How to insure well formatted html output from PHP editor

I'm have a PHP script that I'm editing in "Text Wrangler" for Mac. While coding in the IDE, I'm indenting the PHP code so that its more clean and readible. However, when I check the "view source" of my localhost page on the server, the html output…
RegEdit
  • 2,134
  • 10
  • 37
  • 63
-2
votes
2 answers

Replace
with

I'm looking for a script to replace
with
Also looking to change border=0 into border="0" Is this possible to do so that I could pass w3c compliance? Thanks in advance - Dave
-3
votes
1 answer

Could
be used for markup in order to make a container for heading and subheading?

Example ... HTML:

I'm a Title!

It's a subtitle there! :D

CSS: There I set the styles for headings and subheadings. Note that html5 doesn't support subheadings, so I had the…
user6400079
-3
votes
1 answer

What markup languages are used in online forums?

I'm trying to understand text content presentation in groups and forums. I found that link presentation in StackOverflow style is defined according to the sample below: [cnn site][1] [1]: http://www.cnn.com But this does not work for other forums…
vico
  • 17,051
  • 45
  • 159
  • 315
-3
votes
1 answer

How to make curved border of a div block?

There is a plcture of some landing page. As we can see a there is a curved border of header's div. How to curve it up like that in a browser?
Alex Buddy
  • 473
  • 1
  • 6
  • 15
-3
votes
2 answers

How much content should a
container contain?

I was wondering, what is considered to be the right amount of content for the main tag of Your website? For example, I have the following structure:
logo navigation searchbar
object1 object2 …
Tanasos
  • 3,928
  • 4
  • 33
  • 63
-3
votes
2 answers

div's height:100% on 27 inch monitor is not working

I have used this technique to made my div's height be 100%: body, html { height: 100%; } #myDiv { height: 100%; } and everything is perfect on usual devices, however on screens with large resolutions(27 inch) it is not working properly, how can…
user3505689
  • 97
  • 1
  • 1
  • 10
-3
votes
4 answers

Markup of this code is invalid?

End tag td seen, but there were open elements. I don't get it, what's wrong with this markup?
OrionCoding
  • 13
  • 1
  • 3
-4
votes
1 answer

Which programming/markup language is this?

I'm working on a game with a team and I'm new to their project. They are using an own engine which is programmed by a separate guy which is the leader of the team. He sent me the game project and the engine. He is 2 weeks away and I should start to…
-4
votes
1 answer

The unusual layout of the text on the html page

I have text in Word document and I want publish it to web. The page should be no vertical scrolling. All content must be broken into pages (no more than the height of the screen) to further flip through horizontally. There is an idea to wrap each…
user451555
  • 308
  • 3
  • 12
-7
votes
1 answer

Injected li items are not formatted with CSS style

Attached find a jfiddle showing injection of
  • elements - the output in all ways is absent of the defined CSS - opposed to the hard coded
  • 's - why is that?
  • AndBB
    • 157
    • 1
    • 1
    • 6
    1 2 3
    89
    90