I really appreciate you taking the time to reply. I think your suggestions helped drastically. I'll admit, I don't really know what I am doing when it comes to this, but I researched your suggestions and from that I have this:
http://www.pixels-and-polygons.com/site/fixed.html
I don't really know if what I did is the best solution - if anyone has any feedback, please share it. I basically added the below code to the page:
Code:
span
{
float:left;
width:2.3em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
}
Which is a direct copy/paste of some code I found when I looked up "how to float an image". It works, but I'm sure it looks sloppy to you pros out there.
I changed the <center> tags to <div align="center" > which is the non-depreciated form, right? And I added image sizes.
What I couldn't work out how to do was add padding - specifically on the right hand side where the text is basically bleeding into the edge.
Also, I now have that spacing issue between each line that seems to occur with Internet Explorer.
Code:
* { margin:0; padding:0;}
Is already in my .css file and all of the other solutions I've looked up don't seem to work.
If anyone can give me some pointers on the above two issues that'd be great. In the meantime, thanks racer x.
|