Wondering if anyone has any ideas on how to solve a small problem. I have this code:
PHP Question
19
Wondering if anyone has any ideas on how to solve a small problem.
I have this code:
This is from the S2Member WP membership plugin.
The part I need help with are the two echo statements. Currently the two options are on two different lines but I would like to have them all on one line if possible just for a little better look.
Any ideas?
Thanks in advance.
Mark
I have this code:
Code:
<?php if (!S2MEMBER_CURRENT_USER_IS_LOGGED_IN){ ?>
<a href="<?php echo S2MEMBER_MEMBERSHIP_OPTIONS_PAGE_URL; ?>">Please subscribe now to continue reading</a>
<a href="<?php echo S2MEMBER_LOGIN_PAGE_URL; ?>">Or Login</a>
<?php } ?>] The part I need help with are the two echo statements. Currently the two options are on two different lines but I would like to have them all on one line if possible just for a little better look.
Any ideas?
Thanks in advance.
Mark
- kewkii
- [1] reply
- Kent_Thompson
- RobinInTexas
- kingjpm
- Mark Singletary
- kingjpm
- kewkii
- Nett
- [1] reply
- David Beroff
- TheCrazyCoder
- Mark Singletary
- [1] reply
- David Beroff
- [1] reply
- RobinInTexas
- [3] replies
- littleCowCoding
- David Beroff
- kpmedia
- peran Banned
Next Topics on Trending Feed
-
19