MyBB Community Forums

Full Version: Page Manger Help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm working on a staff page on my website and having a little trouble. Does it only work with tables? Personally I don't like tables and try to use divs when possible. Is there a way to fix what is happening here

http://theworld-r2.net/misc.php?page=staff

with out using tables?

Here is the code.

<html>
<body>
</br>
<div style="position: relative; width: inherit; height: inherit;">
<div style="position: relative; top: 10px; left: 3px; width: 100px; height: 100px; background-color: #7A7A7A;">
<center><img src="http://i55.tinypic.com/63t0de.jpg?dateline=1297280238" alt="Crzyone9584" height="90" width="90" top="10" /></center>
</div>
<div style=" position: absolute; top: 10px; left: 110px; width: inherited; background-color: #5C5C5C;">
This is a test bio for Crzyone9584!!! Oh Hells YA
</div>
</div>
</br>
<div style="position: relative; width: inherit; height: inherit;">
<div style="position: relative; top: 10px; left: 3px; width: 100px; height: 100px; background-color: #7A7A7A;">
<center><img src="http://i55.tinypic.com/63t0de.jpg?dateline=1297280238" alt="Crzyone9584" height="90" width="90" top="10" /></center>
</div>
<div style=" position: absolute; top: 10px; left: 110px; width: inherited; background-color: #5C5C5C;">
Name: xxx</br>
Age: xx</br>
Position: xxxx</br>
Years Active: xxxxxxx</br></br>

I first learned about .Hack// back when the first series originally aired on TV. It was a great series with lots of twists and turns. I thought that it was just a single series but then more began coming out and soon after a game series followed. I played each of the games one after another and they left me seeking more. As a programmer I spend a lot of my time on several programming sites which is where I met Crzy. Eventually after helping him with different things here and their I stumbled upon this website and instantly wanted to be apart of the development process in some way.</br></br>

I started programming when I was 8 years old. My mother bought a computer and it was the first time I had ever seen one. As soon as she was out of the room I began taking the computer apart to see how it worked, I have always been interested in how things worked. When I mom returned she saw what I was doing but instead of getting mad she sat down with me and explained different things about it. From their she told me about programming and how it could be used to create programs that run the computer. She had many college books back then about programming and I began to read those for fun. By the time I was 12 years old I was programming in HTML, JavaScript, VB6, etc. I was not doing anything to hard but designing things like web pages and programs felt good. By the time I turned 18 I had easily learned probably 10X more than I learned in my first 4 years. I was programming in the big leagues with C/C++ and C#, able to do anything needed with networking, threading, or another other hard subject to grasp in programming. It was at the beginning of this year I picked up the XNA framework, I did so because I really wanted to get into game design. Game design has always been the field I wanted to go into and I always wanted a very specific job in it: Tool Design. I wanted to design all the tools used to make the game, which is exactly what I am doing here!</br></br>

But enough about programming. Almost all of my time is spent either watching Anime, playing a game, Programming, or at work. The rest of it is spent outside the house hanging out with friends. I live in a small town in Georgia in the US. Some of my favorite anime's include: Clannad, Kanon, Sola, Air, and Toradora. My favorite band in the world is the Red Hot Chili Peppers! I also enjoy Linkin Park, The Used, 30 Seconds to Mars, etc. I never miss a show if any of the mentioned bands come any where near me.</br></br>

That's all I can think of for now.
</div>
</div>
</br>
</br>
</body>
</html>
Anyone have any idea on how to fix this?
I'm still having this issue. I'm not great at coding in php or html. Any help would be great!
Try giving your divs ID's or classes and use those to align them on the page. You can add a style sheet link at the top or you can add the style info to the page.

The way you currently have it having all the divs independently inlined styled is very clumsy and you will struggle to use it with the mybb headers and footers.



Well I guess its time to get some tutorials about divs and style sheets... Thanks for the help.