I didn't look around a lot, but your coding is funky. Lots of font tags that don't actually affect text. An example is on your music page, where the text under the picture is unreadable (in the same color as the background and an unfinished sentence). Your coding is this:
[td valign="top" align="right" width="20%] [p align="center"] [img src="paulwild1.jpg" width="227" height="300" alt="Paul Wild"][br] [font face="Poor Richard, Times New Roman, serif" color="#FFFFFF"]Picture courtesy of The...[/font][/p][/td]
Since I don't have Poor Richard on my system, the font defaulted to Courier. Only your graphic (Paul K Music) is in a serif'd font. (Safari doesn't even have a default serif font.)
To save yourself a lot of typing, try [body bg color="#000000" text="#ffffff"] (alternately: [body bgcolor="black" text="white"])
Note capitalization (either all caps or all small) and put quotes around everything that follows an equals sign. Yeah, browsers are forgiving, but less so as different browsers come out and besides, I'm a geek.
no subject
Date: 2006-07-04 01:32 pm (UTC)Note: Replace [ and ] with < and > respectively
[TD vAlign=top align=right width="20%"] [P align=center][FONT face="Poor Richard"] [/FONT][BR]
[FONT face="Poor Richard"]Picture Co[img src="paulwild1.jpg" width="227" height="300"]urtesy of
The[/FONT][BR]
I think what you mean is something like:
[td valign="top" align="right" width="20%]
[p align="center"]
[img src="paulwild1.jpg" width="227" height="300" alt="Paul Wild"][br]
[font face="Poor Richard, Times New Roman, serif" color="#FFFFFF"]Picture courtesy of The...[/font][/p][/td]
Since I don't have Poor Richard on my system, the font defaulted to Courier. Only your graphic (Paul K Music) is in a serif'd font. (Safari doesn't even have a default serif font.)
To save yourself a lot of typing, try [body bg color="#000000" text="#ffffff"]
(alternately: [body bgcolor="black" text="white"])
Note capitalization (either all caps or all small) and put quotes around everything that follows an equals sign. Yeah, browsers are forgiving, but less so as different browsers come out and besides, I'm a geek.
Convergence?