Announcement

Collapse
No announcement yet.

I Need Help With My Site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I Need Help With My Site

    http://www.oriontide.com

    It's really annoying me, my logo graphic on the top frame is cut off partially by the bottom frames, anyone know how I can fix this?
    AIM: JeremyLaCroix
    Myspace: http://www.myspace.com/jeremylacroix
    Website: http://www.ITNewsToday.com
    Pokemon Platinum: 3567-1701-0101

    #2
    Re: I Need Help With My Site

    5 Hours Ago 02:35 AM
    Glueme

    Just set the dimensions of the top frame to the image's dimesions?
    ^^

    Maybe set it a few pixels more in the height department, as well.
    Lil' Bean is here!

    Comment


      #3
      Re: I Need Help With My Site

      Where do I set the dimensions? I think I already tried a table but I could be wrong.
      AIM: JeremyLaCroix
      Myspace: http://www.myspace.com/jeremylacroix
      Website: http://www.ITNewsToday.com
      Pokemon Platinum: 3567-1701-0101

      Comment


        #4
        Re: I Need Help With My Site

        In your frame SRC use marginwidth="x" and marginheight="x" to seperate content from borders.

        I'd recommend doing away with frames altogether, but good luck...

        Comment


          #5
          Re: I Need Help With My Site

          I will try that when I get a chance, frames are necessary for me, so that its easier to update things.
          AIM: JeremyLaCroix
          Myspace: http://www.myspace.com/jeremylacroix
          Website: http://www.ITNewsToday.com
          Pokemon Platinum: 3567-1701-0101

          Comment


            #6
            Re: I Need Help With My Site

            Are not.

            Go with PHP (It's basically C) or shtml. They both support includes.

            Comment


              #7
              Re: I Need Help With My Site

              This is assuming JLa has his own server...

              But yeah, if you want to get optimum speed and efficiency, learn PHP, with some SQL. A couple clicks, and you can update your entire site. Your whole site could be based off of one file... ¬_¬

              Comment


                #8
                Re: I Need Help With My Site

                I don't have my own server set up yet, my server is missing a hard drive and until I get one I won't be able to use it.
                Last edited by JLaCroix; 04-03-2005, 04:59 PM.
                AIM: JeremyLaCroix
                Myspace: http://www.myspace.com/jeremylacroix
                Website: http://www.ITNewsToday.com
                Pokemon Platinum: 3567-1701-0101

                Comment


                  #9
                  Re: I Need Help With My Site

                  Who's your host now? I'd be very suprised if they don't have PHP.

                  Comment


                    #10
                    Re: I Need Help With My Site

                    Comcast.

                    Besides, even if they did, I don't have any time to learn it right now.
                    AIM: JeremyLaCroix
                    Myspace: http://www.myspace.com/jeremylacroix
                    Website: http://www.ITNewsToday.com
                    Pokemon Platinum: 3567-1701-0101

                    Comment


                      #11
                      Re: I Need Help With My Site

                      That marginwidth thing doesn't work.

                      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      <html>
                      <head>
                      <title>J.LaCroix's Site</title>
                      </head>
                      <frameset rows="20%,*" border="0" frameborder="0"><frame src="top.htm"
                      name="top" noresize="noresize" scrolling="no"><BR><frameset cols="21%,*"
                      border="1" frameborder="1"><frame src="navigation.htm"
                      name="navigation" scrolling="auto"><frame src="main.htm" name="main"
                      scrolling="yes"></frameset></frameset>
                      <noframes><h4> Your Browser Doesn't Support Frames.</h4>
                      </noframes>
                      </html>
                      AIM: JeremyLaCroix
                      Myspace: http://www.myspace.com/jeremylacroix
                      Website: http://www.ITNewsToday.com
                      Pokemon Platinum: 3567-1701-0101

                      Comment


                        #12
                        Re: I Need Help With My Site

                        That's your problem:

                        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                        <html>
                        <head>
                        <title>J.LaCroix's Site</title>
                        </head>
                        <frameset rows="145,*" border="0" frameborder="0"><frame src="top.htm"
                        name="top" noresize="noresize" scrolling="no"><BR><frameset cols="21%,*"
                        border="1" frameborder="1"><frame src="navigation.htm"
                        name="navigation" scrolling="auto"><frame src="main.htm" name="main"
                        scrolling="yes"></frameset></frameset>
                        <noframes><h4> Your Browser Doesn't Support Frames.</h4>
                        </noframes>
                        </html>
                        Having it a percent will shrink it based on the person's resolution. It worked fine in mine, but lower res screens will experience cutting off. Making it exact pixels eliminates that. You may want to do the same for the side frame too... percents leave too much room for errors.
                        Do what you wish

                        Comment


                          #13
                          Re: I Need Help With My Site

                          So what exactly should I remove?
                          AIM: JeremyLaCroix
                          Myspace: http://www.myspace.com/jeremylacroix
                          Website: http://www.ITNewsToday.com
                          Pokemon Platinum: 3567-1701-0101

                          Comment


                            #14
                            Re: I Need Help With My Site

                            Don't remove, just use the code I posted. I edited the percent you had and put a pixel height 3 more than the image. If you copy and paste the code in my last post it should work. The only thing I changed is the bold part.
                            Do what you wish

                            Comment


                              #15
                              Re: I Need Help With My Site

                              Thanks so much, if you check it out, it should be fixed now.
                              AIM: JeremyLaCroix
                              Myspace: http://www.myspace.com/jeremylacroix
                              Website: http://www.ITNewsToday.com
                              Pokemon Platinum: 3567-1701-0101

                              Comment

                              Working...
                              X