need some help in coding
-
I am trying to get some simple text aligned to the right. I just don’t know how to do it in this case. This is the current code:
// the “edit post” link, which displays when you are logged in
edit_post_link(
__(‘Edit’, ‘mandigo’),
sprintf(
‘ – <img src=”%simages/edit.gif” alt=”%s” /> ‘,
$dirs[‘www’][‘scheme’],
__(‘Edit this post’, ‘mandigo’)
),
”
);
?>
</small>I do know how to get the image on the right, but the text wont work. Does anyone know how i can do this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘need some help in coding’ is closed to new replies.