Play Flash Games


© 2007 Red Computer

HTML Howto, CSS Howto, JavaScript Howto, PHP Howto, Windows Howto
Google

Figures & Captions the Image


Phi Phi Island

Phi-Phi Island, Krabi, Thailand

HTML doesn't have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTML4. Here is one way to simulate such a figure element:

<div class="figure">
  <p><img src="phi-phi.jpg" alt="Phi Phi Island">
  <p>Phi-Phi Island, Krabi, Thailand
</div>

Then in the style sheet you use the class "figure" to format the figure the way you want. For example, to float the figure to the right, in a space equal to 25% of the width of the surrounding paragraphs, these rules will do the trick:

div.figure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

In fact, only the first two declarations (float and width) are essential, the rest is just for decoration.





Visitor's Comment
Comment no. 1
I have visited your site 974-times
From Visitor705 Date 20/07/50 Time 12.03 [209.66.114.245]
Comment no. 2
I have visited your site 974-times
From Visitor705 Date 20/07/50 Time 12.03 [209.66.114.245]
Comment no. 1
I could not find this site in the Search Engines index
From Visitor247 Date 20/07/50 Time 12.03 [209.66.114.245]
Comment no. 4
I could not find this site in the Search Engines index
From Visitor247 Date 20/07/50 Time 12.03 [209.66.114.245]
Comment no. 5
I have visited your site 420-times
From Visitor612 Date 11/08/50 Time 03.25 [209.66.114.245]
Comment no. 6
I have visited your site 420-times
From Visitor612 Date 11/08/50 Time 03.25 [209.66.114.245]
Comment no. 5
I could not find this site in the Search Engines index
From Visitor301 Date 11/08/50 Time 03.26 [209.66.114.245]
Comment no. 8
I could not find this site in the Search Engines index
From Visitor301 Date 11/08/50 Time 03.26 [209.66.114.245]
Comment no. 9
Hello! Good Site! Thanks you! msnjecuijr
From mvbgeqpdtl Date 12/08/50 Time 01.52 [213.146.118.96]
Comment no. 10
I have visited your site 150-times
From Visitor366 Date 19/09/50 Time 09.55 [65.28.10.182]
Comment no. 11
I have visited your site 150-times
From Visitor366 Date 19/09/50 Time 09.55 [65.28.10.182]
Comment no. 10
I could not find this site in the Search Engines index
From Visitor341 Date 19/09/50 Time 09.56 [66.30.179.159]
Comment no. 13
I could not find this site in the Search Engines index
From Visitor341 Date 19/09/50 Time 09.56 [66.30.179.159]

Post a Comment
Comment
Name :
E-mail :

HOME | HTML | CSS | JavaScript | PHP | XML | SQL | Virus Fix | Windows | Downloads | Links