Jump to content

align all left


Guest

Recommended Posts

hi

Please could anyone help me?

I would like to be able to change the look of the legend template so that the table sits aligned left rather than centred like the rest of my site. Is there any way of doing this?

Many thanks

Link to comment
Share on other sites

Does anyone read this post?

so that the table sits aligned left

Which table? :)

A link to the problem page, and specific information may get a better response.

Sorry, what I mean is the cube cart page sits in the middle of your browser (centred) with a background behind it. I would like it to sit to the left of the browser.

Link to comment
Share on other sites

Hi

I have posted before but I don't think I explained very well what i was trying to do. I have a web page which is a fixed size and aligned left in a browser and I would like to be able to change "legend" so that it does the same. To see what i mean please see My Webpage and then see the cube cart page My Cubecart

Many thanks

Link to comment
Share on other sites

Look in styleSheets/layout.css for this block of code:

#pageSurround {

	width: 748px;

	margin: 0px auto;

	padding: 5px;

	border: 1px solid #000000;

	background-color: #FFFFFF;

}




Replace it with this:




#pageSurround {

	width: 748px;

	padding: 5px;

	border: 1px solid #000000;

	background-color: #FFFFFF;

}

That is to say, delete the margin = auto information, which is what causes the page surround to center.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...