Questions tagged [caption]

A title text that is optically separated from the main text of an article. Language-independent concept, occurs in languages as HTML, LaTeX and Markdown.

692 questions
4
votes
4 answers

Stacking two pictures with captions side by side and centered in Wordpress

this is driving me absolutely nuts. I'm not the most experienced with CSS, so I'm hoping it is something simple. I'm running Wordpress 2.9.2 with "The Morning After" theme. I am trying to write a post where I want to display two small pictures, with…
Jim
  • 2,300
  • 1
  • 19
  • 43
4
votes
4 answers

How to add button caption on image button

I am going to use image button in my app And I need to display button caption on the button I'm using this code but it did not show caption
Tikitaka
  • 460
  • 2
  • 7
  • 15
3
votes
3 answers

Style for Caption in RADGrid

How can we set style for caption in radgrid? Following is how I am trying to set the caption text: radExport.MasterTableView.Caption = "Reports";
RMN
  • 754
  • 9
  • 25
  • 45
3
votes
3 answers

How would it be possible to add a caption to the bottom of a table?

I have a table which has a caption which appears on top of the table. I'd need another caption to appear at the bottom of the table. how would it be possible? …
The Light
  • 26,341
  • 62
  • 176
  • 258
3
votes
1 answer

Side-by-side caption positions of figure and table

In Quarto, it is possible to display a figure and a table side by side with layout-ncol. Theoretically, we should be able to use cap-location: "bottom" to set all captions to bottom, but it is not the case here. Is there a way to set all captions to…
Maël
  • 45,206
  • 3
  • 29
  • 67
3
votes
3 answers

image caption left aligned under centered image

I have some images with captions. The images are centered on the sites and the caption should be shown under the images. Very simple so far but here's the problem: the captions should be left-aligned and start under the bottom-left-corner of the…
domueni
  • 304
  • 8
  • 19
3
votes
1 answer

Bookdown figure captions with URL hyperlink

I have been trying to use text references to include figure captions in a bookdown document - see code below: (ref:cap) See this [link](http://pkgs.rstudio.com/) ```{r fig.cap = '(ref:cap)'} plot(mtcars) ``` This works when I compile using the…
ECOSTATS
  • 140
  • 6
3
votes
1 answer

Native browser support for parsing w/o video

I'm trying to see if I need to import a VTT parser or if it's possible for me to get HTML from . It seems like the browser support exists already for parsing HTML to show atop a video but I can't find a way to access it…
azulBonnet
  • 831
  • 4
  • 14
  • 31
3
votes
3 answers

Special characters in LaTeX table caption

When I include \overline{x} or other special characters in the caption text of a table, the whole caption text won't appear at all. When I put simple text without special characters, the caption works fine. How can I include special characters in…
Zequj
  • 585
  • 1
  • 5
  • 6
3
votes
2 answers

How to set a video caption track as default dynamically

I need to set a video caption track as default dynamically, I feel I missing some detail do reach it. Part of my code is this: track = document.createElement("track"); track.kind = "captions"; track.label = "Português"; track.srclang =…
Webill
  • 365
  • 3
  • 12
3
votes
0 answers

rmd child cross referencing

I am currently working on a report I need to output as a word document.The corresponding rmd file starts to be long and long to run. For this reason I tried using rmd child files. While I can do this, cross referencing does no longer work properly.…
Guillaume
  • 31
  • 2
3
votes
0 answers

Insert list of figures / tables using the captioner package (R)

I use the package captioner to automatically reference tables, figures, supplementary data, codes, etc in my normal work. Althoug I can use it efficiently, I would like to create a section in the RMarkdown document which contains the list (index) of…
antecessor
  • 2,688
  • 6
  • 29
  • 61
3
votes
1 answer
My Table - Start tag for images rather than tables
I'm redoing the html my team has been working on.. and i was wondering if I can modify html 5 tags. Specifically I would like to use the tag for images rather than tables.. in w3schools: *Definition and Usage: The
tag defines a table…
abbood
  • 23,101
  • 16
  • 132
  • 246
3
votes
0 answers

Is there a way to change the font size of a flextable caption?

Is there a way to change the font size of a flextable caption? I have used the set_caption() command, which works fine, but I don't like the size of the font when I knit to HTML from Markdown.
J.Taylor
  • 31
  • 1
3
votes
2 answers

using .each() to iterate over selections for HTML5
and

Greetings all, I've written a script to create HTML5 image captions from regular image tags using
and
. My CMS uses FCKEditor, which always places embedded images inside of paragraphs. So my script builds a
around…
North Krimsly
  • 879
  • 4
  • 18
  • 33