Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Calling All Tripod Users - Help


Calling All Tripod Users - Help

Reply
  #1 (permalink)  
Old 03-07-06, 04:01 PM
jimandsharynp jimandsharynp is offline
New Member
 
Join Date: Mar 2006
Location: Florida
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Calling All Tripod Users - Help

Hi Y'all,
I have been using Tripod for my site for several years. I now want to change the background on some of my pages. I know some HTML and can see the "background" statement in the source code. My question is: If I change the "background" statement to use a graphic on my harddrive do I enter the C: then the entire path to my new background? If I make that change then publish from Tripod to the web will the new background be seen?

Thanks in advance for your help!!

Jimandsharynp
Reply With Quote
  #2 (permalink)  
Old 03-07-06, 04:53 PM
Vineman Vineman is offline
Wannabe Coder
 
Join Date: Dec 2005
Location: Texas
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
You cannot link to files on your HDD. You will have to upload it to a host.
Reply With Quote
  #3 (permalink)  
Old 03-07-06, 07:28 PM
jimandsharynp jimandsharynp is offline
New Member
 
Join Date: Mar 2006
Location: Florida
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Tripod User

Thanks for the response. How do I do that on Tripod/Lycos software if you know. I know how to upload graphics to Tripod then use them on one of my web pages but how do I handle a background gif/jpg. What will the path be to get at the uploaded graphic so I can use it as a background? Thanks again for your help.

Jimandsharynp
Reply With Quote
  #4 (permalink)  
Old 03-08-06, 10:34 AM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Hello, just upload your jpeg/gif image to your Tripod server into a folder like images, then change your
Code:
<body>
to
Code:
<body background="images/pic.jpeg">
You could also use CSS.
Code:
body {
	background-image: url(images/pic.jpeg);
}
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
  #5 (permalink)  
Old 03-09-06, 09:01 AM
jimandsharynp jimandsharynp is offline
New Member
 
Join Date: Mar 2006
Location: Florida
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Tripod Page Backgrounds

Thanks, I'll try that. Are you using backgrounds other than those offered by Tripod on your site? Please send me your site URL so I can look at your source if I need extra help.

Again, thanks, you are the best!!

jimandsharynp
Reply With Quote
  #6 (permalink)  
Old 03-09-06, 09:16 AM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Quote:
Originally Posted by jimandsharynp
Thanks, I'll try that. Are you using backgrounds other than those offered by Tripod on your site? Please send me your site URL so I can look at your source if I need extra help.

Again, thanks, you are the best!!

jimandsharynp
Hi, I'm not currently using Tripod, but the code that I porvided is basic HTML/CSS. If you need some extra help just post here.
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
best way to log in users, and keep them logged in nassau PHP 15 01-16-06 05:13 PM
require new bb users to fill out questionnaire altlprsn PHP 1 02-11-05 08:23 PM
require bb users to fill out questionnaire altlprsn Script Requests 0 01-26-05 04:06 PM
2 flash websites for sale metamorph General Advertisements 5 01-09-05 10:03 PM
Users Registration System postyourweb PHP 3 07-23-04 08:34 AM


All times are GMT -5. The time now is 08:50 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.