If you are doing all your work in Dreamweaver then putting the code into SellerDeck you are probably going to experience problems because SellerDeck has a lot of it's own CSS styles which will apply to the code and may be overwriting your styles. It would be better for you to put your CSS into the SellerDeck CSS style sheet and do the layout work in the design tab to preview how the page will work, rather than work separately and then transfer it.
There are lots of SellerDeck CSS styles which will apply default styles to things like tables, images, floats, margin, padding, heading tags (H3), link states, colours etc. So you would either need to change the defaults or write your own CSS classes and apply them to your code so that it overwrites the default styles.
If you have not purposefully put in any special characters then try removing the word and applying then re-type it and apply. If you have copied the text from another document it could be possible that some type of styling did not convert correctly.
There are lots of SellerDeck CSS styles which will apply default styles to things like tables, images, floats, margin, padding, heading tags (H3), link states, colours etc. So you would either need to change the defaults or write your own CSS classes and apply them to your code so that it overwrites the default styles.
If you have not purposefully put in any special characters then try removing the word and applying then re-type it and apply. If you have copied the text from another document it could be possible that some type of styling did not convert correctly.
Comment