MrMichigan
11-05-2008, 10:52 PM
Right now, all my links are to the left. I want them to be centered. I tried it myself and each link was centered, but they were on top of each other.
Here is part of the code I feel needs to be fix.
<div align="center">
<div style="width:$stylevar[outerdivwidth];">
<a name="top"></a>
<div align="center">
<div style="width:$stylevar[outerdivwidth];">
<div class="header"><div align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"></a></div></div></div>
<div class="nav">
<!-- start left nav -->
<div class="navleft"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></div>
<div class="navleft"><a href="forumdisplay.php?f=20$session[sessionurl_q]">Club News</a></div>
<div class="navleft"><a href="forumdisplay.php?f=1$session[sessionurl_q]">Movies</a></div>
My links look like this on my forum:
Home Club News Movies and so on.....
When I tried to fix it, they ended up like this.
Home
Club News
Movies
Please, give me the html code i need to get them to look like this.
Home Club News Movies
Thank you,
MrMichigan
Here is part of the code I feel needs to be fix.
<div align="center">
<div style="width:$stylevar[outerdivwidth];">
<a name="top"></a>
<div align="center">
<div style="width:$stylevar[outerdivwidth];">
<div class="header"><div align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"></a></div></div></div>
<div class="nav">
<!-- start left nav -->
<div class="navleft"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></div>
<div class="navleft"><a href="forumdisplay.php?f=20$session[sessionurl_q]">Club News</a></div>
<div class="navleft"><a href="forumdisplay.php?f=1$session[sessionurl_q]">Movies</a></div>
My links look like this on my forum:
Home Club News Movies and so on.....
When I tried to fix it, they ended up like this.
Home
Club News
Movies
Please, give me the html code i need to get them to look like this.
Home Club News Movies
Thank you,
MrMichigan