Go Back   eXceem > Websites > Website Discussion


Get a Free iPhone 3GS with Free3GiPhone.com


Reply
 
LinkBack Thread Tools
Old 08-02-10, 06:11 PM   #1
iPod 30gb
 
Join Date: Nov 2007
Location: England
Posts: 1,026
Thanks: 154
Thanked 105 Times in 89 Posts
alphawoo has a spectacular aura about
Send a message via Skype™ to alphawoo

Rookie mistake...


I havent used dreamweaver for a bit, and im not sure if its my less than above board dreamweaver or my complete rookie-ness, but i simpyl cant figure out how to link to an external webpage!
i can only get it to link to a file i currently have.
been driving me up the wall.
please help/embaress me, its probaply something stupid so any help is appreciated XD
Thanks
__________________
Recieved
£60 amazon f.j
185x2 freepay ( thanking you frubs )
Offline  
Reply With Quote
Old 08-02-10, 06:34 PM   #2
iPod Nano 4GB
 
Snave's Avatar
 
Join Date: Sep 2006
Location: Vale Of Glam, South Wales
Posts: 347
Thanks: 83
Thanked 67 Times in 63 Posts
Snave has a spectacular aura about
<a href="where you want to link to">what you want to display</a>

that any good?
__________________
- Xpango -
Xbox 360 Elite - Assassin's Creed 2 X360 - Left 4 Dead 2 X360 - Fight Night Round 4 X360

- Little Bid Tasty -
PS3 Slim 120GB - The Saboteur PS3 - Uncharted 2 PS3 - Army Of Two: 40th Day X360 - MAG PS3 - Heavy Rain PS3

Offline  
Reply With Quote
The Following User Says Thank You to Snave For This Useful Post:
alphawoo (08-02-10)
Old 08-02-10, 06:45 PM   #3
iBook
 
Djoscar's Avatar
 
Join Date: Jan 2009
Location: Location
Posts: 2,854
Thanks: 1,682
Thanked 1,287 Times in 939 Posts
Djoscar is a splendid one to beholdDjoscar is a splendid one to beholdDjoscar is a splendid one to beholdDjoscar is a splendid one to beholdDjoscar is a splendid one to behold
If you're doing it in CODER view, then use what Snave posted, or if you're using the DESIGNER view, get to the point where you have to select a file (like you said above) and instead of selecting a file...

__________________

Last edited by Djoscar; 08-02-10 at 06:45 PM..
Offline  
Reply With Quote
The Following User Says Thank You to Djoscar For This Useful Post:
alphawoo (08-02-10)
Old 08-02-10, 07:34 PM   #4
iPod 30gb
 
Join Date: Nov 2007
Location: England
Posts: 1,026
Thanks: 154
Thanked 105 Times in 89 Posts
alphawoo has a spectacular aura about
Send a message via Skype™ to alphawoo
I think mine is knackered as when i put the link in where you say it wont have it oscar.
Thanks snave, code way works.
__________________
Recieved
£60 amazon f.j
185x2 freepay ( thanking you frubs )
Offline  
Reply With Quote
Old 08-02-10, 07:45 PM   #5
iPod Nano 4GB
 
Snave's Avatar
 
Join Date: Sep 2006
Location: Vale Of Glam, South Wales
Posts: 347
Thanks: 83
Thanked 67 Times in 63 Posts
Snave has a spectacular aura about
No probs alpha. I generally only use the code view and then use the globe icon to display the page in my browser for testing.

I find the design view sometimes displays stuff fine but then it doesn't work in the browser. Or sometimes it will display something wrong and I'll spend hours trying to fix it only to find there was no problem to start with!
__________________
- Xpango -
Xbox 360 Elite - Assassin's Creed 2 X360 - Left 4 Dead 2 X360 - Fight Night Round 4 X360

- Little Bid Tasty -
PS3 Slim 120GB - The Saboteur PS3 - Uncharted 2 PS3 - Army Of Two: 40th Day X360 - MAG PS3 - Heavy Rain PS3

