Table controls / settings

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
ZPCAC
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Wed Apr 16, 2014 11:08 am

Table controls / settings

Post by ZPCAC » Fri Jan 20, 2017 4:00 am

Hello, World !

This is probably a simple solution but I cant seem to figure it out or find an answer on google.

When I insert a table, i want the spacing between the columns to be "Fixed Width". Currently when I add a table and start to add some text the columns seem to shrink and grow according to the text.

Any help would be appreciated !

Thanks

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Table controls / settings

Post by Katie » Sun Jan 22, 2017 12:30 pm

Hello,

Have you tried using "width=" with a value in percent or pixels?

One of the best references for html, is this site: http://www.w3schools.com/tags/tag_table.asp

Keep in mind that tables are only supposed to be used if you are displaying a list or some data that needs to be formatted. Typically, CSS is used instead.

Thanks,
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

ZPCAC
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Wed Apr 16, 2014 11:08 am

Re: Table controls / settings

Post by ZPCAC » Thu Mar 02, 2017 3:42 am

Katie,

Im working with a table on a webpage, would I edit the CSS for the layout of the webpage ?

Or where is the CSS located for a webpage ?

Thanks,
Bret

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Table controls / settings

Post by Katie » Wed Mar 08, 2017 10:31 am

Bret,

Firefox and Chrome both have plug-ins to assist developers with CSS and html changes. I believe Firefox uses Inspector and Google has it built-in as F12 for developer tools. Once you understand how to use these handy helpers, then it should be easy to make changes.

Any style change can be implemented and previewed without changing code. Then, once you have your desired change, then you simply look at the file being referenced and make your changes there. Typically, any custom CSS should be done in a separate .css file so you can easily upgrade your store in the future.

Layouts are not normally handled through CSS. Within Able, there is a Layout editor which can be used to generate the main layout of the page.

Thanks
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

Post Reply