You Are Here:

Community: Developer Discussion Boards

#1 Old How to set the border for a table? - 1970-01-01, 02:00

Join Date: Mar 2003
Posts: 19
harikrishnag
Offline
Registered User
Hey
I am trying <table style="border-width=medium">, but its not showing any border. Is there any other way to show the border for the table?
Thanks
Hari
Reply With Quote

#2 Old RE: How to set the border for a table? - 1970-01-01, 02:00

Join Date: Mar 2003
Posts: 7
ValeriA
Offline
Registered User
try this
<span style="border: solid medium">bla bla bla</span>

or this
<span style="border-style: solid; border-width:medium">bla bla bla</span>
Reply With Quote

#3 Old RE: How to set the border for a table? - 1970-01-01, 02:00

Join Date: Mar 2003
Posts: 12
jmiheikk
Offline
Registered User
If you are really sure about defining the border in your documents <table> tag, try for example:

<table style="border: solid medium">

Note however that it's preferred to use a stylesheet, so

<table class="solid_medium">

with a CSS including:

.solid_medium {
border-width: medium;
border-style: solid;
}

does the same job in style.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia