[WSG] text links wrapping

2009-11-29 Thread Marvin Hunkin
hi.
doing a online tutorial a web work shop at http://www.blindgeeks.org
and have a body and navigation, and header.
in the main body of the text links.
my couple of text links, are wrapping around.
should be all on one line.
can any one help.
using jaws 11.
windows vista.
will post my code file below.
any help.
and need to have a hr above and below the links.
the sighted person, that visually it looks fine.
so any help would be appreciated.
Marvin.

!DOCTYPE HTML PUBLIC -//W3C/DTD HTML 4.01 Transitional//EN
 http://www.w3.org/TR/html4/loose.dtd;
 html
head
titleBlind Geeks/title
/head
body bgcolor=#66 text=#00 topmargin=0 leftmargin=0 
link=#FF vlink=#CC
div id = header align=center style=width: 838px; height: 44px; 
bakcground-color: Navy; color: White; font-family: 'Comic Sans MS'; 
font-weight: 700;
h1Blind Geeks - Where Blind People Learn Programming/h1
/div
div id = nav align=center style=width: 838px; height: 44px; 
bakcground-color: Navy; color: White; font-family: 'Comic Sans MS'; 
font-weight: 700;
hr
a href=http://www.blindgeeks.org;Home/a nbsp; nbsp; nbsp; nbsp; 
nbsp; nbsp; a 
href=mailto:blindgeeks-subscr...@yahoogroups.com?subject=join;Join Our 
List /a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a href= 
BG_L2_Lab1Lessons.htmOur Lessons/a nbsp; nbsp; nbsp; nbsp; nbsp; 
nbsp; a href= BG_L2_Lab1Members.htmMembers Page/a  nbsp; nbsp; 
nbsp; nbsp; nbsp; nbsp; a href= BG_L2_Lab1Radio.htmRadio Broadcast 
Page/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp;
hr
/div
div id=body align=center style=width: 838px; height: 44px; 
bakcground-color: Navy; color: White; font-family: 'Comic Sans MS'; 
font-weight: 700; onload=window.resizeTo(871,765)
pWelcome to the Blind Geeks Web Page./p
br
pYou will find information and resources for blind programmers on this 
site./p
br
pContact me if you need more information about what services we offer./p
br
pYou can contact me via this link/p
br
a href=mailto:startrekc...@gmail.com?subject=blind Geeks InquiryContact 
Me/a
br
pClick on the links below to visit other programming sites./p
br
hr
a href=http://groups.yahoo.com/groups/helpwithvb;Help With Visual Basic 
Group/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a 
href=http://groups.yahoo.com/groups/helpwithcsharp;Help With C Sharp 
Group/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a 
href=http://www.java.sun.com;Java Programming/a nbsp; nbsp; nbsp; 
nbsp; nbsp; nbsp; a href=http://msdn.microsoft.com;Microsoft MSDN 
Centre/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a 
href=http://www.borland.com;Borland Home Page/a nbsp; nbsp; nbsp; 
nbsp; nbsp; nbsp; a href=http://www.eclipse.org;Eclipse Home Page/a 
nbsp; nbsp; nbsp; nbsp; nbsp; nbsp;
hr
/div
div id=footer align=center style=width: 838px; height: 44px; 
background-color: Navy; color: White; font-family: 'Comic Sans MS'; 
font-weight: 700;
pThis page is developed by Marvin Hunkin./p
br
pI adhere to the World Wide Consortium Website Standards (W3C) for this 
page./p
br
br
br
pcopy; Marvin Hunkin 2009./p
/div
/body
/html 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] text links wrapping

2009-11-29 Thread Nathanael Boehm
Hi Marvin,

I suggest you take out all your inline CSS and put them at least in a
style block in your document head or preferably in a separate document
that you import with a link.

If you want your links to display all on one line you'll need to declare the
margins on the hyperlinks.

If you were using a stylesheet you could use:

#nav a {margin: 0 20px}

If you want to continue using inline styles then add this attribute to all
the hyperlinks in your nav block:

style=margin:0 20px

Cheers,

Nathanael Boehm

Freelance web user interaction designer

user experience · social experience · social media · user interface
development · usability · accessibility

Imagine Innovation · KATA Professional · UXnet Canberra · OpenAustralia ·
BarCampCanberra