Offline  
Reply With Quote
Old 08-02-10, 09:03 PM   #6
iPod 30gb
 
Join Date: Nov 2007
Location: England
Posts: 1,026
Thanks: 154
Thanked 105 Times in 89 Posts
alphawoo has a spectacular aura about
Send a message via Skype™ to alphawoo
I'm getting the right hump with this now
now, if we were too look at this site Free iPhone 3GS | Sim Free | Best iPhone Deals
You see how everything from the far right of the menu is its own section?
a.k.a that little grey seperating line, so you can have ads or whatever on the side of the webpage.
How would i go around doing that
__________________
Recieved
£60 amazon f.j
185x2 freepay ( thanking you frubs )
Offline  
Reply With Quote
Old 08-02-10, 09:13 PM   #7
iPod Nano 4GB
 
Snave's Avatar
 
Join Date: Sep 2006
Location: Vale Of Glam, South Wales
Posts: 347
Thanks: 83
Thanked 67 Times in 63 Posts
Snave has a spectacular aura about
I'd create it as 3 floating columns. You might want to put the columns in a container if you want them centered on the page.

very bare CSS, fill in with your own styling and what not.

#header {
width: 800px;
height: 100px;
margin: 0 auto;
}

#cols {
width: 800px;
margin: 0 auto;
}

#leftcol {
width: 200px;
height: 500px;
float: left;
}

#centercol {
width: 400px;
height: 500px;
float: left;
}

#rightcol {
width: 200px;
height: 500px;
float: left;
}

#footer {
width: 800px;
height: 50px;
margin: 0 auto;
clear: both;
}

Something like that would do the trick, might need some editing as it was just off the top of my head!
__________________
- Xpango -
Xbox 360 Elite - Assassin's Creed 2 X360 - Left 4 Dead 2 X360 - Fight Night Round 4 X360

- Little Bid Tasty -
PS3 Slim 120GB - The Saboteur PS3 - Uncharted 2 PS3 - Army Of Two: 40th Day X360 - MAG PS3 - Heavy Rain PS3

Offline  
Reply With Quote
The Following User Says Thank You to Snave For This Useful Post:
alphawoo (08-02-10)
Old 09-02-10, 07:01 AM   #8
iPod 60gb
 
messyhead's Avatar
 
Join Date: Oct 2007
Location: Glasgow
Posts: 1,993
Thanks: 319
Thanked 538 Times in 428 Posts
messyhead is a glorious beacon of lightmessyhead is a glorious beacon of lightmessyhead is a glorious beacon of light
You could also try looking at these templates to find the layout you need, I think template 53 is something like what you want.
__________________
Received about £1600 worth so far!
Spoiler

Offline  
Reply With Quote
Old 09-02-10, 09:04 AM   #9
We are dancing.
 
Join Date: Aug 2009
Posts: 287
Thanks: 63
Thanked 53 Times in 47 Posts
cono1717 has a spectacular aura about
There are a few ways you can help your SEO and your general useage of the website.

Use the code above
Code:
 <a href....
But before the first ">" place
Code:
target="_blank" rel="nofollow"
do that for external links so that a) it opens in a new window and b) search engines don't follow the link when browsing your page, to other pages.
__________________
FreebiePlace | Coming soon...

Spoiler


Spoiler
Offline  
Reply With Quote
Old 14-02-10, 08:53 AM   #10
iPod 20gb
 
MegamanEXE's Avatar
 
Join Date: Jul 2009
Location: Pakistan
Posts: 711
Thanks: 173
Thanked 75 Times in 73 Posts
MegamanEXE is a jewel in the rough
Send a message via AIM to MegamanEXE Send a message via MSN to MegamanEXE Send a message via Yahoo to MegamanEXE Send a message via twitter to MegamanEXE
The only mistake you made was you didn't put the "http://" that's all. When it asks you to browse, ignore it. That's what I thought too.
__________________
Offline  
Reply With Quote
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 01:47 PM.
All trademarks and copyrights held by respective owners. Forum posts are owned by the poster.

Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
no new posts