Re: [WSG] Which unit is better for web site font size?

2006-02-02 Thread alejandro poch

Hi Roberto

Take a look at W3C tips Care With Font Size

http://www.w3.org/QA/Tips/font-size

Salu2



Roberto Santana wrote:


Hello,

Which unit is better for web site font size? em px % ...

Thanks!
Roberto Santana





**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


 



**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] Emulating text browser

2005-10-25 Thread alejandro poch
Thank you. That's very helpfull. 


Thanks also to everyone who response my question. Gracias


Terrence Wood wrote:


The major gotcha with Operas text view is that it preserves table
(columnar) structure where lynx just runs them all together.


Try a precompiled binary:

http://csant.info/lynx.htm

or a lynx viewer:

http://www.yellowpipe.com/yis/tools/lynx/lynx_viewer.php


kind regards
Terrence Wood.


alejandro poch said:
 


Do anyone knows if the Lynx's browser is something like this
option?
   




**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


 




**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



[WSG] Emulating text browser

2005-10-24 Thread alejandro poch

Hi there

Following one of the links of the mailing list I found the Webmaster 
Guidelines for Google 
(http://www.google.com/intl/en/webmasters/guidelines.html).


One of the Technical Guidelines is to use a text browser such as Lynx to 
examine your site, because most search engine spiders see your site much 
as Lynx would. Well I tried to download and install the Lynx browser but 
I found it a difficult mission 
(http://lynx.isc.org/lynx2.8.5/lynx2-8-5/INSTALLATION): alien language 
to me. So I gave up.


But recently I found that the Opera browser has an option to view your 
web in the way a text browser should do ( View/Style/User/Emulate Text 
Browser). Do anyone knows if the Lynx's browser is something like this 
option?


Thanks



**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] Nice plug-in for FireFox - Html Validator

2005-08-24 Thread alejandro poch

Hi list

You should try asswell the Opera browser 8. Ctrl + Alt V and you 
validate the web you're in on the W3C validator, even if the page is on 
locate server. It helps a lot!


Regards
jandropoch


Jacobus van Niekerk wrote:


Thought I just share this nice plug-in for FireFox, with everyone, helped me
a lot with validating websites. It's based on HTMLTidy.

https://addons.mozilla.org/extensions/moreinfo.php?id=249

Kind Regards
Jacobus van Niekerk

Creative Consultant


web: http://www.catics.com/ | http://www.azapi.com |
http://www.freelancecontractors.com
tel: +27 21 982 7805
fax: +27 88 021 982 7805
Skype: catics1



This e-mail message is confidential and intended solely for the person to
whom or the entity to which it is addressed. All the contents and any
attachments remain the property of Catics Ltd unless so stated. If you are
not the intended recipient, you are prohibited from reading, copying, using
or disclosing this message to others. If you received this message in error,
please notify the sender immediately by replying to this e-mail or by
telephoning +27 21 9827805 and thereafter delete the message. Catics Ltd
does not accept liability for any personal views expressed in this message.

 




**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] Help with a simple (?) problem

2005-08-19 Thread alejandro poch

Hi man

Just try to write

height: 100%;

on the BODY on the css file and you're done. At least it work for me.


Christian Robertson wrote:


Hi all,

I am new to the list, and this is my first posting so please be gentle ;-)

I have a task I am trying to accomplish which is not going to plan.  
The base code for what I want to achieve can be found at:  
http://www.metamorphosis.info/test/index-test.htm


My aim is to place a single blue panel 300px from the left of the 
screen, and for it to stretch from the top to the bottom.  Within 
that, I would like a content container element, beginning 200px from 
the top.


The result is achieved by the code below in Firefox, but IE will not 
stretch the pale blue background from top to bottom - seems to fit it 
to the content.  I've tried many options, but without success.


Can anyone please put me on the right track? Apologies if the solution 
is simple, but it's often the simple plans which tend to be overlooked.


Many thanks in advance.

Chris

*XHTML:*
body
div id=maincol
div id=container
pPara 1 .../p
pPara 2 .../p
/div
/div
/body
/html


*CSS:*
body {
  background-color: #909fb2;
  margin: 0;}/* body margin set to 38 
at top - impacts placement */


#maincol {
  position: absolute;
  left: 300px;
  width: 270px;
  height: 100%;
  background-color: #b1bbc8;}

#container {
  position: relative;
  top: 200px;
  width: 268px;
  border: 1px solid #fff;
  background-color: #b1bbc8;}




**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**