Jump to content

Need help with space


ofi

Recommended Posts

Hi
how can i remove the marker without loosing the space above, see image
[img]http://www.simnet.is/hafdis/1.jpg[/img]

here is the code
[code]// Make navigation
function fim_build_navigation($album = "", $image = "", $cat = "")
{
$baseurl = get_url("");
$albumurl = get_url("album/$cat");
$t = fim_query_one_image(fim_get_image_id($image));
$imagetitle = ($t->title == "")?$image:$t->title;
$string = "<h4 class='fim-nav'><a href='$baseurl'>".__('', 'fgallery')."</a>";
if($album && $image)
$string .= " &raquo; <a href ='$albumurl'>$album</a>";
else
$string .= " &raquo; $album";
if($image)
$string .= " &raquo; $imagetitle";

$string .= "</h4>";
return $string;[/code]

i did remove [code]&raquo;[/code] and i got this

[img]http://www.simnet.is/hafdis/2.jpg[/img]

so, how can i remove the the marker without loosing the space.

thx
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.