I have a line of text that looks like this:
Welcome! You Are Now Logged In. my account l credits l log out
I’d like it so that “my account l credits l log out” is on the far right of the page, on the same line. It would take too many of these: to move that text over. What is a better way to do it? Here’s the current code:
thanks
<div class="sub-nav1">
<font color="#999999">Welcome! You Are Now Logged In.</font></a>
<a href="members/[var.user_name]"><font color="#000000">my account</font></a>
|
<a href="credits.php"><font color="#000000">[var.lang_my_credits]: [var.member_credits]</font></a>
|
<a href="logout.php"><font color="#800000">log out</font></a>
<!--[onload;block=div;when [var.loggedin]=1;comm]-->
</div>
Have you considered external stylesheets? You could place the elements exactly where you want on the page.
There is a tutorial on CSS? The link below will take you to the page in the tutorial that demonstrates how to reference an external stylesheet. You can either read through the rest or use it for reference.