![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Photo Captions
I need to place several small (approximately 200 X 200 pixels) photos in a
random pattern on a page. How can I create captions (some 2 or 3 lines) under each photo? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Photo Captions
Samples:
http://www.tjkdesign.com/articles/ho...nd_caption.asp -- Chris Hanscom - Microsoft MVP Resource Center: http://www.veign.com/development-center.php Veign's Blog: http://www.veign.com/blog -- Web Development Help: http://www.veign.com/development-center-web.php -- "RainPure" <RainPure@discussions.microsoft.com> wrote in message news:1221CB20-05C1-412A-9EE8-E350B29A6366@microsoft.com... >I need to place several small (approximately 200 X 200 pixels) photos in a > random pattern on a page. > > How can I create captions (some 2 or 3 lines) under each photo? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Photo Captions
Thank you for your reply but I am really a beginner and don't understand code
that well. Is there a way that it can be done in design view? "Veign" wrote: > Samples: > http://www.tjkdesign.com/articles/ho...nd_caption.asp > > -- > Chris Hanscom - Microsoft MVP > Resource Center: http://www.veign.com/development-center.php > Veign's Blog: http://www.veign.com/blog > -- > Web Development Help: http://www.veign.com/development-center-web.php > -- > > > "RainPure" <RainPure@discussions.microsoft.com> wrote in message > news:1221CB20-05C1-412A-9EE8-E350B29A6366@microsoft.com... > >I need to place several small (approximately 200 X 200 pixels) photos in a > > random pattern on a page. > > > > How can I create captions (some 2 or 3 lines) under each photo? > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Photo Captions
One way would be to open the photo in an image processing program, and then
add the "caption" at the bottom of the photo and save it as part of the photo. Then it goes with the photo, wherever you put it. -- Clark CHO, HomePage Doctor http://www.homepagedoctor.com/Expres.../Tutorials.htm ------------------------------------------------------------------------------------------------- "RainPure" <RainPure@discussions.microsoft.com> wrote in message news:1221CB20-05C1-412A-9EE8-E350B29A6366@microsoft.com... >I need to place several small (approximately 200 X 200 pixels) photos in a > random pattern on a page. > > How can I create captions (some 2 or 3 lines) under each photo? |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Photo Captions
That would be bad for SEO and probably create pixilated text as the
sacrifice of a smaller file size. Would not recommend this method -- Chris Hanscom - Microsoft MVP Resource Center: http://www.veign.com/development-center.php Veign's Blog: http://www.veign.com/blog -- Web Development Help: http://www.veign.com/development-center-web.php -- "Clark" <nonworking@nowhwere.com> wrote in message news:eJ8I$$%230IHA.5300@TK2MSFTNGP06.phx.gbl... > One way would be to open the photo in an image processing program, and > then add the "caption" at the bottom of the photo and save it as part of > the photo. Then it goes with the photo, wherever you put it. > > -- > Clark > CHO, HomePage Doctor > http://www.homepagedoctor.com/Expres.../Tutorials.htm > ------------------------------------------------------------------------------------------------- > "RainPure" <RainPure@discussions.microsoft.com> wrote in message > news:1221CB20-05C1-412A-9EE8-E350B29A6366@microsoft.com... >>I need to place several small (approximately 200 X 200 pixels) photos in a >> random pattern on a page. >> >> How can I create captions (some 2 or 3 lines) under each photo? > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Re: Photo Captions
"RainPure" <RainPure@discussions.microsoft.com> wrote in message news:C6EE5D7C-AB6E-4D47-AF5A-B285BE0CB23F@microsoft.com... > Thank you for your reply but I am really a beginner and don't understand > code > that well. Is there a way that it can be done in design view? > Why not create a table and "randomly" place the photos in the cells? You could put the caption text in the same cell with the photo, or in an adjoining cell. May not be the way the "purists" would do it, but it would be easy, I think. |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Re: Photo Captions
Yeh, you're probably right that the text would look bad. I didnt take
sufficient note of how small the images were --- As far as Search Engine Optimization, well that only matters if it matters in his context. But I agree with you generally. -- Clark CHO, HomePage Doctor http://www.homepagedoctor.com/Expres.../Tutorials.htm ------------------------------------------------------------------------------------------------- "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message news:OU7O5i$0IHA.2084@TK2MSFTNGP06.phx.gbl... > That would be bad for SEO and probably create pixilated text as the > sacrifice of a smaller file size. > > Would not recommend this method > > -- > Chris Hanscom - Microsoft MVP > Resource Center: http://www.veign.com/development-center.php > Veign's Blog: http://www.veign.com/blog > -- > Web Development Help: http://www.veign.com/development-center-web.php > -- > > > "Clark" <nonworking@nowhwere.com> wrote in message > news:eJ8I$$%230IHA.5300@TK2MSFTNGP06.phx.gbl... >> One way would be to open the photo in an image processing program, and >> then add the "caption" at the bottom of the photo and save it as part of >> the photo. Then it goes with the photo, wherever you put it. >> >> -- >> Clark >> CHO, HomePage Doctor >> http://www.homepagedoctor.com/Expres.../Tutorials.htm >> ------------------------------------------------------------------------------------------------- >> "RainPure" <RainPure@discussions.microsoft.com> wrote in message >> news:1221CB20-05C1-412A-9EE8-E350B29A6366@microsoft.com... >>>I need to place several small (approximately 200 X 200 pixels) photos in >>>a >>> random pattern on a page. >>> >>> How can I create captions (some 2 or 3 lines) under each photo? >> >> > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Re: Photo Captions
Wrap each image and the text you want in a div.
..photocaption { width:: 210px; text-align: center; } <div class = "photocaption"> img <br /> caption </div> You can create the class using new style dialog box. Then select your image and caption text. Next, in the toolbox rights click on the dir tag and select "wrap". -- Cheryl D Wise MS MVP Expression Author: Foundations of Microsoft Expression Web See our selection of Expression Web tutorials at http://by-expression.com/content/tutorials.aspx "RainPure" <RainPure@discussions.microsoft.com> wrote in message news:C6EE5D7C-AB6E-4D47-AF5A-B285BE0CB23F@microsoft.com... > Thank you for your reply but I am really a beginner and don't understand > code > that well. Is there a way that it can be done in design view? |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Re: Photo Captions
Probably inserting the "two row table per picture" is the best way for you to go. The first Row for the Picture - the 2nd for the caption. -- _________________________________________ What could possibly go wrong? Keith Rishard http://www.cannonbeachcomputers.com ------------------------------------------ "RainPure" <RainPure@discussions.microsoft.com> wrote in message news:C6EE5D7C-AB6E-4D47-AF5A-B285BE0CB23F@microsoft.com... > Thank you for your reply but I am really a beginner and don't understand > code > that well. Is there a way that it can be done in design view? > > "Veign" wrote: > >> Samples: >> http://www.tjkdesign.com/articles/ho...nd_caption.asp >> >> -- >> Chris Hanscom - Microsoft MVP >> Resource Center: http://www.veign.com/development-center.php >> Veign's Blog: http://www.veign.com/blog >> -- >> Web Development Help: http://www.veign.com/development-center-web.php >> -- >> >> >> "RainPure" <RainPure@discussions.microsoft.com> wrote in message >> news:1221CB20-05C1-412A-9EE8-E350B29A6366@microsoft.com... >> >I need to place several small (approximately 200 X 200 pixels) photos in >> >a >> > random pattern on a page. >> > >> > How can I create captions (some 2 or 3 lines) under each photo? >> >> >> |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|