mrsandre Posted July 29, 2008 Share Posted July 29, 2008 everything was working fine but....for some reason all the text and logins are off. The text is bunched together and you really can't see where to input the password. the other issue is all the bold text is gone and everything is centered. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted July 29, 2008 Share Posted July 29, 2008 Something in your stylesheet is causing it... if you can provide your url it will make it easier for someone to assist. 0 Quote Link to comment Share on other sites More sharing options...
mrsandre Posted July 30, 2008 Author Share Posted July 30, 2008 http://www.designsbydre.com/secure/whmcs/ 0 Quote Link to comment Share on other sites More sharing options...
Redundant Posted July 30, 2008 Share Posted July 30, 2008 Heya You have a Table with the class 'wrapper' as your main wrapping element. The centering issue is with this table: <table cellspacing="0" cellpadding="0" align="center" class="wrapper"> Notice align="center" -- This is the cause for your centered text. Removing that will resolve. Probably a good idea to add a style="text-align: left;" Most all of your other issues are related to your use of the WildCard Zeroing of all margins/padding, etc. Here is your CSS on line 1: * {style.css (line 1) -x-system-font:none; border:0pt none #000000; font-family:Arial,sans-serif; font-size:12px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:12px; margin:0pt auto; padding:0pt; text-align:center;} Zeroing "everything" should be followed up with some general spacing to some elements. Personally, I don't use wildcards. I setup each element so they're predictable. This has the same effect of using the wildcard (making things consistent across all browsers), but takes longer. Less headaches though. If you still want to use the wildcard, it looks like its having the most drastic effect on your tablecells (td) and paragraph (p) elements. Setup some margins/padding where appropriate for those and you should be a little better off. Also note your wildcard (*) is applying another text-centering to things. Hope that helps ya some. 0 Quote Link to comment Share on other sites More sharing options...
mrsandre Posted August 1, 2008 Author Share Posted August 1, 2008 Thanks so much . I realized that the issue was with my template. So I decided to test another one....but now it shows in Foxfire but not in IE . you can take a look here. http://designsbydre.com/site/index.html http://www.designsbydre.com/secure/whmcs/index.php 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 1, 2008 Share Posted August 1, 2008 It doesn't show in FF or IE... Check your code and make sure you have everything closed and there is not <php or <script without the proper smarty tags. 0 Quote Link to comment Share on other sites More sharing options...
juiced Posted August 4, 2008 Share Posted August 4, 2008 Seems fine now, are you still experiencing issues? maybe post more info?? 0 Quote Link to comment Share on other sites More sharing options...
mrsandre Posted August 4, 2008 Author Share Posted August 4, 2008 I'm almost finished just need to finish the main pages of the website but I think that I am pleased with the intergration. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.