When using
<style type="text/css">
body {background-image:url('images/DarkBrushesswlbcbl2.jpg');}
</style>
I have two 'errors' I do not want. 1) I have a little line to the right of the title graphic that I want to get rid of; 2) Depending on the user's browser, the text does not look the same (right justified and TM display).
After reading about the issues, I decided to modify the title image. I did a screen capture and created a new jpeg. I implemented it as follows:
<div>
<img src="images\Max-TechTitle.jpg" alt="Max-Tech Title" width="100%" height="100%" />
</div>
It displays when using my PC, but not live (at http://www.seblake.com/privacy.html)...the 'alt=' works... And, I still have the space at the right....
Any help/suggestions/comments are welcome! Thank you, in advance!