The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Help with Scrolling bars, I don't want horizontal scroll bars
FortressPTH
post May 18 2010, 10:26 PM
Post #1





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



Hi, I'm new to HTML. I'm using gedit to edit all my html, since I'm new. I wrote a paragraph in a normal <p>Paragraph<p> format, for practice, but when I view it as an actual index.html, it's not in a paragraph format, it just makes one long line, with a horizontal scroll bar. My question is, how do I make it a perfect square, like an actual paragraph? Thanks in advance for your help!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post May 19 2010, 12:13 AM
Post #2


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



Don't you mean <p>Paragraph</p> (</p> at the end)...?

But anyway, yes, this should make flowing paragraphs, but it depends what else you have written in the page. Please give a URL to a whole page...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 19 2010, 12:28 AM
Post #3





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



Yes sorry, I did mean that.

And I've gotten closer, but still not what I want.

Here it is

http://howdoi.0catch.com/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 19 2010, 12:35 AM
Post #4





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



Please don't laugh at me not being decent at it,lol. My first actual attempt.lol
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post May 19 2010, 12:51 AM
Post #5


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



QUOTE(FortressPTH @ May 19 2010, 02:35 PM) *

Please don't laugh at me not being decent at it,lol. My first actual attempt.lol


Not laughing, but I can't see a <p>Paragraph</p>. It would be easier if you left adding the advertising junk until afterwards.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 19 2010, 12:59 AM
Post #6





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



Sorry, that advertising isn't me :/ I am just using 0catch.com to host the site for free, for practice. Those are their ads, I can't delete them :/

And I just changed it to the <p>paragraph</P> the way it was, on the site now. Its not making a square like I had hoped, it's like a timer shape.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 19 2010, 01:02 AM
Post #7





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



I mean <p>Paragraph</p>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post May 19 2010, 01:40 AM
Post #8


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



The page has a lot of markup errors, which you can find by using the validator (links at top/bottom of this page). You should fix those, but you won't be able to correct them all, because of code inserted by your free hosting company.

I'm not sure what you mean by the <p> not being square, because actually it is square. I suppose you want the text to be left aligned (which is the default), but I see a CSS rule "text-align: center;" assigned to BODY. Now with that, each time you don't want to center the text, you need to set "text-align: left;" for that element.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 19 2010, 02:07 AM
Post #9





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



When you say "mark up errors, What do you mean?

And I see what you mean about the rest
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 19 2010, 02:09 AM
Post #10





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



When you say "mark up errors, What do you mean?

And I see what you mean about the rest
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 19 2010, 04:12 AM
Post #11


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



HTML is HyperText Markup Language. Markup refers to your HTML.

Our online validator reports problems in your HTML:
http://htmlhelp.com/cgi-bin/validate.cgi?u...mp;warnings=yes

Are you trying to justify the text of the paragraph, so the left and right edges of the text are aligned?
http://htmlhelp.com/reference/css/text/text-align.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
geoffmerritt
post May 19 2010, 08:04 AM
Post #12


Member
***

Group: Members
Posts: 66
Joined: 23-December 08
From: Adelaide
Member No.: 7,394



Wow, those ads are obtrusive, as i was looking at your site I was thinking why haven't you a myspace page.... and the link was at the bottom of the page. :-)

Had a look at the markup errors, seems most of them are part free hosting service and their advertising, would be challenging for a seasoned designer to make this free site look good.

Did a quick Google and found this sight... http://www.free-webhosts.com/reviews/Free0Host.php might have some better options for a free site, with no ads.

Guess when you are more confident, paying for hosting ($5 per month) and a domain name ($10) may be a lot better idea.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
FortressPTH
post May 21 2010, 02:17 AM
Post #13





Group: Members
Posts: 8
Joined: 18-May 10
Member No.: 11,889



Oh ok! Thanks guys! I'll try that site and give it a shot, thanks geoffmeritt!

And Darin, that's exactly what I needed!haha
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 08:51 AM