Published HTML alignment/margin?

Joe,You are pretty good with HTML & CSS. Is there a way to do it with them? If so, you should be able to create the right code and add to some kind of HTML object.

Discussion (1)

Adding an external style sheet should work. If not, you could always add in the style sheet to the html after it's published. Either way, in your code, remove all the .... (that is html for a letter space, not css). It would be like this:


body {

margin-top: 100px;

}


@joejubee 17059 wrote:

Ben,Great idea! I tried to add an external style sheet with the style of:body { margin-top: 100px;}But it did not appear... Back to the drawing board...Joe

Discussions have been disabled for this post