Australian Social Innovation eXchange (ASIX) Canberra

www.purecaffeine.com http://www.purecaffeine.com/about/

Canberra, Australia

0409 288 464

Latest UX blog post: Interactive Sketching Notation http://bit.ly/7tqlMA

RSVP http://bit.ly/3LgXWT for TweetsGiving Canberra, 1 December
RSVP http://bit.ly/bHic2 for BarCampCanberra 2010, in mid-February


On Sun, Nov 29, 2009 at 9:18 PM, Marvin Hunkin startrekc...@gmail.comwrote:

 hi.
 doing a online tutorial a web work shop at http://www.blindgeeks.org
 and have a body and navigation, and header.
 in the main body of the text links.
 my couple of text links, are wrapping around.
 should be all on one line.
 can any one help.
 using jaws 11.
 windows vista.
 will post my code file below.
 any help.
 and need to have a hr above and below the links.
 the sighted person, that visually it looks fine.
 so any help would be appreciated.
 Marvin.

 !DOCTYPE HTML PUBLIC -//W3C/DTD HTML 4.01 Transitional//EN
  http://www.w3.org/TR/html4/loose.dtd;
  html
 head
 titleBlind Geeks/title
 /head
 body bgcolor=#66 text=#00 topmargin=0 leftmargin=0
 link=#FF vlink=#CC
 div id = header align=center style=width: 838px; height: 44px;
 bakcground-color: Navy; color: White; font-family: 'Comic Sans MS';
 font-weight: 700;
 h1Blind Geeks - Where Blind People Learn Programming/h1
 /div
 div id = nav align=center style=width: 838px; height: 44px;
 bakcground-color: Navy; color: White; font-family: 'Comic Sans MS';
 font-weight: 700;
 hr
 a href=http://www.blindgeeks.org;Home/a nbsp; nbsp; nbsp; nbsp;
 nbsp; nbsp; a
 href=mailto:blindgeeks-subscr...@yahoogroups.com?subject=join;Join Our
 List /a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a href=
 BG_L2_Lab1Lessons.htmOur Lessons/a nbsp; nbsp; nbsp; nbsp; nbsp;
 nbsp; a href= BG_L2_Lab1Members.htmMembers Page/a  nbsp; nbsp;
 nbsp; nbsp; nbsp; nbsp; a href= BG_L2_Lab1Radio.htmRadio Broadcast
 Page/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp;
 hr
 /div
 div id=body align=center style=width: 838px; height: 44px;
 bakcground-color: Navy; color: White; font-family: 'Comic Sans MS';
 font-weight: 700; onload=window.resizeTo(871,765)
 pWelcome to the Blind Geeks Web Page./p
 br
 pYou will find information and resources for blind programmers on this
 site./p
 br
 pContact me if you need more information about what services we
 offer./p
 br
 pYou can contact me via this link/p
 br
 a href=mailto:startrekc...@gmail.com?subject=blind Geeks
 InquiryContact
 Me/a
 br
 pClick on the links below to visit other programming sites./p
 br
 hr
 a href=http://groups.yahoo.com/groups/helpwithvb;Help With Visual Basic
 Group/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a
 href=http://groups.yahoo.com/groups/helpwithcsharp;Help With C Sharp
 Group/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a
 href=http://www.java.sun.com;Java Programming/a nbsp; nbsp; nbsp;
 nbsp; nbsp; nbsp; a href=http://msdn.microsoft.com;Microsoft MSDN
 Centre/a nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; a
 href=http://www.borland.com;Borland Home Page/a nbsp; nbsp; nbsp;
 nbsp; nbsp; nbsp; a href=http://www.eclipse.org;Eclipse Home
 Page/a
 nbsp; nbsp; nbsp; nbsp; nbsp; nbsp;
 hr
 /div
 div id=footer align=center style=width: 838px; height: 44px;
 background-color: Navy; color: White; font-family: 'Comic Sans MS';
 font-weight: 700;
 pThis page is developed by Marvin Hunkin./p
 br
 pI adhere to the World Wide Consortium Website Standards (W3C) for this
 page./p
 br
 br
 br
 pcopy; Marvin Hunkin 2009./p
 /div
 /body
 /html




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***