All tables have boarders


Author Message
Jeff L

Posted: 2/26/2010
Quote message 

Help! All my tables have borders, even when I set "borders=0" in the object's HTML. I don't see it in the Artisteer editor, but they appear on my DNN page:




They appear EVERYWHERE there is a table, even in the admin pages. I thought that I might have selected the wrong skins:




Finally, the log-in page is really squashed:




In Artisteer, the login form looks really nice:




Any help would be greatly appreciated. I'm using the latest version of Artisteer and the latest version of DotNetNuke and the latest modules. When I exported the skin, I selected DNN v5.

 
mwoffenden

Posted: 2/27/2010
Quote message 

There are two things going on here.

First, Artisteer is showing you the Login using the Block container, so use that container to get the same look.

Second, Article containers don't work that well in DNN yet. To get rid of the table borders, adjust as shown below.

Hope this helps!


 
Jeff L

Posted: 2/27/2010
Quote message 

This worked great! My site is looking wonderful.

One last thing. Is there any way to get the help icons to line-up with the text? They aren't disjointed like this with my other skins. Its like there's an extra BR tag in there.

Thanks for the help!
 
mwoffenden

Posted: 2/27/2010
Quote message 

Quote Jeff L:

Is there any way to get the help icons to line-up with the text? They aren't disjointed like this with my other skins. Its like there's an extra BR tag in there.

Glad that was helpful.

The mis-alignment is another issue with the Article container. We need to get Artisteer's staff to take a close look at these and fix the issues. In the meantime we may have to resort to debugging and tweaking their code. :-@

If you can submit a support case to them it might get their attention. Include details -- screen shots, code, etc.

Hope this helps. :-@
 
Steven Webster

Posted: 2/27/2010
Quote message 

Quote :
One last thing. Is there any way to get the help icons to line-up with the text? They aren't disjointed like this with my other skins. Its like there's an extra BR tag in there.


Add this to your style.css in your skin of you have access....if you don't put it in the portal.css using Admin --> Setting Settings --> Stylesheet. Don't forget to click "Save Stylesheet"

.art-article img, img.art-article { 	margin: 0em; }

 
Jeff L

Posted: 2/27/2010
Quote message 

That was it. The entry in the skin's style.css was 1em for the margin. I canged it to 0, and it all works now.

Thanks!
 
sgavuzzi

Posted: 6/4/2010
Quote message 

I've got the exact same problem, yet the magical image that resolves this is no longer available. Can anyone put in a literal solution?
 
sgavuzzi

Posted: 6/4/2010
Quote message 

Nevermind, it was being blocked by firewall. :(
 
Steven Webster

Posted: 6/14/2010
Quote message 

By the way....this issue with image spacing was resolved in 2.4. You can now set the image margins to nothing in the Articles ribbon using Artisteer.