Supporting each other

Community forums

Welcome, Guest
Username: Password: Remember me
This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.
  • Page:
  • 1

TOPIC:

Can we make caption text smaller against an image? 7 years 6 months ago #4080

  • annem
  • annem's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 178
  • Thank you received: 0
Hi there,
Can we make the caption text smaller when it sits against an image?

I went into the source code and added the following html, but this did not make a difference.

<figcaption><span style="font-size: 6px;"></span><p> Source:  www.animatedimages.org/img-animated-eye-image-0019-40065.htm
</figcaption>

Is my html code correct?

Look forward to hearing back about this. Anne

Please Inloggen or Create an account to join the conversation.

Can we make caption text smaller against an image? 7 years 6 months ago #4081

  • Fay
  • Fay's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 235
  • Thank you received: 88
hi Anne

You need to have the span tags surrounding the text you want to change (you are closing the tag straight away)

Try this:
<figcaption><p><span style="font-size: 6px;"> Source:  www.animatedimages.org/img-animated-eye-image-0019-40065.htm


</figcaption>

or even better you could set font-size to be something along the lines of 0.5em which would make it 50% smaller than the default text for the page - then it will be more responsive

Please Inloggen or Create an account to join the conversation.

Can we make caption text smaller against an image? 7 years 6 months ago #4082

  • Fay
  • Fay's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 235
  • Thank you received: 88
Oops, my tags are in wrong order too... this one's right!

<figcaption><p><span style="font-size: 6px;"> Source:  www.animatedimages.org/img-animated-eye-image-0019-40065.htm

The following user(s) said Thank You: annem

Please Inloggen or Create an account to join the conversation.

Can we make caption text smaller against an image? 7 years 6 months ago #4083

  • annem
  • annem's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 178
  • Thank you received: 0
Thank you Fay.

Please Inloggen or Create an account to join the conversation.

  • Page:
  • 1
Moderators: ingdon
Time to create page: 0.054 seconds
Copyright © 2024 The Xerte Project.
Xerte logo Apereo logo OSI Logo

Search