Tagged Questions
The caption tag has no wiki summary.
6
votes
1answer
193 views
How to draw a custom caption bar like the yahoo messenger 11
As you can see, Y! messenger 11 have used some techniques to draw a beautiful caption bar. Its window's like normal windows in the Win 7 but have a special caption. Is this a glass frame? How can i ...
4
votes
1answer
319 views
delphi group box caption color change
I m using BDS 2006 and would like to know if u can change the color of Group-box and radio group captions with XPmanifest present in the Project(because it is Always blue in color).
4
votes
1answer
642 views
Delphi: MainMenu and ToolBar. Alternative of CoolBar
I use a Toolbar as a MainMenu!
I embed a MainMenu into a ToolBar. But the text of the MainMenu (button's captions) is not in the center of ToolButtons.
I have:
I need:
I create a ToolBar, 4 ...
4
votes
1answer
326 views
Get header/caption centered above 2-column table
I've temporarily inherited the responsibility to look after the website front end to our project as our web guy has just left and there isn't a replacement yet (and I'm a summer student anyway, so I'm ...
3
votes
3answers
604 views
LaTex caption language
How could I change the default language so that I get something else instead of "Table" or "Figure" before my captions ?
3
votes
4answers
3k views
Latex: How to make listings subfloats use listing counters, TOC, etc
I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure.
\newcommand{\listbylist}[6][showlines=true]{
\begin{figure}
\subfloat[ ]{
...
2
votes
1answer
351 views
How do I vertically center the text in an Excel label's caption?
In Excel 2007, I inserted an ActiveX label onto my worksheet. I right-clicked on it and viewed Properties and managed to change the TextAlign property to 2 (frmTextAlignCenter).
This aligns the ...
2
votes
1answer
602 views
In an Excel UserForm, how do I update a label's caption?
I created my first modeless UserForm in Excel and put an ActiveX label on it. How do I set the caption of the label so that it displays whatever is in Sheet1.Range("A1"), and updates itself when the ...
2
votes
1answer
144 views
Caption for TTabControl
I'm looking for a way of implementing a sort of inset caption before a set of tabs, something like this:
The tab set is not supposed to be multi-line, will only be horizontal and laid out at the ...
2
votes
2answers
225 views
using .each() to iterate over selections for HTML5 <figure> and <figcaption>
Greetings all,
I've written a script to create HTML5 image captions from regular image tags using <figure> and <figcaption>.
My CMS uses FCKEditor, which always places embedded images ...
2
votes
2answers
2k views
How can you remove (or hide) the caption bar in jqgrid?
I see you can add a top caption bar and put a title by using this code:
jQuery('#grid').setCaption("Title");
Is there anyway, if I have already set a title, to remove the caption bar?
I tried ...
2
votes
2answers
477 views
Image caption width to same as image
How can I make image caption width same as image? Now I have the following code:
<div class="image">
<img src="foo.jpg" alt="" />
<div>This is the caption.</div>
...
2
votes
1answer
271 views
TeX. Skip numeration figure and table caption
How to make a table and figure caption without any automatic numeration?
For example:
\begin{table}
\begin{tabular}{ll}
\textbf{Name} & \textbf{Description} \\
Foo & bar \\
...
2
votes
1answer
419 views
LaTeX listings: different counters for different listing environments
How do I create two lstlisting environments that each have its own counter?
If I use for example
\lstnewenvironment{algorithm}[2]{
\renewcommand\lstlistingname{Algorithm}
\lstset{ ... }
} ...
2
votes
3answers
2k views
Make LaTeX table caption same width as table?
It looks bad in my paper if a caption is wider than the table underneath it. How can I make them both align?
Right now my code looks like:
\begin{table}[th!]
\caption{Reference temperature blah ...
2
votes
0answers
296 views
How do I draw a custom button on an Aero theme caption bar without extending non-client area?
I'm trying to figure out how to draw a custom button on the caption bar of windows when using the Aero theme in Vista or Win7. I need to apply this to a number of different applications without ...
2
votes
1answer
253 views
Inline image and caption in article - conform caption's width to image's width
Here's my code:
<div class="image">
<img src="image.jpg" alt="Image description" />
<p class="caption">This is the image caption</p>
</div>
Here's my CSS:
.image {
...
2
votes
2answers
673 views
How to create own and fancy \sub<float> command
I'm using packages subfigure and float to create figures and tables that I want to create and I'm trying to create my own environment graph with its own counter and caption (solved there, thanks to ...
2
votes
1answer
290 views
Borders with captions in WPF
Does anybody know how to get a border in WPF with a caption, i.e. the way web browsers display <fieldset> tags ? Is there an easy way, like setting a property, or am I going to have to make a ...
2
votes
2answers
1k views
Actual width of a text/caption in Delphi 7
I believe this question was already asked, but it was in Java, so I couldn't understand the solution.
Here is my problem, I want to know actual length of the text in pixels (note that various ...
2
votes
2answers
1k views
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 ...
1
vote
2answers
95 views
LINQ to SQL: how to set a caption for columns(alias) of table in Lambda Express
I use the SQL Management Studio for create database
I create a table and create columns of table
Names of columns are on the English language like "test_ID"
in the server side when run a query(linq ...
1
vote
1answer
86 views
Is the behaviour of the tab character in a Delphi TLabel caption defined?
If I put tab characters into a string and then assign the Caption property of a label from the string what do the tab characters do?
CR characters cause a return, which is useful for displaying a ...
1
vote
0answers
66 views
JQuery and ASP.Net MVC, youtube caption plugin like Subtitle Horse
I am trying to look for a plugin like the one you find at the Subtitle Horse.
http://subtitle-horse.com/
Unfortunately it just works for PHP.
I also bought ...
1
vote
3answers
52 views
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?
<table>
<caption>My ...
1
vote
5answers
106 views
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 ...
1
vote
1answer
198 views
Combining a jquery image switch & a roll-over caption script
I am trying to hack together (1) an image switch menu (roll over an item on the menu, have an image show up elsewhere on the page) with (2) a caption roll over (roll over the image, have caption ...
1
vote
1answer
109 views
Infinite Carousel Caption Modification
I have an infinite Carousel function applied to a series of images here: http://nokkam.com/showcase.html
I have had a request to make the captions appear "out of the way of the images"… ugh. Being as ...
1
vote
1answer
48 views
Is it possible to get LaTeX to link to the top of a figure rather than to its caption?
In my TeX file I have the following code:
\begin{figure}[H]
\begin{center}
\includegraphics[width=5in]{screens/main.png}
\caption{\label{fig:MainScreen} Screenshot of the main ...
1
vote
0answers
282 views
Add caption to img title tag in wordpress
I'm trying to add the caption to the image title tag in wordpress so the lightbox I'm using with display the caption, since all it shows is the title tag. I've added $caption as well as many other ...
1
vote
1answer
469 views
PHP code to show featured image caption if it exists
I want to display featured image caption in a paragraph only if it exists.
I am trying the following without luck:
<?php if (the_post_thumbnail_caption()) { echo '<p ...
1
vote
3answers
185 views
Repeat innerHTML.replace
I'm using the code below to make links linkable in WordPress captions. For example it successfully turns http://google.com into google.com. But when I put multiple url's in a caption it only changes ...
1
vote
1answer
204 views
how to use html 5 <caption> 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:
...
1
vote
3answers
475 views
jquery hover overlay with caption
I want to achieve a hover overlay effect with caption on my portfolio.
I'm am listing my work using a basic nav ul li a img, and I simply want a black overlay with some white text, when hovering over ...
1
vote
1answer
527 views
Silverlight Charting LineSeries - Add caption to the datapoint
<toolkit:Chart Title="Sales" Name="ChartSales">
<toolkit:Chart.Series>
<toolkit:LineSeries
Title="Serie1" ...
1
vote
2answers
125 views
In LaTeX is there a way to include the filename of a graphic into a caption?
I have a LaTeX document with a large number of drawings included from external files with \includegraphics{bla.pdf}. The drawings are done in Inkscape. This all works fine. However sometimes it is ...
1
vote
2answers
490 views
jQuery: add text to the progressbar
is there some tweak to add a caption to the progressbar control?
i'd love to put a centered caption which displays current percentage.
thx
1
vote
1answer
108 views
Thumbnail Captions Single and Double Click?
I know nearly nothing about this all so I turn to you for some desperately needed help. If you need to see any more code or info just ask and i'll answer asap.
the following code snippet is what im ...
1
vote
1answer
233 views
Table caption width
I have been given an existing table layout (for tabular data) with the task of making it as accessible as possible.
I added a caption tag to each table within the layout and I realized the caption ...
1
vote
1answer
460 views
How to place caption (figure / table) into margin?
I write thesis and need to put a lot of small pictures into it. I also need to use captions (with labels) for better navigation and referring to these pictures. In the same time I want to spare space ...
1
vote
4answers
192 views
How do you access the text in a <caption> tag?
I have my HTML like this:
<table>
<caption class="my_caption">Table 1.1: TABLE CAPTION</caption>
<tr>...</tr>
<tr>...</tr>
...
I need to get the ...
1
vote
2answers
249 views
How can I set a window's caption on the Java SE platform?
I want my program to change its window's caption in response to various user actions. Does the Java SE platform offer a portable way to change the main window's caption at runtime, or do I have to ...
1
vote
3answers
845 views
Can I change the height of a specified window's caption bar?
I want to self-draw the caption bar of my application's window, so I decided to override OnNcPaint() methods. But I don't know how to set a different height of the caption bar. Everytime I use ...
0
votes
1answer
22 views
Animated slider caption with jquery
I'm using a jquery slider plugin, and am trying to animate the caption where it animates (slides) up when a slide loads, than animates back down to be hidden then on to the next slide, and so forth.
...
0
votes
0answers
20 views
PHP-jQuery Image Gallery: Captions in images not working as expected (while-loop issue?)
My first question here. I built a small gallery using "easySlider 1.7". The images (paths) are called from a database using php. Also, the captions for each image are taken from the same database and ...
0
votes
0answers
13 views
Facebook User's Name in Text Template
For a given activity Aggregation's caption, is it possible to reference the Facebook user's first and/or last name? Something similar to {profile.firstname}, but instead of a object type of Profile, ...
0
votes
0answers
34 views
HTML tags in Wordpress image caption [closed]
I'm developing a client website with Wordpress (3.3) but have found that the image caption feature strips out any HTML tags.
The resulting caption is plain text which makes proper image crediting ...
0
votes
1answer
30 views
Positioning the slidejs caption
I am using slidejs and trying to figure out how to position the slidejs caption below the image. I can't figure out how to do this. I'm in trial-and-error mode with the css file with no luck. ...
0
votes
0answers
18 views
subcaption via vb2010
OK, I created a SRT program in vb6. works great. I thought it would be a good time to port it over to vb2010 for obvious compatibility issues. the following will not work, even though through debug; ...
0
votes
0answers
8 views
Latex caption package: bold numbering indents caption text - how to avoid that? [migrated]
I ran across this problem and fail to find an answer even after thorough searching:
I use
\usepackage[bf]{caption}
in my Latex document, as I want the "Figure 1"-Part of the caption to appear bold. ...