| Reply | « Previous Thread | Next Thread » |
|
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 |
| harikrishnag |
| View Public Profile |
| Find all posts by harikrishnag |
|
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> |
|
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 | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|