Log in

View Full Version : Html Help


Underage_Thinker
May 17th, 2007, 10:35 PM
Well a friend of mine recently started a clan and seeing as i am the only member with any web design experience i am having to make the website. No by experience i basically have had to learn as i go. What i am trying to do is embed phpbb in our website. That way they still have alll the menus and buttons.
Here (http://battlegroundassassins.clanservers.com/enhancedwarfare/forums.html) is the page i am working on and as you can see when i embedded the forums it stretched the page and screwed up the template. I used the

<iframe src ="http://battlegroundassassins.clanservers.com/forum/index.php" width="100%" height="500px">

were the "src =" points to the index of our forms. Now i have tried adjusting the width in dreamweaver and nothing seems to help. If you know of a way to fix this, or a better way to embed this in my webpage i would most appreciate.

Here (http://battlegroundassassins.clanservers.com/enhancedwarfare/BA_Clansite.rar) is a rar of all the files in the website, the one that has the forums embedded is forums.html.
Thank you you in advance for the help, as you can see i am a noobhttp://www.overclock.net/images/smilies/biggrin.gif .

Underage_Thinker
May 22nd, 2007, 09:39 PM
well can anybody *cough kiros* help me, if not can you suggest me to a more technacal forms in wich to ask my question. I posted in the phpbb fourms and they said Forget about frames/iframes. Edit overall_header.tpl and overall_footer.tpl instead to put your custom header/footer in forum.But i can't seem to figure out how to do this right, every attemt i have made at doing this just screws up the template.:confused:

CryingEye666
May 26th, 2007, 11:01 PM
hey uhm well its kind of hard to explain over the internet. i know how to use Dreamweaver really well, and im getting certified in Dreamweaver next year,at school. so ya im really good with that application. but its really hard to explain here, id have to like come over or something lol =P
sorry

thesphinx
May 30th, 2007, 12:07 AM
ill try and work on it

Underage_Thinker
June 2nd, 2007, 02:57 PM
thank you i just got back from a trip i still have alot to work on b4 the site is ready to be put up, so no rush.

Deus
June 4th, 2007, 03:56 AM
Dude, there is nothing wrong with your code, just change the value of the width and height attributes. Note: It is generally good practice to keep the measurements of the attributes the same, don't use "%" for one attribute and pixels for the other, pick one and stay with it - at least for that table or frame.