Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How Do I "justify" Format My Text
bnbrown
post Oct 21 2005, 07:00 AM
Post #1


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 38
Joined: 28-September 05
Member No.: 8,785



I can make my text align center, left, and right but what about the text format without space (I don't know the term) like this:
------
------
------

This post has been edited by microscopic^earthling: Oct 21 2005, 03:44 PM
Go to the top of the page
 
+Quote Post
foolakadugie
post Oct 22 2005, 04:18 AM
Post #2


Premium Member
Group Icon

Group: Members
Posts: 242
Joined: 4-August 05
From: Los Angeles
Member No.: 7,624



QUOTE(bnbrown @ Oct 20 2005, 11:00 PM)
I can make my text align center, left, and right but what about the text format without space (I don't know the term) like this:
------
------
------
*


A CSS style would do the trick:

CODE
<p style="text-align: justify"> Text here </p>
Go to the top of the page
 
+Quote Post
bnbrown
post Oct 22 2005, 09:46 AM
Post #3


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 38
Joined: 28-September 05
Member No.: 8,785



Thx I'll try out right away!
Go to the top of the page
 
+Quote Post
bnbrown
post Oct 22 2005, 06:38 PM
Post #4


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 38
Joined: 28-September 05
Member No.: 8,785



Yes it worked. I copied and paste just what you wrote. i tried the justify before but it didn't worked... I used inside the <font> not in <p>. Do you know if I can use it in other commands?
Go to the top of the page
 
+Quote Post
Houdini
post Oct 22 2005, 07:03 PM
Post #5


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



you can also use <div align="justify"> or you can use it without the quote like <div align=justify> you could also use the span tag <span align="justify">
There are cases where you would want to use the <div> or <span> and you could also use the style like div style="text-align: justify"> but it is easier to just align the <P> <DIV> or <SPAN> less typing and less likely to forget the : colon, and you are saving typing ten characters, but I am just a lazy guy!
Go to the top of the page
 
+Quote Post
bnbrown
post Oct 27 2005, 07:58 PM
Post #6


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 38
Joined: 28-September 05
Member No.: 8,785



Yes, thank you, now I understand.

But I have a next problem... I use some small img link to the original img. But it makes a very awful window. I tried with JavaScript but it was not fine. Deleted the href tag and just used onClick then the window is ok but it is not a link and my mouse doesn't becomes a hand... and also my CSS effect is gone. And also I make it inside the href tag but than 2 images opens..

Please somebody!!! Whot on earth is the solution??? unsure.gif

In other words: How do I customize the target="_blank" stuff...?
Go to the top of the page
 
+Quote Post
Houdini
post Oct 27 2005, 09:10 PM
Post #7


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



It sound like you have a "thunbnail" image that when clicked will then link to the larger image and you stated that the image looked awful which probably means that you did not tell the image not to have a border try the below:
CODE
<a href="URLtoLargeimage.gif' /><image src="yourSmallImage.gif" border="0" title="Click to see full size image" /></a>
the above code will show a small image without a blue outline (just the image) that is clickable (the pointer turns into a hand) and the big image that it links to will then open. The title will say click to see full size image if someone hovers their mouse over this graphical link, you dont have to use it but it makes it a little more user friendly. If you could provide the code for your problem it would be easier to help you out.
Go to the top of the page
 
+Quote Post
bnbrown
post Oct 28 2005, 09:11 AM
Post #8


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 38
Joined: 28-September 05
Member No.: 8,785



No, I made the border="0" it's ok. The promblem is the awful window and not the awful picture. Anyway, it is not an awful picture : ) So the window has very white background, and also it opens however size it wants itself according to different screen resolutions...
Go to the top of the page
 
+Quote Post
pirate
post Oct 31 2005, 03:34 PM
Post #9


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 8
Joined: 31-October 05
Member No.: 9,379



its always best to use a seperate ccs sheet instead of inbadding the ccs in the html page ittself. if you use ccs and do this within the page itself the loading of the page will be much slower espacially when you use lots of ccs. this because of the loading it takes to read in all the ccs styles. when you make youre pages with dreamwaver you'll have to watch out that you dont make to much ccs styles. often you edit the colors of the tekst wich will make an new style.

when you make an seperated ccs sheet it only has to load the styles ones and then use it for all youre pages. this will improve the speed of the site. and the plessure of visiting it off course.

pirate
Go to the top of the page
 
+Quote Post
bnbrown
post Oct 31 2005, 04:15 PM
Post #10


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 38
Joined: 28-September 05
Member No.: 8,785



I'm sorry to tell you, but this is an offtopic answer. Therefore I cannot do any reasonable with it. By the way, I know CSS, and also use external .css files. Try more to understand the question above. Strength to you!
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. [photoshop] Animated Shine On Text(0)


 



- Lo-Fi Version Time is now: 6th September 2008 - 05:54 PM