Tagged Questions
15
votes
3answers
4k views
Prevent tabstop on A element (anchor link) in HTML
Is it possible to cancel an <a href="..."> from being tabstopped in any browser? I would like to do this without Javascript.
5
votes
6answers
241 views
How do you do tab stops in HTML/CSS
There is some text whose formatting I would like to render in HTML. Here is an image:
Note the gray lines with the bullet points and the paragraph numbers. The bullets should be centered on the ...
0
votes
3answers
29 views
Tab styling with HTML and scripting logic
More of a stylistic question really, but how do you mix HTML tabs with scripting logic tabs in your source code? That might not be the best way to state the question, but I think a simple example will ...