It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Big Problem!!!!

Big Problem!!!!

Postby Tomi on Sat Jul 01, 2006 4:04 pm

I kinda messed up my website... :( luckly, when you view it in the browser i still looks okish : http://www.gamewarfarecentre.com

please can someone view the source for that page, copy and past it into dreamweaver (or what every sorftwear you use) then have a look.... it happend when i was putting a mariquee in... it messed up i saved it by accident.. an error accured and dreamweaver closed so i couldnt press back :? :x :shock:

yeah, anyway can some one take a look an try to resolve the problem, then post the part of code that is wrong so i can change it...

BE WARNED!!!
i was told that my code is messy, i dont know html so i just use design view lol...
[/b]
User avatar
Tomi
500+ Club
 
Posts: 925
Joined: Mon Jun 26, 2006 6:51 pm
Location: Essex, England

Postby grommit on Sat Jul 01, 2006 5:54 pm

ok tell us how it should look like.
What is wrong?

Edit:
Try this to solve your problems.

replace:
Code: Select all
<td width="100%" background="/bar_bg2.gif"><img border="0"
src="/index.1.gif" width="150"
height="24">
<div style="margin-left:10px; margin-right:10px">
<div align="left">
<p><b><span class="style16">Affiliates</span></b>
</p>
<p><marquee scrollamount="2" loop="true" direction="down"
onmouseover='this.stop()' onmouseout='this.start()' scrolldelay= "15">

<a href="http://z13.invisionfree.com/Gamers_Space/index.php?act=idx"
target="_blank"><img
src="/affiliate8uo.gif" border="0" alt="Gamers Space Forum"></a></p>
<p><span class="style26">
<a href="http://z7.invisionfree.com/GWC/index.php?showtopic=31">
Affiliate Here ? </a></span><b><br>
</b></p>
</div></div>
<div align="center"><img border="0" src="/index.2.gif" width="150"
height="31"></div></td>


With this:
Code: Select all
<td width="100%" background="/bar_bg2.gif"><img border="0" src="/index.1.gif" width="150"
height="24">
   <div style="margin-left:10px; margin-right:10px">
      <div align="left">
         <p>
            <b>
               <span class="style16">Affiliates</span>
            </b>
         </p>
      <marquee width="WIDTH YOU WANT" height="HEIGHT YOU WANT" scrollamount="2" loop="true"
      direction="down" onmouseover='this.stop()' onmouseout='this.start()' scrolldelay= "15">
         <p>
            <a href="http://z13.invisionfree.com/Gamers_Space/index.php?act=idx"
            target="_blank">
               <img src="/affiliate8uo.gif" border="0" alt="Gamers Space Forum" />
            </a>
         </p>
         <p>
            <span class="style26">
               <a href="http://z7.invisionfree.com/GWC/index.php?showtopic=31">
                  Affiliate Here ?
               </a>
            </span>
         </p>
      </marquee>
      </div>
   </div>
   <div align="center">
      <img border="0" src="/index.2.gif" width="150" height="31">
   </div>
</td>


and look at the height="" and width="" in the replacement code.
They solve your other question/post http://www.devppl.com/forum/help-vt3169.html

and please just learn html instead of generating so much junk-code. Try to understand what you are making/doing.
grommit
 
Posts: 28
Joined: Thu Jun 29, 2006 11:29 am
Location: Netherlands

Postby Tomi on Sat Jul 01, 2006 10:47 pm

i enjoy making junk code, its part of my art work... :s
User avatar
Tomi
500+ Club
 
Posts: 925
Joined: Mon Jun 26, 2006 6:51 pm
Location: Essex, England

Postby lalalogic on Sat Jul 01, 2006 11:13 pm

Tomi wrote:i enjoy making junk code, its part of my art work... :s


:roll: ppl usually say thank you when they're being helped by someone ..
I agree with grommit, why do you make a gaming community website when you can't solve simple issues like a marquee?
bahbye devppl :]
lalalogic
100+ Club
 
Posts: 200
Joined: Tue Aug 16, 2005 4:02 am

Postby johneva on Sat Jul 01, 2006 11:54 pm

Harsh as it sounds it has to be said.
Image
Only God Can Judge Me.
User avatar
johneva
500+ Club
 
Posts: 565
Joined: Sat Oct 29, 2005 1:16 pm
Location: Stafford, England

Postby grommit on Sun Jul 02, 2006 6:24 am

maybe the code is messy, but howmuch experience do you have with making websites? is this one of your first sites?
Because if it's one of your first you aren't doing a bad job as a designer.

I have one question left:
Why do "downloads" and "members" open in a new window?
grommit
 
Posts: 28
Joined: Thu Jun 29, 2006 11:29 am
Location: Netherlands

Postby Tomi on Sun Jul 02, 2006 8:48 am

omg im so sorry, i could hit my self i for got to say thanks.... aaarrggghhh! But seriusly i am very thankfull for all your help here at DEVPPL :D

and this is my second website, i am 14.... i am still at school, i do not have any knowledge of html at this time and currently dont have time to learn it... i am doing an extencive IT course for GCSE and will be going on to do lots more in collage....

and btw lalalogic, im making a gaming community because i want to and i dont intend on letting my knowledge of html stop me..
User avatar
Tomi
500+ Club
 
Posts: 925
Joined: Mon Jun 26, 2006 6:51 pm
Location: Essex, England

Postby lalalogic on Sun Jul 02, 2006 9:22 am

Just so you know, that's the wrong way to start up web designing. :D Good luck with that.
bahbye devppl :]
lalalogic
100+ Club
 
Posts: 200
Joined: Tue Aug 16, 2005 4:02 am

Postby Tomi on Sun Jul 02, 2006 9:56 am

a sence a hint of sarcasm in a post that doesnt make any sence...
User avatar
Tomi
500+ Club
 
Posts: 925
Joined: Mon Jun 26, 2006 6:51 pm
Location: Essex, England

Postby lalalogic on Sun Jul 02, 2006 12:16 pm

Actually sarcasm isn't something you waste on a 14 year old who wants to be a webmaster of a community without learning the basics first. My reply was an advice and a wish.

I don't think that 3 ppl telling you to learn html before you make something are wrong. Or even deserve to get an answer like that.

And I don't believe devppl.com has a forum where you get answers to anything you ask without trying to learn something from it.

Anyway, I am getting off topic..
bahbye devppl :]
lalalogic
100+ Club
 
Posts: 200
Joined: Tue Aug 16, 2005 4:02 am

Next

Who is online

Users browsing this forum: No registered users and 5 guests