|
 |
|
|
12-13-2008, 03:22 AM
|
some questions
|
Posts: 13
Name: denis
|
hi i'm new here am i've got some questions, i am still a newcomer in the world of dreamweaver  ...
1. if i have a text, for e.g. TEXT1, and another text, TEXT2....how do i space the two texts?...liike TEXT1 TEXT2, ....because it only works lke TEXT1 TEXT2....any ideas?
2. if i have more than just one picture in the page, and i want that each one to have a different link, how do i do it, because i tried and all the pictures had the same links (even if a set up to each one a different link)
thanks, denis
ps: if i'll have more questions (and this is certainely) i'll write here again 
|
|
|
|
12-13-2008, 04:27 AM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
Quote:
Originally Posted by Dennys08
1. if i have a text, for e.g. TEXT1, and another text, TEXT2....how do i space the two texts?...liike TEXT1 TEXT2, ....because it only works lke TEXT1 TEXT2....any ideas?
|
Vertically or horizontally?
Quote:
Originally Posted by Dennys08
2. if i have more than just one picture in the page, and i want that each one to have a different link, how do i do it, because i tried and all the pictures had the same links (even if a set up to each one a different link)
|
No idea, we need to see code or a URI to see what has gone wrong.
I would seriously suggest you read up and start to learn HTML and CSS. Then come out of the design view and look in the code view, that way you will start to see what to do when DW mangles it up completely. Eventually you will never be in design view again.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-13-2008, 04:57 AM
|
Re: some questions
|
Posts: 13
Name: denis
|
1. horizontally
2. i have 3 photos...how i put urls to these photoes, different urls
|
|
|
|
12-13-2008, 05:40 AM
|
Re: some questions
|
Posts: 285
|
Html Or Css
|
|
|
|
12-13-2008, 05:41 AM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
1. Put the second one in a container element ( <span> ) and use a left margin to space it out.
HTML Code:
this text <span style="margin-left:10em;">that text</span>
2. wrap each image in an <a>nchor element.
HTML Code:
<a href="URI" title="Some text"><img src="image_path" alt="text to describe image" title="Some text to describe image" ></a>
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-13-2008, 06:15 AM
|
Re: some questions
|
Posts: 285
|
Quote:
Originally Posted by chrishirst
1. Put the second one in a container element ( <span> ) and use a left margin to space it out.
HTML Code:
this text <span style="margin-left:10em;">that text</span>
2. wrap each image in an <a>nchor element.
HTML Code:
<a href="URI" title="Some text"><img src="image_path" alt="text to describe image" title="Some text to describe image" ></a>
|
A little mistake.
Its URL instead of URI,
|
|
|
|
12-13-2008, 06:36 AM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-13-2008, 06:47 AM
|
Re: some questions
|
Posts: 13
Name: denis
|
thank you 
|
|
|
|
12-13-2008, 04:08 PM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
I think right now you would be better off learning the basics of HTML & CSS.
That kind of scripting isn't put together in the Dreamweaver design view. It is reasonably simple javascript, but given that you had to ask how to put a link around an image, it isn't something you are capable of at this point in time.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-14-2008, 11:58 AM
|
Re: some questions
|
Posts: 13
Name: denis
|
yes i know...but i don't think that it will help me knowing html at that kind of things...because there are some flash and java things...anyway i tried to learn html when i worked in dreamweaver, and it works....because i put there something and then i study the code...anyway some links where i can learn the basisc of flash and (something that will help me doing that)?/ pls...and with what is there made? is html, css, java, what?
|
|
|
|
12-15-2008, 04:35 AM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
Quote:
|
but i don't think that it will help me knowing html at that kind of things
|
Actually you are so far wrong on this point, you would probably be better off looking for a new career.
The fundamentals of website design/development IS HTML.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-15-2008, 10:23 AM
|
Re: some questions
|
Posts: 13
Name: denis
|
yes you're right but i was talking about that videos that are at the top of the page...that are make in flash...i'm sure...or maybe not?
|
|
|
|
12-15-2008, 12:05 PM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
the banner on the second linked page is flash.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-15-2008, 03:17 PM
|
Re: some questions
|
Posts: 13
Name: denis
|
oh, finally..  ..and is that any way to do that without flash? no, i supose...so i'll begin learning some flash, and by the way: thanks! 
|
|
|
|
12-15-2008, 03:38 PM
|
Re: some questions
|
Posts: 42,391
Name: Chris Hirst
Location: Blackpool. UK
|
The answer to the next most likely question is;
No, you can't put flash on a website without using HTML.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|
|
|
|
12-19-2008, 04:18 PM
|
Re: some questions
|
Posts: 25
Name: Katherin
|
Maybe you can help me here, I´m just curious to know How can I know what company or who is a good developer, is it in terms of the services offered?, is it the same a developer and the person or the team who optimize the web ? I don’t know too much about and I’m kind of confused.
|
|
|
|
12-20-2008, 07:48 PM
|
Re: some questions
|
Posts: 143
|
Quote:
Originally Posted by Dennys08
hi i'm new here am i've got some questions, i am still a newcomer in the world of dreamweaver  ...
1. if i have a text, for e.g. TEXT1, and another text, TEXT2....how do i space the two texts?...liike TEXT1 TEXT2, ....because it only works lke TEXT1 TEXT2....any ideas?
2. if i have more than just one picture in the page, and i want that each one to have a different link, how do i do it, because i tried and all the pictures had the same links (even if a set up to each one a different link)
thanks, denis
ps: if i'll have more questions (and this is certainly) i'll write here again 
|
can you link to completed result?
|
|
|
|
|
« Reply to some questions
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|