![]() |
|
#1
|
|||
|
|||
|
Hello Community,
I´ve been trying to find how to add a line break between links in the navigation module, anybody knows what I need to look for? Regards, |
|
#2
|
||||
|
||||
|
Those links can be changed by modifying your 'adv_portal_navigationbits' template.
|
|
#3
|
|||
|
|||
|
Thank you very much Brian for your prompt response.
I already tried that, when I try to edit the template the only code I see is: Code:
<div class="smallfont">$navmark <if condition="$link"><a href="$link">$title</a><else />$title</if></div> Thank you again. Regards, |
|
#4
|
||||
|
||||
|
What exactly are you trying to do? Put more space between the links, or?
|
|
#5
|
|||
|
|||
|
Hello Brian,
Exactly, put some space between to group of links. Right Now my navigation module links look like this: -Homepage -Forums -FAQS -User CP I would like them to look like this: -Homepage -Forums (space) -FAQs -Userc CP Thank you |
|
#6
|
||||
|
||||
|
Ahhh... If you just want the space after one link then you'll probably need to use an if condition in that template.
<if condition="$title == 'Forums'"><br /><br /></if> |
|
#7
|
|||
|
|||
|
Thank you Brian,
That did the work. Thank you for your patience and support!!! Regards, |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Site Navigation - how to insert a blank line? | AzzKikr | "How Do I..." Questions | 1 | 04-28-2007 09:57 AM |
| Line Break After "Users Online" In Module | User Name | "How Do I..." Questions | 3 | 10-09-2006 01:51 PM |
| No BBCode and Line Break In Description Section | stitch | Troubleshooting & Problems | 2 | 12-05-2005 01:48 AM |
| What did I break? | Nebster | Troubleshooting / "How do I..." Questions | 2 | 03-20-2005 02:45 PM |
| What did I break now? | Staticfire | Troubleshooting / "How do I..." Questions | 2 | 01-03-2005 05:09 PM |