coding&FTP |
![]() ![]() |
coding&FTP |
May 27 2007, 06:31 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
okay so i have my site http://advicethread.com/candycoatedcodes/
and in my code at the top i changed the background color to black and the left margin to 200px and nothing changed... also when you click on a link it says the link twice http://advicethread.com/candycoatedcodes/w...atedcodes/codes and in the code its only in there once... :[ some one please please help me! |
|
|
|
May 27 2007, 06:36 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
The reason why the background is white is because on the code below you have it set to white (#FFFFFF).
See: CODE <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> You need to edit the #FFFFFF and change it to #000000. So the code would look like this:CODE <BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
|
|
|
|
May 27 2007, 06:43 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
okay, i got it
now what about the double address? |
|
|
|
May 27 2007, 06:51 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Try editing each link and making each one say this:
CODE http://advicethread.com/candycoatedcodes/PUTLINKNAMEHERE Where I have put link name here put the link name to each link that directs to each page. See it should work. Check the source of this: http://www.createblog.com/tools/uploads/maestro/test.html |
|
|
|
May 27 2007, 07:05 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
its still double linking even after that :(
|
|
|
|
May 27 2007, 07:31 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
In your code you put
www.linkhere.com Instead its supposed to be http://www.linkhere.com |
|
|
|
May 28 2007, 10:58 AM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
:) thak you, that worked.
i have another question i have made all of the pages (codes,layouts,pixles...) in photoshop and they are saved as jpegs how do i put them into the ftp client and when the users click on the link how to go to them |
|
|
|
May 28 2007, 11:41 AM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You open your FTP. Upload them into a folder. Then it will be :
http://yoursite.com/foldername/image.jpg To open them in your browser. |
|
|
|
May 28 2007, 12:05 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
ahh well i did that just uploaded the images and nothing happend
the link for the new page it needs to be directed to does that page ^ need any coding? |
|
|
|
May 28 2007, 12:07 PM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Um yea. You just upload the images. You have to create a .hmtl page with teh images to turn them into actual pages.
|
|
|
|
May 28 2007, 02:17 PM
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
its not working
|
|
|
|
May 28 2007, 04:47 PM
Post
#12
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
what toya means is that to display your uploaded images, you will need to make an html file for them, such as images.html.
In your images.html file, which you will need to upload to your site through FTP, you will list the images... ex: CODE <img src="http://www.sitename.com/folder/image1.jpg">
<img src="http://www.sitename.com/folder/image2.jpg"> |
|
|
|
May 29 2007, 04:36 PM
Post
#13
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
GAH
i have tried everything and its just not working :(:(:( sorry if this is getting annoying but please helpp meee |
|
|
|
May 29 2007, 09:29 PM
Post
#14
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
can you describe what you tried...? What FTP client are you using? I would recommend you download SmartFTP. its beginner-friendly, plus a lot of people could help you with it.
|
|
|
|
May 30 2007, 04:07 AM
Post
#15
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Mar 2007 Member No: 511,826 |
umm i think CoreFTP is easy and fast, but i had someone show me how to use it, and i believe he is talking about, trying to get an image, and then a person beeing able to click the image and taking them to a different page erm....
like umm... lol CODE <a href="URL"><img src="ImageURLhere"></a> i believe that is what you are talking about ? but im not really sure. |
|
|
|
May 30 2007, 10:42 AM
Post
#16
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
i am using smartFTP and what im trying to do is
on my main page http://advicethread.com/candycoatedcodes/ there is those links on the side i want them to go to the pages that they say i will try what Ragefast said edit: okay i just went into the coding and it was already set up that way
|
|
|
|
| *tripvertigo* |
May 30 2007, 11:13 AM
Post
#17
|
|
Guest |
you actually have to MAKE an image called codess.gif and upload it to the folder, "codes"
|
|
|
|
May 30 2007, 12:24 PM
Post
#18
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
ahh thank you EVERYONE for all your help. the links now all have pages.
just a few more questions :/ when you click the links in safari it goes to the index stuff, why? also when you open them up in internet explorer the images shrink and are not full size. last thing... i hope. i know how to put a div in, and i did on the main page and it only showed up in safari :/ and the font is black so what im asking is what is the code for a div with diffrent colored font for internet explorer. ahh thank you so much im sure this is getting annnoying, |
|
|
|
| *tripvertigo* |
May 30 2007, 01:57 PM
Post
#19
|
|
Guest |
it shrinks in IE because you're just loading an image, not an html page. IE automatically thumbs images that are too big, but if you hover over the bottom right, there's a button to enlarge it.
if you want to just not have it shrink, you need to make an html page with your image coded into it. dont know why it's doing that in safari, but if you do what i told you, then it should be fine. to make a div have different font color, you need to add it in the style like this: <div style="color: #000000;">your content here</div> replace 000000 with the hex value of the color of your choice. you should read some tutorials. |
|
|
|
May 30 2007, 03:43 PM
Post
#20
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
isnt the image already coded into the code?
|
|
|
|
| *tripvertigo* |
May 30 2007, 04:09 PM
Post
#21
|
|
Guest |
no. what you have is a link to an image. you need a link to another html page that has the image coded into it.
also, your code is wrong. it's not CODE <a href="<img src="http://advicethread.com/candycoatedcodes/codes/codess.jpg"> it's just CODE <a href="http://advicethread.com/candycoatedcodes/codes/codess.jpg"> either way, instead of the .jpg, you need to link it to an html page. CODE <a href="http://advicethread.com/candycoatedcodes/codes/codess.html"> then make a page called codess.html and put this inside: CODE <img src="http://advicethread.com/candycoatedcodes/codes/codess.jpg">
|
|
|
|
Jun 1 2007, 11:39 AM
Post
#22
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2007 Member No: 495,596 |
okay... i think i may have gotten it can someone click the codes link and see if that is correct? http://advicethread.com/candycoatedcodes/
|
|
|
|
![]() ![]() |