Log in

View Full Version : Large white space on the right.



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.

hawkmanjacko
06-11-2007, 08:38 AM
in most simplicity with what you require with the "limitations" you state you have use the following;


<body rightmargin="0" marginwidth="0" marginheight="0" bottommargin="0" bgcolor="#FFFFFF" background="salespractice.jpg">

Example = http://www.borderprints.co.uk/example2.html

SawnDiddle
06-11-2007, 01:54 PM
unfortunately, I cannot use the body tag.

hawkmanjacko
06-11-2007, 06:04 PM
unfortunately, I cannot use the body tag.

Ok, then within the stylesheet you already have regarding ".style1" use this;

<style type="text/css">
<!--
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
body {background: url('salespractice.jpg');}
-->
</style>

SawnDiddle
06-11-2007, 08:33 PM
sorry about posting up the style sheet. I did that due to the fact that the site that the page is on has that particular font face setup as its default.

Here is the url for the page itself.

http://space.businessballs.com/sharondrew/

Please note that I cannot add in style sheets nor can I modify the body tag.

hawkmanjacko
06-12-2007, 06:50 AM
on looking at the site, I think its by default that there is a space left there to advertise SpaceBusinessballs.com since looking at the site, theres the logo on the right hand side

SawnDiddle
06-13-2007, 08:17 PM
I thought the same thing, but if you visit www.newsalesparadigm.com/space.html which is where I created a page to test that exact same theory, you see that the space is there while the logo is not.