http://stackoverflow.com/users/1101692/sharkthashepherd wrote:Well, shark, your answer was better than mine - something tells me you're already tearing up stack overflow

@Flypaste:
please post complete code blocks; it will be easier to explain the whole thing to you on a concrete example than pull things out of context.
for all i know that health line says the ship has no medbay.
as far as vertical displacement:
if you put -100 in x, the image will be 100 pixels to the left; thus you will shift it's "center point" a 100px to the right. Essentially you want your picture to be somewhat centered on the screen so you will need to put something there.
let's say you have a ship that is 300px tall and 1200px wide. You would want that to look like
Code: Select all
<img x="-500" y="-150" w="1200 h="300"