SawnDiddle
06-09-2007, 04:15 AM
Ok, so, I am making a page for a site much like myspace, but much more limited on coding.
I can only add content between the body tag and I cannot use CSS directly. I say directly as I can not do anything fancier than something like the following
<a href="link.html" style="color:#990000; margin:5px;">link</a>
So, I was able to make a quick workaround to get a background image going, but I am using negative margin values. And it has caused a margin on the right which I can not get rid of.
You can see the page at www.newsalesparadigm.com/space.html (http://newsalesparadigm.com/space.html)
Also, sorry for the mess that is in the coding, that is how my code turned out after I saved it on the site that limits my coding capabilities.
I can only add content between the body tag and I cannot use CSS directly. I say directly as I can not do anything fancier than something like the following
<a href="link.html" style="color:#990000; margin:5px;">link</a>
So, I was able to make a quick workaround to get a background image going, but I am using negative margin values. And it has caused a margin on the right which I can not get rid of.
You can see the page at www.newsalesparadigm.com/space.html (http://newsalesparadigm.com/space.html)
Also, sorry for the mess that is in the coding, that is how my code turned out after I saved it on the site that limits my coding capabilities.