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
https://forums.phpfreaks.com/topic/35280-need-help-with-space/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.