Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

X+ Setup Sheet and Tool List - 3rd party Add-on


Guest
 Share

Recommended Posts

Thad.. I just tried that and it didn't work.

 

once again here it is:

 

* company logo <div> - location and size of image*/

.LOGO{

position:relative;

 

/* size of your logo */

width:222px;

height:84px;

 

/* position of your logo */

left322px;

top:108px;

 

/* location of your logo */

 

/* local */

background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/acceltoollogo for quickbooks.png);

 

/* internet */

background-image:url(C:\Users\ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png);

 

background-repeat:no-repeat;

background-position:0px 0px;

z-index:1;

float:right;

Link to comment
Share on other sites

Yeah! That didn't work either. I'm about over it already. any other ideas? Here is my hole CSS file..

 

 

 

/* company logo <div> - location and size of image*/

.LOGO{

position:fixed;

 

/* size of your logo */

width:222px;

height:84px;

 

/* position of your logo */

left800px;

top:400px;

 

/* location of your logo */

 

/* local */

background-image:url(C:\Users/ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png);

 

/* internet */

/* background-image:url(C:\Users\ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png); */

 

background-repeat:no-repeat;

background-position:0px 0px;

z-index:1;

float:right;

}

 

/* company logo <div> - location and size of image*/

.LOGO img

{

border:none;

}

 

 

/* header container <div> - size and position */

.HEADINFOTEXT{

position:absolute;

max-width:300px;

top:10px;

right:10px;

background-color:white;

 

}

 

 

 

 

 

/* screenshot container <div> - format and position of conatiner*/

.HEADSCREENSHOT{

display:inline-block;

}

 

 

.HEADSCREENSHOT img{

max-height1200px;

max-width:1200px;

}

 

 

 

/* header table <table> - general format */

.HEADINFOTEXT_TABLE {

font: 12px Arial;

border-collapse:collapse;

}

 

/* header cells <td> - general format */

.HEADINFOTEXT_TABLE td

{

border:solid 1px;

padding-left:5px;

padding-right:5px;

}

 

/* empty header cells <td> - general format */

.HEADINFOTEXT_TABLE td:empty

{

border:none;

}

 

 

/* content container <div> - general format */

.CONTENT{

clear:both;

padding-top:10px;

}

.CONTENT img

{

max-width:48px;

max-heifht:48px;

}

 

 

/* table content <table> - general table format of content */

.CONTENT_TABLE{

width:100%;

font: 12px Arial;

border-collapse:collapse;

text-align: left;

margin-right:5px;

margin-bottom:5px;

border:solid 1px;

}

 

 

/* content caption - default text */

.CONTENT_TABLE caption:before

{

/* content:"gmccs.de - CAD/CAM Lösungen";*/

}

 

/* content caption - align at bottom */

.CONTENT_TABLE caption

{

font: 14px Arial;

font-weight:bold;

padding:5px;

}

 

 

 

/* content cell <td> - general format of content cells */

.CONTENT_TABLE td{

border:solid 1px;

padding:0 3px;

}

 

/* content head <th> - column heading */

.CONTENT_TABLE th{

text-align: center;

border:solid 1px;

padding:0 3px;

}

 

/* foot note <tfoot> - overall cycle time */

.CONTENT_TABLE tfoot{

text-align:center;

font-weight:bold;

}

 

/* content column <td> - center numbers */

.td_72,

.td_40,

.td_80,

.td_37,

.td_38,

.td_24,

.td_62,

.td_74,

.td_35,

.td_36,

.td_37,

.td_47,

.td_63,

.td_81

{

text-align:center;

}

Link to comment
Share on other sites

Here's what worked for me at my previous job, though I hosted the image file online, not locally like you're doing:

 

background-image:url(http://home.comcast.net/~thad/images/logo.png);

 

I think it's got to do with the direction of your slashes. I'm confused now on what I thought was right, but I know that they should all go one way or the other, not mixed forward and back slashes.

 

Thad

Link to comment
Share on other sites

/* company logo <div> - location and size of image*/

.LOGO{

position:fixed;

 

/* size of your logo */

width:222px;

height:84px;

 

/* position of your logo */

left:800px;

top:400px;

 

/* location of your logo */

 

/* local */

background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/logo.png);

 

/* internet */

/* background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/logo.png); */

 

background-repeat:no-repeat;

background-position:0px 0px;

z-index:1;

float:right;

}

 

/* company logo <div> - location and size of image*/

.LOGO img

{

border:none;

}

 

 

/* header container <div> - size and position */

.HEADINFOTEXT{

position:absolute;

max-width:300px;

top:10px;

right:10px;

background-color:white;

 

}

 

 

 

 

 

/* screenshot container <div> - format and position of conatiner*/

.HEADSCREENSHOT{

display:inline-block;

}

 

 

.HEADSCREENSHOT img{

max-height1200px;

max-width:1200px;

}

 

 

 

/* header table <table> - general format */

.HEADINFOTEXT_TABLE {

font: 12px Arial;

border-collapse:collapse;

}

 

/* header cells <td> - general format */

.HEADINFOTEXT_TABLE td

{

border:solid 1px;

padding-left:5px;

padding-right:5px;

}

 

/* empty header cells <td> - general format */

.HEADINFOTEXT_TABLE td:empty

{

border:none;

}

 

 

/* content container <div> - general format */

.CONTENT{

clear:both;

padding-top:10px;

}

.CONTENT img

{

max-width:48px;

max-heifht:48px;

}

 

 

/* table content <table> - general table format of content */

