Can I have table borders showing?
-
http://leromantiqueinfortune.wordpress.com/2009/10/05/answers/
the live writer table isn’t showing as it should is this because of the theme I’m using, I would like to have a square for each nunber, any help would be lovely thanksThe blog I need help with is: (visible only to logged in users)
-
Your table should be like that:
<table style="width:200px;color:#804000;"> <tbody> <tr> <td style="border:1px solid #ccc;padding:2px;">1</td> <td style="border:1px solid #ccc;padding:2px;">2</td> <td style="border:1px solid #ccc;padding:2px;">3</td> etc. etc. etc. -
-
Sorry to ask again but is there a way to make the borders bolder and smaller so it fit’s with the picture, i have tried in the HTML editor to change the values but it doesn’t work
thank you
-
-
a) How can the borders be “bolder and smaller” at the same time?
b) You’ve written this:
<table width="150" border="1" cellspacing="0" cellpadding="0">
These are outdated and don’t work with the theme you’re using. If you want to constrain the table width, you need to write the opening table tag the way I showed above. -
Thank you Adam, that works a treat, I am a Doh! but I do try, “both centered on the page” would be better and I would love you forever and a bit if you could tell me how to do it….
“GREAT BIG HUG’S”
-
a) Remove this:
<p style="text-align:left;">
and this:
</p>
from around the image code, and change alignnone to aligncenter.b) Enclose the table in this:
<div align="center"> COMPLETE TABLE CODE HERE </div>By the way, see here how you can have better image quality:
-
-
- The topic ‘Can I have table borders showing?’ is closed to new replies.