Home
Help
Search
Search
Advanced search
[Close]
Login
Register
Welcome Guest, please
login
or
register
.
Username:
1 Hour
1 Day
1 Week
1 Month
Forever
Password:
News
: Welcome to Hostpapa Forums!
Hostpapa Support Forums
Tech Support - Advanced
Web Design / HTML / Graphics / Flash
Trying to put a box around text
Pages: [
1
]
Go Down
Topic Tools
Topic Tools
Print
March 03, 2010, 05:47:51 AM
d6709
Newbie
Posts: 7
Trying to put a box around text
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
Logged
March 03, 2010, 12:27:24 PM
wspeeckaert
Jr. Member
Posts: 94
Re: Trying to put a box around text
try something like this:
<tr>
<td>
<div style="border:solid #CCC">
Some Text in a table
With a thicker border
</div>
</td>
</tr>
</table>
Logged
November 18, 2010, 05:12:11 AM
jocuri
Newbie
Posts: 4
Re: Trying to put a box around text
For the box, is better to use table or div? I mean the page being G friendly.
Logged
November 22, 2010, 03:25:34 PM
ax8l
Newbie
Posts: 4
Re: Trying to put a box around text
To be google friendly it doesn't matter if is a div or not. More importantly is to be correct and pass validation.
Code:
<table frameborder="1" >
<tr>
<td>
text here
</td>
<tr>
</table>
Logged
February 22, 2011, 01:58:30 AM
Austin Brove
Newbie
Posts: 1
Re: Trying to put a box around text
hi
You can also try this <div style="border:1pxsolid red;">tytle</div>
Austin Brove
Website Design Templates
Logged
Pages: [
1
]
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Pre-Sales Questions
-----------------------------
=> Frequently Asked Questions: Pre-Sales
=> Questions
=> HostPapa Partners - Affiliate Program
-----------------------------
Tech Support - Getting Started
-----------------------------
=> SohoLaunch
=> General Help
=> Initial Set-Up Help
=> Email Help
=> cPanel Help
=> Fantastico Help
=> FTP Help
=> Dreamweaver & Frontpage Help
-----------------------------
Tech Support - Advanced
-----------------------------
=> General Help
=> Web Design / HTML / Graphics / Flash
=> SEO
=> Videos, Photos, Streaming Media
-----------------------------
Domains
-----------------------------
=> Transferring a Domain with HostPapa
-----------------------------
Coding
-----------------------------
=> Frequently Asked Questions: Coding
=> C++ / PERL / CGI / Java
=> PHP / MYSQL
-----------------------------
Fun Stuff
-----------------------------
=> General Chatter
=> Showcase
=> Business Cards
-----------------------------
Suggestion Box
-----------------------------
=> Improvements/Features
-----------------------------
Français (French)
-----------------------------
=> Generalites
Loading...