That's still not right, you've got an extra starting <div> tag in the code before the clear tag. The shop page is currently the only one with correct code, so check against it carefully.
Announcement
Collapse
No announcement yet.
Checkout warnings
Collapse
X
-
Hi Louise!!
OK, contemporary_right_culumn from brochure pages: This works.
Code:<div class="contemporary_right_column"> <a name="top"></a> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e"> <!-- When logged in, this gives the company name, username and a login link --> <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br /> </actinic:block> <div align="center"> <actinic:variable name="HeaderFooter" value="Header Text" /> </div> <actinic:variable name="INNERLAYOUT" /> <div align="center"> <actinic:variable name="HeaderFooter" value="Footer Text" /> </div> <actinic:variable name="ReferrerLink" /> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29" > <actinic:variable value="Home Page Best Sellers List" name="BestSellersList" /> </actinic:block> <div align="center" class="texthome"><span style='font-size: 15px;'>Copyright 2006 Valleydecoratingdepot.com</div> </div> <div style="clear: both;"></div></div> </body> </html>
From Home Page:
Code:<div class="contemporary_right_column"> <a name="top"></a> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e"> <!-- When logged in, this gives the company name, username and a login link --> <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br /> </actinic:block> <div align="center"> <actinic:variable name="HeaderFooter" value="Header Text" /> </div> <actinic:variable name="INNERLAYOUT" /> <div align="center"> <actinic:variable name="HeaderFooter" value="Footer Text" /> </div> <actinic:variable name="ReferrerLink" /> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29" > <actinic:variable value="Home Page Best Sellers List" name="BestSellersList" /> </actinic:block> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22NewProductsListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22NewProductsListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29"> <actinic:variable name="NewProductsList" value="Home Page New Products List" /> </actinic:block> <div align="center" class="texthome"><span style='font-size: 15px;'>Copyright 2006 Valleydecoratingdepot.com</div> </div> <div style="clear: both;"></div></div> </body> </html>
Forgive me but I cannot see the difference.
thanks!
Comment
-
Looks like too many closing </div> to me.
For every <div> you should have a corresponding </div> as Louise pointed out this is how html tags are opened and closed. I would print out your code, cross an opening and a closing one off and see what's left. I think there will be one left over. All you then have to decide is which one is excess and remove it.
Comment
-
I got it!!
Lee,
You said I have patients, well be glad you cant hear me with these issues. Persistance. Hints as well are worth the taking.
It was from the resize of the width of the main area in actinic along with the .css contemporary_body_content to fix the issue in the cart layout. It threw off my home page. The first info box on the top was justified left. By trying to fix this i deleted some tags <td> <tr>'s that was keeping it from centering correctly. I missed a tag.......
Thankyou all especially Louise who I owe so much too.AGAIN!! . There is one more issue though..
will start a new thread.
Comment
-
Well, It isen't about tags or pretty stuff. I know it is Waaaaay out of my league but here...
regarding the countdown to free shipping... it works fine...lol
BUT... dont checkout and decide to add or delete anything. It seems to take the subtotal value price = de(getCartItem(1)); if you attemt to check out and you did not meet the free shipping, the shipping amount appears. then it throws off the formula. See the pic attached.(need to zoom in to see.)
If need by I will delete this and start a new thread. I gave up on changing the warning box from black to any other color.Attached Files
Comment
Comment