PDA

View Full Version : Body Tag


MJP
06-29-06, 02:55 AM
Hi all, Simple question. If I wanted to make a storefront in my web editor and copy and paste the HTML code into the Body tag, would I have to clear the feilds in the point and click mode? Or would the Advanced mode just override any point and click settings?
Thanks,
Mike

Vic - WolfPaw Computers
06-29-06, 03:17 AM
You will need to becareful when doing so, if you overwrite some of the tags and items, you'll lose a lot of the built in functionality.

The best idea is to place the code you create in the body, and only paste in the code you generated from <body> to </body> non-inclusive. Adjust the links accordingly and use the provided items as guides for what goes where.

MJP
06-30-06, 01:25 PM
So your saying to just copy and paste the code inbetween the body tags, not the body /body? Right?

Vic - WolfPaw Computers
06-30-06, 04:19 PM
Exactly.

In your page templates, MIVA already has the content for the <html> <head> <title> and <body>.

They can be adjusted if needed, but contain many tokens you'll want to review and possibly intergrate into your HTML you paste in.