Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Really need help - Titles are not showing
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Really need help - Titles are not showing
#7791
Really need help - Titles are not showing 14 Years, 2 Months ago Karma: 0
Please look at my page

74.52.69.33/~canine/index.php?option=com_content&view=article&id=139&Itemid=230

and the code is

<a href="74.52.69.33/~canine/images/stories/dvmclm/Fig 1A.jpg" rel="sexylightbox" title="Figure 1A">
<img src="74.52.69.33/~canine/images/stories/dvmclm_sm/Fig 1A.jpg" alt="Fig 1A" />
</a>

Why is the title not showing under the thumbnail?
The administrator has disabled public write access.
 
#7793
Re:Really need help - Titles are not showing 14 Years, 2 Months ago Karma: 760
Hello,

For example use the following code:

Code:


<div>
  <a href="74.52.69.33/~canine/images/stories/dvmclm/Fig 1A.jpg" rel="sexylightbox" title="Figure 1A">
   <img src="74.52.69.33/~canine/images/stories/dvmclm_sm/Fig 1A.jpg" alt="Fig 1A" />
  </a>
  <br/>
  Image title
</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7797
Re:Really need help - Titles are not showing 14 Years, 2 Months ago Karma: 0
Excellent! That worked - but the caption is NEXT to the image - how do i get it under the image?
Last Edit: 2010/10/13 20:40 By dawn.
The administrator has disabled public write access.
 
#7799
Re:Really need help - Titles are not showing 14 Years, 2 Months ago Karma: 760
Use the following code

Code:


<div style="float: left;">
  <a title="Figure 1A - Normal flow" rel="sexylightbox" href="/~canine/images/stories/dvmclm/Fig 1A.jpg">
    <img alt="Fig 1A" src="/~canine/images/stories/dvmclm_sm/Fig 1A.jpg">  
  </a>
  <br/>
  Fig 1A
</div>



instead of

Code:


<div>
  <a title="Figure 1A - Normal flow" rel="sexylightbox" href="/~canine/images/stories/dvmclm/Fig 1A.jpg">
    <img alt="Fig 1A" src="/~canine/images/stories/dvmclm_sm/Fig 1A.jpg" style="float: left;">
  </a> 
  Fig 1A
</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7800
Re:Really need help - Titles are not showing 14 Years, 2 Months ago Karma: 0
I put it in a table - lots more work but it works!

Thanks!
The administrator has disabled public write access.
 
Go to topPage: 1