adjusting one node's width and margins
mdowsett - July 8, 2009 - 20:50
I want to adjust the width of the text in one node (and the margin has to be adjusted to accomodate it). How can I do that? in the style.css file? or in the code of that one node?

You would adjust the width in
You would adjust the width in the css file. The easiest way to do this would be to checkout the firebug extension for firefox, inspect your page and figure out what style definition you need to change.
I am familiar with FireBug
I am familiar with FireBug (not as much as I could be tho). But I don't know how to use it to find the css identifier of just one page...can you advise on how to do that?
There is even an instance where I want to horizontally align some images that would extend past the right margin and thus wrap those images I want on the same 'line'....but then have other paragraphs of text below them that don't go outside of the existing width limits....
I ended up making a 1x1
I ended up making a 1x1 table, defining the width and sticking it all in there.
I don't think using tables is the recommended way of doing things....but it worked...