wondo said:
I want to be able to move text & picture (in this case a .jpg of a signature with a name and title below it) off the left margin, as if I 'tabbed' it over a few times. I have tried to use a command 'p style left margin = x.x"' but it only seems to work with people viewing with Internet Explorer. I have played around with a blank GIF that achieves a similar effect, but if someone has a smaller screen, some of the text could wrap lower than the GIF, so it becomes unindented. If I make my GIF longer vertically, it will indent more than I want it to.
First off, remove all the asterisks from the commands I list, when I initially wrote my reply, of course, the browser just wants to use them rather than display them correctly.
OK on the spacing, try the &n*bsp; command. Essentially this will insert one space character and in some instances may solve the problem you are referring to. Insert this before the <*IMG> tag, as well as before the text below it, if I am picturing correctly what your code looks like. In other words:
&*nbsp;&*nbsp;<*IMG TAG GOES HERE...
&*nbsp;&n*bsp;YOUR TEXT GOES HERE...
The ampersand belongs in that, the * as I mentioned does not.
wondo said:
my text seems to come out huge on some viewers, but looks fine on others. Is there a way to control this? I think I may have combined so many text styles into seperate commands that they have cancelled each other out -- in laymans terms -- I have basically: <span style = blah blah><span style = more blah><span style = more and more blah> then my text here </span></span> etc etc -- do these things act like parentheses in math in the sense that they keep their order of operation, so to speak? or should I combine them into one <span = xxx > command ?
I ran into two main problems using styles like that given the problems IE and Netscape have in displaying pages the same. Plus yes you are probably combining too many tags and cluttering up your code too much. Eventually I went back to just using the standard font tags which may be different depending on what editor you are using. I highly recomend Allaires Homesite program. The tags look something like:
*font size=+1*TEXT*/font*
(here the asterisks represent the <>s)
for increasing your font one size.
Feel free to post more questions. Im an out of work computer consultant so I have plenty of time ;-)