Forum: JavaScript / DHTML / AJAX Sep 15th, 2004 |
| Replies: 22 Views: 6,471 |
Forum: HTML and CSS Sep 7th, 2004 |
| Replies: 8 Views: 3,984 Re: Justified Type? No Problem. Just a little bit of advice... It you are creating a paragraph use the <p></p> tags, it will degrade better than div tags in older browsers. Save <div></div> for containers. Take it... |
Forum: HTML and CSS Sep 7th, 2004 |
| Replies: 8 Views: 3,984 Re: Justified Type? I should have looked at your previous posts in other CSS realted threads... Just thought you were confused... Sorry... :o |
Forum: HTML and CSS Sep 3rd, 2004 |
| Replies: 8 Views: 3,984 Re: Justified Type? The way I usderstand it, he would like both the right and left edges to be justified. Left leaves the the right side unjustified, right leaves the left side unjustified and center leaves both... |
Forum: HTML and CSS Sep 2nd, 2004 |
| Replies: 8 Views: 3,984 Re: Justified Type? You can just add a style attribute to your <p> tag like this:
<p style="text-align: justify"> Text here </p>
That will justify your paragraph. Let me know if you need more help. |
Forum: Site Layout and Usability Aug 15th, 2004 |
| Replies: 75 Views: 37,294 |
Forum: HTML and CSS Aug 4th, 2004 |
| Replies: 2 Views: 5,692 Re: Heading tags and div tags I believe it is, but why... You could just apply the class to the <h1> tag: <h1 class="blah"> or assign the style to it in your style sheet:
h1 { some-style:xxx; }
Then all <h1>'s would inherit... |
Forum: Site Layout and Usability Aug 4th, 2004 |
| Replies: 75 Views: 37,294 |
Forum: Site Layout and Usability Jul 17th, 2004 |
| Replies: 75 Views: 37,294 |
Forum: Site Layout and Usability Jul 16th, 2004 |
| Replies: 75 Views: 37,294 |
Forum: Site Layout and Usability Jul 16th, 2004 |
| Replies: 75 Views: 37,294 |
Forum: ASP.NET Jul 16th, 2004 |
| Replies: 74 Views: 155,916 Re: Simple ASP.Net Login Page (Using VB.Net) I am new to stored procedures in Access, infact I have been told that it could not be done. I have tried to create a query in sql view and named it sp_Check User, but I get an error that my app can... |
Forum: Community Introductions Jul 15th, 2004 |
| Replies: 612 Views: 95,150 Re: Forum lurkers, introduce yourself ... !! Well... here I am. Great forums! I am a member of a few and this one has a good feel to it.
I am just picking up ASP.net/VB.net I have created a few asp 3.0 sites, but am always looking for anew... |