Results 1 to 10 of 11
Threaded View
-
31st May 2011, 11:41 AM #6Respected Developer
you can add that part in your css or leave in html with style attribute.
For lines you can add borders, here is a quick way but you need to adjust your min-height according to your content. there is some other way you can check here
http://www.webtoolkit.info/css-clearfix.html
Below example will add quick dirty borders
Code:<style type="text/css"> #content{ width: 400px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; min-height: 50px; padding: 16px; } #right { float: right; border-left: 1px solid #CCC; padding: 16px; } #left { float:left; padding: 18px; } </style> <div id="content"> <div id="right"> Your right content here </div> <div id="left"> Left content here </div> </div>
Bots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
echo this line in php
By hihotfile in forum Technical Help Desk SupportReplies: 9Last Post: 8th Oct 2012, 03:32 PM -
On line list
By Spooky in forum Feedback and SuggestionsReplies: 5Last Post: 13th Feb 2011, 12:16 PM -
(X)HTML, CSS slicing (6 years experience) | PSD to (X)HTML and CSS | Professional job
By Wamer in forum Completed TransactionsReplies: 8Last Post: 21st Jul 2010, 06:13 PM -
PRiVATE LiNE 0'Sec
By t00v in forum Completed TransactionsReplies: 0Last Post: 11th Oct 2009, 11:27 PM -
need help with this line
By nelly27 in forum vBulletinReplies: 12Last Post: 8th Oct 2008, 07:12 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...