Welcome to TalkGraphics.com
Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Web Page Help Needed

    The web page in example 1. Looking at the html used you can see that the background to the post is a html setting on a table. The whole post sits as part of a table. the table has an image as the background.

    <TABLE align=center background=http://dl2.glitter-graphics.net/pub/770/770772pnoxg3mkcx.gif border=5>

    Your example sets the background image by setting the html page background to be an image, not the table.

    <BODY TOPMARGIN="0" BACKGROUND="background_12.gif"

    Naturally, this won't work when pasting into a forum.

    I'm not sure that really helps.

    Paul
    IP

  2. #2
    Join Date
    Feb 2008
    Posts
    8

    Default Re: Web Page Help Needed

    Thanks for ur help. I do understand a bit now. Can the table method be done in PI or do i have to use another software
    IP

  3. #3
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Web Page Help Needed

    Quote Originally Posted by pinky786 View Post
    Thanks for ur help. I do understand a bit now. Can the table method be done in PI or do i have to use another software
    You could just make the changes using notepad. Give it a go.

    Paul
    IP

  4. #4
    Join Date
    Feb 2008
    Posts
    8

    Default Re: Web Page Help Needed

    i tried changing the code in the notepad, input the same line for the background as in the example, got the same background but still am unable to copy the background. :cry :cry, only things on top of the background get copied.

    Thanks pauland for ur help.
    IP

  5. #5
    Join Date
    Feb 2008
    Posts
    8

    Default Re: Web Page Help Needed

    pauland if u go to the examples i gave, and try to copy paste even in that the background does not get copied atleast for me it does not. If they had copy pasted then when we do copy paste the background should come as well.

    Just wondering if they upload somewhere and then like for image there is a forum code [IMG] could there be 1 to load a html page??
    IP

  6. #6
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Web Page Help Needed

    I think you need to speak to someone locally who can look at what you are doing and probably sort things out in a few minutes. If you are going to be sucessful using these methods, you need to understand the basics of how html works.

    I suspect that the other people doing cut and paste are lucky because however they produce their page, the software is creating everything they need in a table with a background image. I don't use PI and I don't think it's ideal for producing webpages.

    I think that if you persevere or get some local help, you should manage to get what you want.

    The table edit should have done the trick for you - I'm sorry there's still a problem.

    All I can really do is say "good luck" and stick with it.

    Paul
    IP

  7. #7
    Join Date
    Jul 2007
    Location
    Brockville, Ontario, Canada.
    Posts
    4,619

    Default Re: Web Page Help Needed

    I'm not sure why you need to post a huge HTML page with backgrounds and flashing signs in a forum.

    Could you clarify what you are doing and why, so that we can try and figure out the easiest way to do what you need.

    I agree with Paul, someone is being very lucky with the links to their graphics (that may even be stored in other sub-directories) for it to work properly, and tend to think that the links cannot find the right graphic after being cut and pasted.

    Your webpage code
    <BODY TOPMARGIN="0" BACKGROUND="background_12.gif" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
    <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
    implies that the background is in the same directory as the page code. But since you cut and pasted it, that is highly unlikely. All your other links are URL's.

    I would suggest that you check the location of the ="background_12.gif" that you are referencing.
    Last edited by ss-kalm; 05 February 2008 at 04:26 AM.
    Keith
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    There are 10 types of people in this world .... Those who understand binary, and those who don't.
    IP

  8. #8
    Join Date
    Feb 2007
    Location
    Alexandria - Egypt
    Posts
    78

    Default Re: Web Page Help Needed

    as far as I know you cannot copy a background by just selecting with a mouse, you have to right-click the background image and save it to your computer.

    As for the link above about the display of your web-page, as previously mentioned, you have broken links,
    • either you uploaded the image to the wrong place on the server
    • or you forgot to upload the images to the server and only uploaded the HTML file


    The best way to do this is to work on an HTML file and an "Image" folder where you save all your images into. then upload both the "file.html" and the "Images" folder to the web and that should display right. Now remember "file.html" and "Images" folder should have the same relation on the server as on your computer.

    For example, if "file.html" and Images are in the same folder, then keep it the same way on the server, don't put "file.html" in one folder and "Images" in another folder or a sub folder.

    I hope that helps
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •