PDA

View Full Version : Design problem


traxxadd
09-01-2009, 06:10 PM
OK so i took my wordpress style and turned it into a vb style. But now when you try to register on the site when using firefox the register page is missing. When using IE it just looks all funky. Am i doing something wrong or missing some code? PLEASE HELP

www.3dtechforum.com

Lynne
09-01-2009, 07:31 PM
Try floating the block element by adding this to the <div align="center"> tag: style="float: left; width: 990px;"

traxxadd
09-01-2009, 07:46 PM
This may be a nuby question but what do you mean? Where do i add it Im pretty new at this thanks alot for your help

Lynne
09-01-2009, 07:50 PM
Well, your content is in a div tag that just says <div align="center">. You can find whatever template that is in by doing this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

traxxadd
09-01-2009, 08:16 PM
OK I tried changing the CSS but I cant figure it out not sure where the div tag your talking about is?

--------------- Added 1251840121 at 1251840121 ---------------

I got it working in IE somehow but it seems to be firefox that the register page isn't there.

Lynne
09-01-2009, 08:44 PM
It's right here:
<!-- content table -->
<!-- BEGIN TEMPLATE: spacer_open -->
<!-- open content container -->

<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 25px 0px 25px" align="left">


I didn't realize it was in the spacer which is on every page. Maybe add a div around the stuff in register_rules with that style call? Get firebug for firefox and you can play with the css right there on the page and see what works and what doesn't.

traxxadd
09-01-2009, 09:11 PM
I got all of that now.....What should i wrap around the template what <div>?

Lynne
09-01-2009, 09:17 PM
I would try wrapping it with <div style="float: left; width: 990px;"> (not sure about the width) and see if you can see it then.

traxxadd
09-01-2009, 09:29 PM
It works now still has a few problems but it works.....Thanks for all your help

I also had to wrap the register template in the div tags for some reason....