PDA

View Full Version : Body TD Tag Width=80%


dropkickproductions
04-03-06, 12:34 AM
I'm setting up my Viking Code Category Template and I noticed the TD tag for the body of my page set to "width=80%". I don't think I ever set that myself and can't figure out where that code is coming from. I need to get rid of it because the 80% is messing up the layout of my page. Just to explain, I am using the Category Tree so in the code right after the Category Tree TD then TABLE ends, the next TD is the <TD ALIGN="left" VALIGN="top" WIDTH="80%"> that I can't figure out how to get rid of.

Thanks for any help.

Melanie
www.dropkickproductions.com (http://www.dropkickproductions.com)

Vic - WolfPaw Computers
04-03-06, 02:18 AM
Maybe I'm not understanding the issue...but why not just edit the template code to remove to the width from the tags?

dropkickproductions
04-03-06, 05:16 AM
Maybe I'm not understanding the issue...but why not just edit the template code to remove to the width from the tags?
Vic,
Haaa yeah what I mean is I can't find that line of code in the Miva Admin or any of the Viking Code templates so I can't edit it. I was hoping someone else would know where the code came from so I could get rid of the 80%.

Thanks and sorry for the confusion.

Melanie

Vic - WolfPaw Computers
04-03-06, 05:37 AM
You may need Display Wizard Pro (http://www.mivacentral.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=m&Product_Code=SFMALL-DWP&ref=WPAW) to access the body content table.

That sounds like where you're experiencing the issue.

PCINET - Andreas
04-03-06, 04:25 PM
Those tags are added by Miva.

To get rid of it you could also add a comment open tag <!-- in the global header and a close --> tag in the global footer. Then add in all templates a close tag in the first line and a open tag in the last line. This way you get rid of all HTML code added by Miva.