.CONTENT_TABLE{

width:100%;

font: 12px Arial;

border-collapse:collapse;

text-align: left;

margin-right:5px;

margin-bottom:5px;

border:solid 1px;

}

 

 

/* content caption - default text */

.CONTENT_TABLE caption:before

{

/* content:"gmccs.de - CAD/CAM Lösungen";*/

}

 

/* content caption - align at bottom */

.CONTENT_TABLE caption

{

font: 14px Arial;

font-weight:bold;

padding:5px;

}

 

 

 

/* content cell <td> - general format of content cells */

.CONTENT_TABLE td{

border:solid 1px;

padding:0 3px;

}

 

/* content head <th> - column heading */

.CONTENT_TABLE th{

text-align: center;

border:solid 1px;

padding:0 3px;

}

 

/* foot note <tfoot> - overall cycle time */

.CONTENT_TABLE tfoot{

text-align:center;

font-weight:bold;

}

 

/* content column <td> - center numbers */

.td_72,

.td_40,

.td_80,

.td_37,

.td_38,

.td_24,

.td_62,

.td_74,

.td_35,

.td_36,

.td_37,

.td_47,

.td_63,

.td_81

{

text-align:center;

}

Link to comment
Share on other sites

Try linking to the hosted logo on your company website. I've edited the path for you below. Make a copy of your original .css file first, then save the code below as your new .css file.

 

 

 

 

//* company logo <div> - location and size of image*/

.LOGO{

position:fixed;

 

/* size of your logo */

width:222px;

height:84px;

 

/* position of your logo */

left:800px;

top:400px;

 

/* location of your logo */

 

/* local */

/* background-image:url(C:/Users/ACCELTOOL/Documents/my mcamx6/logo.png); */

 

/* internet */

background-image:url(http://acceltool.com...images/logo.png);

/* The path in the parentheses should be */

http://acceltool.com/grandrapidscnc/templates/jsn_dome_free/images/logo.png

/* The forum truncated it :( */

 

background-repeat:no-repeat;

background-position:0px 0px;

z-index:1;

float:right;

}

 

/* company logo <div> - location and size of image*/

.LOGO img

{

border:none;

}

 

 

/* header container <div> - size and position */

.HEADINFOTEXT{

position:absolute;

max-width:300px;

top:10px;

right:10px;

background-color:white;

 

}

 

 

 

 

 

/* screenshot container <div> - format and position of conatiner*/

.HEADSCREENSHOT{

display:inline-block;

}

 

 

.HEADSCREENSHOT img{

max-height1200px;

max-width:1200px;

}

 

 

 

/* header table <table> - general format */

.HEADINFOTEXT_TABLE {

font: 12px Arial;

border-collapse:collapse;

}

 

/* header cells <td> - general format */

.HEADINFOTEXT_TABLE td

{

border:solid 1px;

padding-left:5px;

padding-right:5px;

}

 

/* empty header cells <td> - general format */

.HEADINFOTEXT_TABLE td:empty

{

border:none;

}

 

 

/* content container <div> - general format */

.CONTENT{

clear:both;

padding-top:10px;

}

.CONTENT img

{

max-width:48px;

max-heifht:48px;

}

 

 

/* table content <table> - general table format of content */

.CONTENT_TABLE{

width:100%;

font: 12px Arial;

border-collapse:collapse;

text-align: left;

margin-right:5px;

margin-bottom:5px;

border:solid 1px;

}

 

 

/* content caption - default text */

.CONTENT_TABLE caption:before

{

/* content:"gmccs.de - CAD/CAM Lösungen";*/

}

 

/* content caption - align at bottom */

.CONTENT_TABLE caption

{

font: 14px Arial;

font-weight:bold;

padding:5px;

}

 

 

 

/* content cell <td> - general format of content cells */

.CONTENT_TABLE td{

border:solid 1px;

padding:0 3px;

}

 

/* content head <th> - column heading */

.CONTENT_TABLE th{

text-align: center;

border:solid 1px;

padding:0 3px;

}

 

/* foot note <tfoot> - overall cycle time */

.CONTENT_TABLE tfoot{

text-align:center;

font-weight:bold;

}

 

/* content column <td> - center numbers */

.td_72,

.td_40,

.td_80,

.td_37,

.td_38,

.td_24,

.td_62,

.td_74,

.td_35,

.td_36,

.td_37,

.td_47,

.td_63,

.td_81

{

text-align:center;

}

Link to comment
Share on other sites

Mickey,

 

I can't even get X+ to show an image, but all I have are old files from a previous job. I don't currently have it installed. I'll need time to dig into this, but I don't have that time now. If you would, zip up the entire folder/files that X+ creates for your setup sheet and email it to me. My email is in my profile. I'll have a look at it when time permits. We should be able to get this figured out.

 

Thad

Link to comment
Share on other sites

Don't know if this will work, but try the changes in RED below...

 

 

/* company logo <div> - location and size of image*/

.LOGO{

position:fixed;

 

/* size of your logo */

width:222px;

height:84px;

 

/* position of your logo */

left800px; <--- CHANGE TO ---> right:0px;

top:400px; <--- CHANGE TO ---> top:0px;

 

/* location of your logo */

 

/* local */

background-image:url(C:\Users/ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png);

 

/* internet */

/* background-image:url(C:\Users\ACCELTOOL\Documents\my mcamx6\acceltoollogo for quickbooks.png); */

 

background-repeat:no-repeat;

background-position:0px 0px;

z-index:1;

float:right; <--- REMOVE OR COMMENT OUT

}

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.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...