Loading...
 
Features / Usability

Features / Usability


Re: Img command

posts: 4656 Japan

> Some of those horrible ASP sites compose images out of sub images. You can do this in Tiki Wiki running across the page but trying to join images between top and bottom always leaves a gap. Is there a way so get these image to join up seamlessly.

You can try putting them in a div with a height equal to the combined heights of the images, like

Plugin execution pending approval

This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible.

Copy to clipboard
{DIV(height=>93px, width=>31px)}{img src=img/tiki/tikibutton2.png width=80px height=31px alt=>tiki_logo}{img src=img/tiki/tikibutton2.png width=80px height=31px alt=>tiki_logo}{img src=img/tiki/tikibutton2.png width=80px height=31px alt=>tiki_logo}{DIV}

> The img tag copmmand in the wiki help has these unual tags that is usemap=name class=xyz. What does this mean the doco I have found doesn't have much about htis.

usemap is for making image maps (images with clickable spots). See an HTML reference for the syntax. The class is for applying style properties with CSS.

-- Gary

There are no comments at this time.