Click here to Skip to main content
15,901,035 members
Home / Discussions / Web Development
   

Web Development

 
QuestionFile IO Pin
L Viljoen17-Jul-07 21:22
professionalL Viljoen17-Jul-07 21:22 
AnswerRe: File IO Pin
Guffa17-Jul-07 22:12
Guffa17-Jul-07 22:12 
AnswerRe: File IO Pin
Eduard Keilholz18-Jul-07 1:47
Eduard Keilholz18-Jul-07 1:47 
Questionpage refresh Pin
Tauseef A17-Jul-07 19:59
Tauseef A17-Jul-07 19:59 
AnswerRe: page refresh Pin
SHatchard17-Jul-07 21:38
SHatchard17-Jul-07 21:38 
QuestionRe: page refresh Pin
Tauseef A17-Jul-07 23:35
Tauseef A17-Jul-07 23:35 
AnswerRe: page refresh Pin
magnifique18-Jul-07 1:36
magnifique18-Jul-07 1:36 
QuestionRe: page refresh Pin
Tauseef A18-Jul-07 17:33
Tauseef A18-Jul-07 17:33 
AnswerRe: page refresh Pin
Sathesh Sakthivel18-Jul-07 17:49
Sathesh Sakthivel18-Jul-07 17:49 
Questionscreen saver code Pin
dskanth17-Jul-07 18:25
dskanth17-Jul-07 18:25 
AnswerRe: screen saver code Pin
Michael Sync17-Jul-07 20:00
Michael Sync17-Jul-07 20:00 
AnswerRe: screen saver code Pin
Eduard Keilholz18-Jul-07 1:48
Eduard Keilholz18-Jul-07 1:48 
GeneralRe: screen saver code Pin
haggenx23-Jul-07 13:04
haggenx23-Jul-07 13:04 
AnswerRe: screen saver code Pin
Vasudevan Deepak Kumar19-Jul-07 6:56
Vasudevan Deepak Kumar19-Jul-07 6:56 
GeneralValidation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Psycho-*Coder*-Extreme17-Jul-07 16:00
Psycho-*Coder*-Extreme17-Jul-07 16:00 
GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Michael Sync17-Jul-07 19:52
Michael Sync17-Jul-07 19:52 
GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Michael Sync17-Jul-07 19:56
Michael Sync17-Jul-07 19:56 
GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Psycho-*Coder*-Extreme17-Jul-07 20:06
Psycho-*Coder*-Extreme17-Jul-07 20:06 
actually
<a href="../../about_us.htm" ><img alt="About Us" height="31" src="../../images/nav_images/about_normal.gif" width="74" name="about_us" id="about_us" /></a>

without the border="0" will indeed put an ugly border around the image (when the image is enclosed in an a href tag), it's been that way since the dawn of HTML but the new XHTML validation doesn't allow this. I ended up making a CSS class that has
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;

and it got rid of the border. I went with the CSS class so I didn't have to put style="" on every link image in the site (there are 77 pages in the site) and with this class (yes I did have to add the class="" to all the images but if I have to alter/add anything to the images in the future I change the CSS class and not all 77 pages).


"Okay, I give up: which is NOT a real programming language????"
Michael Bergman


GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Michael Sync17-Jul-07 20:44
Michael Sync17-Jul-07 20:44 
GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Ed.Poore18-Jul-07 5:02
Ed.Poore18-Jul-07 5:02 
GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Merlin Tintin9-Feb-11 23:31
Merlin Tintin9-Feb-11 23:31 
GeneralRe: Validation (XHTML 1.0 Transitional): Attribute 'border' is considered outdated..... Pin
Vasudevan Deepak Kumar17-Jul-07 22:22
Vasudevan Deepak Kumar17-Jul-07 22:22 
Generalswitching location of an asp.net application to a diffrent pc [modified] Pin
nicetohaveyou17-Jul-07 10:42
nicetohaveyou17-Jul-07 10:42 
GeneralRe: switching location of an asp.net application to a diffrent pc Pin
jchigg200017-Jul-07 10:46
jchigg200017-Jul-07 10:46 
GeneralRe: switching location of an asp.net application to a diffrent pc Pin
magnifique18-Jul-07 1:39
magnifique18-Jul-07 1:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.