Hi, I have this code on my forum to show a message to visitors: <!-- guest welcome message --> <div class="welcomet"> <div class="welcometl"> <div class="welcometr"> </div> </div> </div> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td valign="top" align="left" width="9" class="welcomel"><div class="welcomelimg"></div></td><td valign="left" class="welcome"><phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase></td><td valign="top" align="left" width="9" class="welcomer"><div class="welcomerimg"></div></td> </tr> </table> <div class="welcomeb"> <div class="welcomebl"> <div class="welcomebr"> </div> </div> </div> <!-- / guest welcome message --> HTML: And when viewed, as you can see here at the top in the "Welcome to..." box, all the text is centered. Can anyone help me resolve this matter? Thanks
Try using text-align="left" Instead of having all that code in your table tags on the page you should just define a table class in your css sheet
you need to change parameter text-align:center; to text-align:left; in ".welcome" class just login to your vBulletin admin cp and make some changes in css skin style btw, I'm experienced with vB forums, so I can do this shortly, if you won't find risky create me a limited admin access to me for 1 minute