So, the updating continues. I can't sleep so I started in on more webpages. I've done the music pages for the new site. Take a look around and see what you think
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.
I used the front page of my main page as the template. And didn't get rid of everything. That is a remnant from my page and not supposed to be there much less be seen.
I'll be able to look at it in Safari and Firefox on wednesday.
And I will not be at Convergence for various reasons.
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?
no subject
Date: 2006-07-04 02:43 pm (UTC)I used the front page of my main page as the template. And didn't get rid of everything. That is a remnant from my page and not supposed to be there much less be seen.
I'll be able to look at it in Safari and Firefox on wednesday.
And I will not be at Convergence for various reasons.
no subject
Date: 2006-07-04 07:27 pm (UTC)