The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Need help streamlining html code
johnsmith
post Dec 21 2006, 04:44 AM
Post #1


Novice
**

Group: Members
Posts: 23
Joined: 21-December 06
Member No.: 1,349



i've been working on my new website, which i've decided to amp up ... however, there's some slight problems in the html

check out my site and see if you can help me out with some stuff ... any ideas would be appreciated!



www.johnnywinter.org



... i figure i'm going to have to do a total overhaul of the design, because i want to give it more of a rockstar type feel to the thing, which would mean a better front page with an integrated music player and some killer photos ... along with better page designs.

the main problem i'm having thus far is on the <a href="www.johnnywinter.org/home.html">www.johnnywinter.org/home.html</a href> page, being that there is a slight space in between the "welcome" section and the image as well as the store i've setup ... if you check out the site you'll see what i mean. as well, there is a slight difference in the consistency between the rest of the site and <a href="www.johnnywinter.org/links.html">www.johnnywinter.org/links.html</a href>

thanks a bunch yall!!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Dec 21 2006, 06:05 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



On your home page you have
CODE
<TR>
        <TD>
            <IMG SRC="images/2.jpg" WIDTH=700 HEIGHT=14 ALT=""></p>
            </div></TD>
    </TR>

Change that to
CODE
<TR>
    <TD><IMG SRC="images/2.jpg" WIDTH=700 HEIGHT=14 ALT=""></TD>
</TR>

You also might want to pass your pages through the validator. And make better use of CSS.

Personally, I don't think the index page provides any meaningful use, but to enter the site. You might want to reconsider its use. And think about providing a way for visitors to stop the sound.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Dec 21 2006, 12:30 PM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



I'd get rid of the content-free entry page. And "click to enter" isn't a very big step up from "click here". The link to home.html opens a new window; don't do that! The resume is "currently under construction"; you should deactivate the link (better yet, remove it from the site toolbar) until the page has real content.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
johnsmith
post Dec 21 2006, 06:18 PM
Post #4


Novice
**

Group: Members
Posts: 23
Joined: 21-December 06
Member No.: 1,349



some good ideas, thanks! i think i may leave the front page, as i have some more ideas of what to do with it and improvements ... right now, i think the main thing is fixing that gap in home.html page when viewed in internet explorer or safari

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 21 2006, 06:33 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What gap do you mean? BTW you have a bunch of JavaScript errors. One fires every time the page receives focus. I noticed because I clicked back and forth between IE and FF trying to find he gap. AJAX gone crazy, I believe.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
johnsmith
post Dec 21 2006, 06:58 PM
Post #6


Novice
**

Group: Members
Posts: 23
Joined: 21-December 06
Member No.: 1,349



thanks Frederiek ... just used the code, and the page looks fine now!


i guess, the other thing is that the links.html page seems incongruent with the rest of the site, in that it is off by just a smidgen.

other than that, i think i'm going to try and put a small music player in place of the store window pane on home.html ... as well, i think i want to put a scrolling box maybe at the bottom of the page, or right below the menubar which can be used for putting in news by the date ... something similar to: <a href="http://www.thedrummerkc.com/events/">http://www.thedrummerkc.com/events/</a href>


any ideas there?

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 21 2006, 07:38 PM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



No. I'm still trying to find the gap. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
johnsmith
post Dec 21 2006, 08:35 PM
Post #8


Novice
**

Group: Members
Posts: 23
Joined: 21-December 06
Member No.: 1,349



ok, alright, i fixed the gap pandy ... ;-)

any ideas for the newsbar or music box?

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
johnsmith
post Jan 17 2007, 11:59 PM
Post #9


Novice
**

Group: Members
Posts: 23
Joined: 21-December 06
Member No.: 1,349



hey everybody ... i've been working on a replacement page for my index page ...

check it out:

http://www.johnnywinter.org/hometest.html

...


there's a few things which I like a lot better about this page, but I'm having some slight problems with the playlist for the mp3 player. it's in flash, which i think looks a lot better than simply the "embed" player which uses whatever player the person happens to have, ie: quicktime.

so, i was wonering if anyone has any idea on how to impliment a playlist?

i've been trying to figure it out, but have no idea on how to get it to work as of yet ...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 10:34 PM