View Full Version : HTML
Kathryn
01-04-2001, 12:21 AM
Hi - can somebody help me with an HTML code. I have a background for a web page that has a border down the left hand side. How do I get the text to start in from the border. I tried blockquote but I don't need the indent on both sides.
Jason
01-04-2001, 12:36 AM
Hi Kathryn,
Usually in this situation people align the text inside a table, and will extend the second column to the correct distance.
------------------
Jason M. DesRoches
Co-Founder / Business Development
Big Resources Network (http://www.bigresources.com)
jason@bigresources.com
ICQ: 17947522
Add ALIGN="LEFT" to table or cell
ie. <TABLE ALIGN="LEFT">
jonirvine
01-08-2001, 09:34 PM
Another way would be to have an empty table cell over the border.
<table>
<tr><td width="SIZE OF BORDER + A FEW">*nbsp;</td>
<td valign=top>
SITE CONTENT
</td></tr></table>
????
------------------
Web Design, development and hosting.
Contact: jon@dustnet.co.uk www.yorkdesigns.co.uk (http://www.yorkdesigns.co.uk)
Newest Project: www.101tutorials.com (http://htpp://www.101tutorials.com)
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.