| |||||||
This is a discussion on Rookie mistake... within the Website Discussion forums, part of the Websites category; I havent used dreamweaver for a bit, and im not sure if its my less than above board dreamweaver or ...
![]() |
| | Thread Tools |
| | #1 |
| iPod 30gb | 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 |
|
| | #2 |
| iPod 20gb Join Date: Sep 2006 Location: Vale Of Glam, South Wales
Posts: 589
![]() | <a href="where you want to link to">what you want to display</a> that any good? |
|
| | #3 |
| Mini Mac Join Date: Jan 2009
Posts: 4,361
![]() ![]() ![]() ![]() ![]() ![]() | 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.. |
|
| | #4 |
| iPod 30gb | 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. |
|
| | #5 |
| iPod 20gb Join Date: Sep 2006 Location: Vale Of Glam, South Wales
Posts: 589
![]() | 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! |
|
| | #6 |
| iPod 30gb | 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 |
|
| | #7 |
| iPod 20gb Join Date: Sep 2006 Location: Vale Of Glam, South Wales
Posts: 589
![]() | 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! |
|
| | #8 |
| iBook Join Date: Oct 2007 Location: Glasgow
Posts: 2,266
![]() ![]() ![]() | 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 |
|
| | #9 |
| iPod 30gb Join Date: Aug 2009 Location: Widnes
Posts: 1,022
![]() | There are a few ways you can help your SEO and your general useage of the website. Use the code above Code: <a href.... Code: target="_blank" rel="nofollow"
__________________ Totally Free iPad | McFlurry Ice Cream Van Everything I say reflects my own opinions and not that of any company. |
|
| | #10 |
| iPod 20gb | 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. |
|
![]() |
| Thread Tools | |
| |