PDA

View Full Version : small question


XaN
10-09-2002, 02:24 PM
i need to know what is the code for the line (screenie next post look at the arrows:)

iwant that line for the today active users too thats why

thank in advance you guys

XaN
10-09-2002, 02:25 PM
here it is:

LoRDsTaR
10-09-2002, 06:43 PM
i think this is a <hr> command in the template?

Brad
10-09-2002, 07:21 PM
Try this, replace your forumhome_loggedinusers template with the code in the attachted .txt file.

Tony G
10-09-2002, 10:24 PM
Originally posted by LoRDsTaR
i think this is a <hr> command in the template?

Yes, it's a <hr> in forumhome_birthdaybit which is the code thats called for $birthdays or whatever the variable is for it in forumhome.

Brad
10-09-2002, 10:58 PM
There is no <hr>, its done with <td>.

If you use a <hr> you will get a line break, however. this will line will stop before the end of the table on each side. also it will remain in the table if no active users are online. So it will look ugly is a guest hits your forum and hes the only one around.

By using the code i posted the line will extent to the ends of the table as it is sitting on its own. also there will be no line present is no active users are online. ill post some screen shots as soon as i get off the phone.

Tony G
10-09-2002, 11:25 PM
Ahh. Yes I had that occured when I used <hr> in a template.

Better go change that. :)

Brad
10-09-2002, 11:34 PM
with my code.

Brad
10-09-2002, 11:37 PM
with a <hr>

LoRDsTaR
10-10-2002, 04:19 AM
okay anime-loor you´re right .. a <hr> is like a line and and a break (<br>)

sorry for my confusing

Tony G
10-10-2002, 05:13 AM
Yes, that was the difference. No going to end. :)

XaN
10-10-2002, 08:39 AM
thanks for the support you guys ,got it all sorted out now:)