Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 02-14-2005, 06:33 AM simple HTML problem
Experienced Talker

Posts: 38
Trades: 0
hello, I have a little problem with my HTML

I am using tables to code my site and i want FEATURES to be in the top of the column and 'Terms of use | .. " in the botttom of the same column.

Here is the HTML

HTML Code:
<td  bgcolor="#FFFFFF" valign="top" width="251" style="font-family: Arial; font-size:13pt;">

<div valign="top">
<b>Features:</b>
<br />- blah blah
<br />- blah blah
<br />- blah blah
<br />- blah blah
<br />- blah blah
<br />- blah blah
<br />- blah blah
<br />- blah blah
</div>

<div align="center" valign="bottom">Terms of Use | Privacy Policy</div>

</td>
How can i do it?

Thanks in advance
eDevil is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-14-2005, 07:02 AM
Bethany's Avatar
Junior Talker

Posts: 4
Location: United Kingdom
Trades: 0
Try replacing the last div with this...


Code:
<br /><br /><div align="center">Terms of Use | Privacy Policy</div>
__________________

Please login or register to view this content. Registration is FREE
Bethany is offline
Reply With Quote
View Public Profile Visit Bethany's homepage!
 
Old 02-14-2005, 07:42 AM
Experienced Talker

Posts: 38
Trades: 0
The two 'br's brings the text down by two lines but that is not what I want. I want the text to be at the bottom of the column along with another block of text at the top of the same column.

Thanks for trying to help Bethany.
eDevil is offline
Reply With Quote
View Public Profile
 
Old 02-14-2005, 08:22 AM
guitrmn's Avatar
Extreme Talker

Posts: 193
Trades: 0
Not 100% sure what you're looking for but if you want the text in the same column, put it in the same div with the above text and add more <br> tags to seperate the two or use the <p> tag for each element.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Submit your sites to over 60 search engines!
Please login or register to view this content. Registration is FREE
guitrmn is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to simple HTML problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.14889 seconds with 12 queries