View Full Version : Turn Xanga into blank canvas


KvnMtthwSlvng
07-31-2006, 05:22 AM
Does anyone know if there is a code that turns a xanga page into a "blank canvas". I would want it to be blank so I could completely customize it how I want. Also, do div layers work in xanga?

Thanks!

amyaurora
07-31-2006, 05:26 AM
Wouldn't deleting all the codes make it blank?

Also I think div layers work just fine because some of the layouts I'm looking at at createblog.com had css and div in them.

tokyo bleu
07-31-2006, 08:29 PM
Wouldn't deleting all the codes make it blank?

Deleting any user-inputted codes would simply revert the Xanga layout back to the default Xanga layout.

If you mean "blank canvas," but you still want weblog content and stuff... I can only suggest you use display: none; in your CSS stylesheet to remove/hide the things you don't want.

Like if I didn't want the footer, I'd just put:
table.footer {
display: none;}