Website Problem
www.englishelectricpreservation.co.uk
Hi
I am trying to add a box around some text on my website, which was developed through drupal, the code I am using is
<table border=10>
<tr>
<td>
Some Text in a table
With a thicker border
</td>
</tr>
</table>
But all I seem to get is the text and no box around it, does anyone have any advice on how to solve this problem.



Jubilee Event Guide
Comments
Help with english electric
Hi Tony,
Are you not speaking to me then? You could have emailed or is this a shameless site plug
?
Anyway hope this helps.
<div style="margin:2px;padding:4px; border:1px solid #000000">
Hope you like the design on English Electric, a web monkey grunge effect special
</div>
1px will give you a narrow, but tasteful border, 10px will look a bit amateurish.
Check out this page for some help with the border attributes of the style tag
http://www.w3schools.com/css/css_border.asp
Css colours:
http://www.w3schools.com/css/css_colornames.asp
Post new comment