• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need some Critics.

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
K, I haven't addressed the Netscape flaw yet, but I did add a new table to the Web Host page hereone. As always, I appreciate your comments and suggestions.

Jay
 
Almost all the text in the right portion of the text box and all the small bulletins are impossible to see at all.

The colors are nice but I can't read anything unless I highlight everything and then start reading.. and its still hard.

Ohh I'm running netscape 4.76

Mozilla 0.6 is perfect.. its readbale but the color background is not there at all. (in the text box)

Gatsby - 994

 
If you don't want to use IIS' footer you can use Includes. I like that better especially if there are sections that require a slightly different footer.
 
Gatsby,

Scroll up a little and you will see that Netscape doesn't like the tables I built. The way it looks in IE is the way it's supposed to be.

Jay
 
I would try to incorporate a CSS into the doc that way you wont need those Font tags, also its easier to update the site typographicly as well as lessen the file size.

If and when you use a CSS set your font size by px (pixels) that way it will look the same, rather darn close, when the MAC addicts of the world check it out.

If you want to check out another place simular to yours check out WebMD, now dont get huffy 😉

I would replace "Designed by Jay Simmons" to "Copyright © 1999-2000 Jay Simmons. All rights reserved."

I'll let ya know how it looks on the Mac side tomorrow. Keep up the great work, I think you just stumbled into a "$$$$$ maker."

Goodluck!! 😀

[edit] edited for typos [/edit]
 
Wellcky,

I've not learned how to incorporate css into my HTML pages. I learn as I go. I've just ordered an ASP book as well as a SQL book as one of my pages will be looking up data in a SQL database.

Top that with I am trying to finish my MCSE before the end of this year......and I am going CRAZY!!!!!!!

Thanks for the suggestion though. I'll try and take a look at css over the holidays. Got any good links?

Jay

P.S. Yes, I know about WebMD, I am in the healthcare field after all. Not trying to compete with them, they are way too big. 😉
 
Well if you have FrontPage2000 or Dreamweaver you can setup style sheets usinging those proggies...

Or if you want to do it all by hand then this site will be of help, atleast to get the basics down Dave Raggett's Introduction to CSS then I'd save the CSS as a seperate document and just link it with this:

<link rel=&quot;stylesheet&quot; href=&quot;jays_style.css&quot;>



 
Back
Top