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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 06-19-2010, 11:00 PM How would I do this?
Novice Talker

Posts: 8
Trades: 0
On my website toycarauctions.com which I have yet to change the domain name. On the top left there is a logo that says buy sell marketplace, that will be changed to my new logo soon but how do I add one on the top right too? Basically I want to put my phone # and some other stuff on the top right corner. But when I try to put a pic or some writing there it moves the whole page down. Any hints?
paulqua is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-20-2010, 07:37 AM Re: How would I do this?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Use CSS floats.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-20-2010, 04:01 PM Re: How would I do this?
kline11's Avatar
SearchBliss Web Tools

Posts: 1,788
Name: John
Location: USA
Trades: 0
Quote:
Originally Posted by paulqua View Post
On my website toycarauctions.com which I have yet to change the domain name. On the top left there is a logo that says buy sell marketplace, that will be changed to my new logo soon but how do I add one on the top right too? Basically I want to put my phone # and some other stuff on the top right corner. But when I try to put a pic or some writing there it moves the whole page down. Any hints?
Like Chris says, use CSS floats. As it stands, your site is layed out using tables. I would create a tableless layout using div tags and CSS.
__________________

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
kline11 is offline
Reply With Quote
View Public Profile
 
Old 06-21-2010, 12:50 AM Re: How would I do this?
Novice Talker

Posts: 8
Trades: 0
How exactly would I do this, can you please explain yourself. Thanks
paulqua is offline
Reply With Quote
View Public Profile
 
Old 06-21-2010, 04:17 PM Re: How would I do this?
kline11's Avatar
SearchBliss Web Tools

Posts: 1,788
Name: John
Location: USA
Trades: 0
CSS:
div.float {
float:right;
}

HTML:
<div class="float">
My text here
</div>
__________________

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
kline11 is offline
Reply With Quote
View Public Profile
 
Old 06-26-2010, 11:20 AM Re: How would I do this?
Banned

Posts: 24
Name: sdasdas adad
Trades: 0
alternate way is to create a Table with 2 colums.
ziawap is offline
Reply With Quote
View Public Profile
 
Old 06-28-2010, 01:45 AM Re: How would I do this?
Novice Talker

Posts: 8
Trades: 0
how would the code be written
paulqua is offline
Reply With Quote
View Public Profile
 
Old 06-28-2010, 05:27 AM Re: How would I do this?
Kelpie's Avatar
Skilled Talker

Posts: 82
Name: Andrew
Location: SW Scotland
Trades: 0
Tables shouldn't be used for page layout, stick with CSS. W3Schools has a tutorial on using floated elements.
Kelpie is offline
Reply With Quote
View Public Profile
 
Old 06-28-2010, 06:33 AM Re: How would I do this?
Average Talker

Posts: 20
Name: Jeff
Trades: 0
Definitely use the CSS to control its position.
ditachedman is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How would I do this?
 

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.47558 seconds with 12 queries