/    Sign up×
Community /Pin to ProfileBookmark

Need Help! Minor, but help would be great!

I’m sure I can find this information on the net…but I really dont feel like going through the hassle of trying to find my information.

I’m having trouble understanding what replaces the <table> tag in CSS. Like…I know I can use <div> but I’m having trouble getting the hand of it!

Also, what would be able to replace the <br> tag? I think theres a better way to make a break, is there not?

No rush, but help would be greatly appreciated!

Thanks.

to post a comment
CSS

7 Comments(s)

Copy linkTweet thisAlerts:
@FantatierMar 09.2005 — i dont quite get your question?!

are you looking for a general CSS tutorial to get started?

then here

http://www.westciv.com/style_master/academy/hands_on_tutorial/index.html


and i dunno what you would want to replace a <br> with?!
Copy linkTweet thisAlerts:
@sheepo-designsauthorMar 09.2005 — I know that in Dreamweaver the only way to replace a <br> tag is with; <p>&nbsp; </p>. I just dont know if its a good Idea. See, I'm new to the whole CSS thing, but I got the basic hand of it. Do you know of any other tutorials I would be able to use?

Thanks for your help, too ?
Copy linkTweet thisAlerts:
@FantatierMar 09.2005 — well first of, use a text editor not dreamweaver :p i use [URL=http://notepad-plus.sourceforge.net/uk/about.php]notepad++[/URL]

that gives you much more controll over what you are doing

well you dont usualy need <br> your right its better to split your text up into paragraphs <p> with headers <h1> - <h3>

well there are tones of tutorials on everything if you would care to be a bit more precise, i might be able to find you some good ones...

that one i posted at the top got me started on CSS and i thougth it was very good!
Copy linkTweet thisAlerts:
@sheepo-designsauthorMar 09.2005 — I used notepad for the longest time...but oince I started using dreamweaver I realized that the visual aspect that Dreamweaver gives me is pretty helpful. But I will take your advice and try using Notepad again. I'll also try to think of some specificatyions for you, I know I had written them down for myself..I just cant seem to find them...hmm...

Anyways, thanks again. ?
Copy linkTweet thisAlerts:
@FantatierMar 09.2005 — [i]Originally posted by sheepo-designs [/i]

[B]

Anyways, thanks again. ? [/B]
[/QUOTE]


no problemo
Copy linkTweet thisAlerts:
@MstrBobMar 09.2005 — [font=Georgia][COLOR=royalblue]The most important thing one can remember when making a webpage on the internet, is probably that a webpage's DATA and how a webpage LOOK, are two entirely different things. The goal of HTML 4.01 is to create a webpage that any type of browser can utilize, including those for the disabled, and for a myriad of different programs on the net, also including handheld devices and graphical PC browsers like Mozilla, Opera, and Internet Explorer.



When you write your HTML, forget about how it will all look. Don't make the visual appearance of your page as much of a concern in the first step. Markup all of your data semantically, which means meaningfully. Is it a top-level heading? Forget what size you want it, use an h1 element. Paragraph of text? Use a <p> element. Navigation menu? An unordered list is probably most appropriate. Got an acronym like SCUBA or an abbreviation like IRL or WYSIWYG? Mark it up. Mark it up as meaningfully as you can.



Next, you can include some additional structural markup. You can use the DIV element, but try and use it as little as possible. Only where you need it. Make good use of the ID and CLASS attributes as well. Remember, try to minimize the markup you use, all browser defaults in a compliant browser can be overridden in CSS.



Now you get to the visual aspect of it all. Come up with your design and what have you, and get to coding your CSS. You'll probably make good use of properties like [URL=http://www.w3.org/TR/CSS21/visuren.html#propdef-float]float[/URL] and you'll probably want to reference the [URL=http://www.w3.org/TR/CSS21/]CSS 2.1 Specification[/URL], which can correctly answer many questions. And of course, these here forums for specific issues![/COLOR]
[/font]
Copy linkTweet thisAlerts:
@sheepo-designsauthorMar 10.2005 — Wow..:eek: Thanks a lot!!!!!

I always looked for appearence..but now I'll make sure to start from scratch and worry about appearence last! ?
×

Success!

Help @sheepo-designs spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...