Forum: JavaScript / DHTML / AJAX Sep 15th, 2004 |
| Replies: 22 Views: 7,989 |
Forum: HTML and CSS Sep 7th, 2004 |
| Replies: 8 Views: 5,478 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: 5,478 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: 5,478 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: 5,478 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: 45,405 She sure does. What type of work are you most interested in? Print, web, etc... Let me know what you are looking for and we will get you some examples. you can email me at: jason at... |
Forum: HTML and CSS Aug 4th, 2004 |
| Replies: 2 Views: 7,575 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... |
Forum: Site Layout and Usability Aug 4th, 2004 |
| Replies: 75 Views: 45,405 My problem with "auto generated" code is the bloat. Even when I use Photoshop, I do not auto generate the code. I slice them manually and then create the code myself.
When you are dealing with... |
Forum: Site Layout and Usability Jul 17th, 2004 |
| Replies: 75 Views: 45,405 I'm back, for now.
Slicing: I personal have used two programs to do the slicing, ImageReady and Fireworks. ImageReady comes with Photoshop and Fireworks is a Macromedia product.
What is... |
Forum: Site Layout and Usability Jul 16th, 2004 |
| Replies: 75 Views: 45,405 I have to take off for a funeral right now. :sad:
I will give some examples and more explaintions soon.... |
Forum: Site Layout and Usability Jul 16th, 2004 |
| Replies: 75 Views: 45,405 I am a coder an not an artist, but that is why I work with a graphic designer! :cheesy:
Anyways, CSS (Cascadign Style Sheets) are very powerful and that is what I use for formating and... |
Forum: ASP.NET Jul 16th, 2004 |
| Replies: 74 Views: 195,107 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: 123,360 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 ... |