Announcement

Collapse
No announcement yet.

Text Under Image BBcode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Text Under Image BBcode

    How do u get text right under a image ? using standard bbcodes is this possible ?

    [image]
    Any Text Here
    Last edited by lazyseller; Thu 9 Nov '06, 7:31am.

  • #2
    If someone is using the [img] tag, then the image is already full size.

    If someone is using the [attach] tag to display an inline thumbnail of an image they have attached, then I think it would require code modifications to do what you want, because Attach is hard-coded and there is no template you can edit that I am aware of.

    Comment


    • #3
      looks like i made a mistake explaining what i want basically i just want to put text right under the image... in html we use br how do we do this in bbcode ?

      Comment


      • #4
        Here it is... for anyone looking

        PHP Code:
        [IMG]http://www.oman4x4.com/albums/recceexpedition/Pict2871.thumb.jpg[/IMG]
        [left][url="http://www.google.com"]Click here to Enlarge[/url][/left

        Comment


        • #5
          Most of your users are not going to bother putting a clickable thumbnail for the [img] tag. They will just put the full-sized image.

          Anyway, no matter what, the HTML used for the [attach] and [img] tags are not available for you to edit anywhere in the control panel. You'd have to edit the HTML spit out by the handle_bbcode_img function in /includes/class_bbcode.php directly.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...
          X