Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How do I spread out the options in my menu bar?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
OSIRIS
Grandmaster Cheater
Reputation: 0

Joined: 27 Aug 2006
Posts: 654

PostPosted: Wed Oct 15, 2008 3:58 am    Post subject: How do I spread out the options in my menu bar? Reply with quote

http://stefon.kicks-ass.net/test/
I made a horizontal menu bar, how do I spread out the options in there evenly?
Back to top
View user's profile Send private message
SXGuy
I post too much
Reputation: 0

Joined: 19 Sep 2006
Posts: 3551

PostPosted: Wed Oct 15, 2008 6:45 am    Post subject: Reply with quote

http://www.w3.org/TR/CSS2/text.html

that will help
Back to top
View user's profile Send private message
OSIRIS
Grandmaster Cheater
Reputation: 0

Joined: 27 Aug 2006
Posts: 654

PostPosted: Wed Oct 15, 2008 1:12 pm    Post subject: Reply with quote

I read that whole document and couldn't find it.
Back to top
View user's profile Send private message
TraxMate
Master Cheater
Reputation: 0

Joined: 01 Mar 2008
Posts: 363

PostPosted: Wed Oct 15, 2008 1:41 pm    Post subject: Reply with quote

If you want to have it in the center don't use <center></center> like you are using, it doesnt work in all web browsers. Use <div align="center"></div> instead.
Back to top
View user's profile Send private message
SXGuy
I post too much
Reputation: 0

Joined: 19 Sep 2006
Posts: 3551

PostPosted: Wed Oct 15, 2008 3:02 pm    Post subject: Reply with quote

TraxMate wrote:
If you want to have it in the center don't use <center></center> like you are using, it doesnt work in all web browsers. Use <div align="center"></div> instead.


he didnt ask for the text to be centered, he asked for the text to be spaced out correctly between each link.

<html>
<head>
<style type="text/css">
p
{
word-spacing: 30px
}
</style>
</head>
<body>

<p>
This is some text. This is some text.
</p>

</body>
</html>
Back to top
View user's profile Send private message
OSIRIS
Grandmaster Cheater
Reputation: 0

Joined: 27 Aug 2006
Posts: 654

PostPosted: Wed Oct 15, 2008 3:55 pm    Post subject: Reply with quote

Im actually using DIVs but I just put that code in there and it works Very Happy thanks allot guys

Code:

div.menu {
margin:0 auto;
width:685px;
background-color: #000000;
height:20px;
word-spacing: 90px
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites