view counter

Website Problem


By

view counter

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.

Tony
www.englishelectricpreservation.co.uk

SHARE

Comments

Web Monkey's picture

Help with english electric

Hi Tony,

Are you not speaking to me then? You could have emailed or is this a shameless site plug Wink?
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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.
view counter