HighDots Forums  

Linked Text Indenting

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Linked Text Indenting in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
athowell39
 
Posts: n/a

Default Linked Text Indenting - 06-17-2008 , 04:14 PM






Good Afternoon,

I'm trying to indent the 3rd anchored link in a list and can't get it to
indent under the other two. I'm very new to Dreamweaver and am learning as I
go. I'm currently using a template I found online. I apologize in advance for
my lack of knowledge. Please see attached. Thanks!

<div class="in10"></div>
<ul>
<li><a href="#errandrunning">Errand Running
</a></li>
<li><a href="#errandrunning">Conventional
Services </a></li>
<li><a href="#errandrunning">Travel and Travel
Planning </a></li>
</ul>


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 04:38 PM






<div class="in10"></div>
<ul>
<li><a href="#errandrunning">Errand Running
</a></li>
<li><a href="#errandrunning">Conventional
Services </a></li>
<li style="padding:20px;"><a
href="#errandrunning">Travel and Travel
Planning </a></li>
</ul>


(inline style shown for clarity)

But - why do you want to indent it? Is it like a nested list element?
Wouldn't that be semantically more meaningful?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"athowell39" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Good Afternoon,

I'm trying to indent the 3rd anchored link in a list and can't get it to
indent under the other two. I'm very new to Dreamweaver and am learning as
I
go. I'm currently using a template I found online. I apologize in advance
for
my lack of knowledge. Please see attached. Thanks!

div class="in10"></div
ul
li><a href="#errandrunning">Errand Running
/a></li
li><a href="#errandrunning">Conventional
Services </a></li
li><a href="#errandrunning">Travel and
Travel
Planning </a></li
/ul



Reply With Quote
  #3  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 04:38 PM



<div class="in10"></div>
<ul>
<li><a href="#errandrunning">Errand Running
</a></li>
<li><a href="#errandrunning">Conventional
Services </a></li>
<li style="padding:20px;"><a
href="#errandrunning">Travel and Travel
Planning </a></li>
</ul>


(inline style shown for clarity)

But - why do you want to indent it? Is it like a nested list element?
Wouldn't that be semantically more meaningful?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"athowell39" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Good Afternoon,

I'm trying to indent the 3rd anchored link in a list and can't get it to
indent under the other two. I'm very new to Dreamweaver and am learning as
I
go. I'm currently using a template I found online. I apologize in advance
for
my lack of knowledge. Please see attached. Thanks!

div class="in10"></div
ul
li><a href="#errandrunning">Errand Running
/a></li
li><a href="#errandrunning">Conventional
Services </a></li
li><a href="#errandrunning">Travel and
Travel
Planning </a></li
/ul



Reply With Quote
  #4  
Old   
athowell39
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 06:28 PM



Thank you for responding.
It's hard to explain without showing a picture. To the left, I have a picture,
as I copy code down to add more lines of data, the first two are fine but as
soon as the 3rd and so on move below the picture, the text is moved to be left
justified. I added the code you were kind enough to forward along with the code
I already had so I could review the difference. The first two in the code you
provided are now justified to the left, and the 3rd is two lines beneath the
2nd and appears to be to the right a few spaces.
Can you tell me if there is a way to add just a screen shot so you can see
what I'm talking about?


Reply With Quote
  #5  
Old   
athowell39
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 06:28 PM



Thank you for responding.
It's hard to explain without showing a picture. To the left, I have a picture,
as I copy code down to add more lines of data, the first two are fine but as
soon as the 3rd and so on move below the picture, the text is moved to be left
justified. I added the code you were kind enough to forward along with the code
I already had so I could review the difference. The first two in the code you
provided are now justified to the left, and the 3rd is two lines beneath the
2nd and appears to be to the right a few spaces.
Can you tell me if there is a way to add just a screen shot so you can see
what I'm talking about?


Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 06:28 PM



Upload your page and post a link to it. Code is worth ever so much more
than pictures.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"athowell39" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thank you for responding.
It's hard to explain without showing a picture. To the left, I have a
picture,
as I copy code down to add more lines of data, the first two are fine but
as
soon as the 3rd and so on move below the picture, the text is moved to be
left
justified. I added the code you were kind enough to forward along with the
code
I already had so I could review the difference. The first two in the code
you
provided are now justified to the left, and the 3rd is two lines beneath
the
2nd and appears to be to the right a few spaces.
Can you tell me if there is a way to add just a screen shot so you can see
what I'm talking about?



Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 06:28 PM



Upload your page and post a link to it. Code is worth ever so much more
than pictures.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"athowell39" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thank you for responding.
It's hard to explain without showing a picture. To the left, I have a
picture,
as I copy code down to add more lines of data, the first two are fine but
as
soon as the 3rd and so on move below the picture, the text is moved to be
left
justified. I added the code you were kind enough to forward along with the
code
I already had so I could review the difference. The first two in the code
you
provided are now justified to the left, and the 3rd is two lines beneath
the
2nd and appears to be to the right a few spaces.
Can you tell me if there is a way to add just a screen shot so you can see
what I'm talking about?



Reply With Quote
  #8  
Old   
athowell39
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 06:38 PM



Once again my apologies, I'm not sure how to upload the page. I don't have my
content saved with a host yet. I've been reviewing it on my own machine. Could
you please identify how I can upload this page?


Reply With Quote
  #9  
Old   
athowell39
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 06:38 PM



Once again my apologies, I'm not sure how to upload the page. I don't have my
content saved with a host yet. I've been reviewing it on my own machine. Could
you please identify how I can upload this page?


Reply With Quote
  #10  
Old   
Walt F. Schaefer
 
Posts: n/a

Default Re: Linked Text Indenting - 06-17-2008 , 07:30 PM



You'll need some hosting space. Your ISP probably offers free hosting, most
do. Start by asking them.

--

Walt


"athowell39" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Once again my apologies, I'm not sure how to upload the page. I don't have
my
content saved with a host yet. I've been reviewing it on my own machine.
Could
you please identify how I can upload this page?




Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.