Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
Web Design Newb NEEDS help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="muso" data-source="post: 39894" data-attributes="member: 40"><p>I think vBulletin is about as customisable as you get. If you can learn the scripting language it uses you'll be set. I also found Invision was quite easy to modify.</p><p></p><p>I'd play around with css positioning a bit, maybe you could try and start using some css, but not entirely. Learn the basics such as font formatting, and basic positioning. For positioning, start simple, do something like making 2 boxes and positioning them separately on your screen (don't worry about other people's resolutions). Example:</p><p></p><p>HTML:</p><p><div class="boxOne">Text and/or image goes here</div></p><p><div class="boxTwo">Text and/or image goes here</div></p><p></p><p>In your CSS file or head:</p><p>.boxOne {position: absolute; top: 5px; left 5px; width: 100px; height: 100px;background-color: #000;}</p><p>.boxTwo {position: absolute; top: 5px; left: 155px; width: 100px; height: 100px; background-color: #666;}</p><p></p><p>It's pretty self-explanatory. The 'position' attribute can be either absolute or relative. Play around with each of them and see if you can figure out which each does. I suggest you use only a text editor if you can. If you don't want to spend lots on BBEdit, try <a href="http://www.tumultco.com/HyperEdit/" target="_blank">HyperEdit</a> - it's decent and it's only $20.</p></blockquote><p></p>
[QUOTE="muso, post: 39894, member: 40"] I think vBulletin is about as customisable as you get. If you can learn the scripting language it uses you'll be set. I also found Invision was quite easy to modify. I'd play around with css positioning a bit, maybe you could try and start using some css, but not entirely. Learn the basics such as font formatting, and basic positioning. For positioning, start simple, do something like making 2 boxes and positioning them separately on your screen (don't worry about other people's resolutions). Example: HTML: <div class="boxOne">Text and/or image goes here</div> <div class="boxTwo">Text and/or image goes here</div> In your CSS file or head: .boxOne {position: absolute; top: 5px; left 5px; width: 100px; height: 100px;background-color: #000;} .boxTwo {position: absolute; top: 5px; left: 155px; width: 100px; height: 100px; background-color: #666;} It's pretty self-explanatory. The 'position' attribute can be either absolute or relative. Play around with each of them and see if you can figure out which each does. I suggest you use only a text editor if you can. If you don't want to spend lots on BBEdit, try [url=http://www.tumultco.com/HyperEdit/]HyperEdit[/url] - it's decent and it's only $20. [/QUOTE]
Verification
What is Apple's smallest desktop computer called?
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
Web Design Newb NEEDS help
Top