HighDots Forums  

Re: Feedback needed

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Re: Feedback needed in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Matti Kiviharju
 
Posts: n/a

Default Re: Feedback needed - 01-27-2005 , 05:47 PM






Beauregard T. Shagnasty wrote:

Quote:
Put your CSS in an external file, and do not include it in every page.
This way you only need to update one file to change every page.
No. phpBB2 use tpl library files and there is only a one file for CSS.
There overrall_heder.tpl for header and overall_foter.tpl for footer and
index_body.tpl for body.

Quote:
Investigate using CSS and <div>'s for column placement, instead of tables.

I notice you have a link to the W3C validator on your links page. But
your site fails validation. There are some CSS errors as well.
@import url("templates/subSilver/formIE.css"); <-- That is for Microsoft
Internet Exploder that dosent work in other browses and it imports CSS
for Internet Exploder. Ok. Thats not needed afteral.

--
--
http://www.technologycommunity.com/




Reply With Quote
  #2  
Old   
Matti Kiviharju
 
Posts: n/a

Default Re: Feedback needed - 01-27-2005 , 05:51 PM






Site was in worng news:

http://www.technologycommunity.com/



Reply With Quote
  #3  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Feedback needed - 01-27-2005 , 08:37 PM



Matti Kiviharju wrote:
Quote:
Beauregard T. Shagnasty wrote:

Put your CSS in an external file, and do not include it in every
page. This way you only need to update one file to change every
page.

No. phpBB2 use tpl library files and there is only a one file for
CSS. There overrall_heder.tpl for header and overall_foter.tpl for
footer and index_body.tpl for body.
Then can you set to use this way, instead of writing it into each
page? In other words:

<style type="text/css" media="screen">@import "file.css"; </style>

Saves downloading it all for each page.

--
-bts
-This space intentionally left blank.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.