Css for

This is a discussion on "Css for" within the Web Page Design section. This forum, and the thread "Css for are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 15th, 2006, 08:50
New Member
Join Date: Aug 2006
Location: uk
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Css for

Hi all,

In my project I have a html page which has comments. I need to order these comments and display those in the end of the page as comments in word document.

Do you guys know how to do that?

I need your help.

Thanks,
learneveryday
Reply With Quote

  #2 (permalink)  
Old Aug 15th, 2006, 09:03
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Css for

What? In an actual word document? CSS is a styling language meant for defining colors, sizes and positions. Nothing at all related to exporting comments.
Reply With Quote
  #3 (permalink)  
Old Aug 15th, 2006, 11:07
New Member
Join Date: Aug 2006
Location: uk
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Css for

Hi,

I meant I want to apply style sheet to my html page which looks like word document comment. (Not in the word).
Reply With Quote
  #4 (permalink)  
Old Aug 15th, 2006, 11:37
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Css for

Could you give us an example of what you want at least? I still have no idea what you're after.

And this isn't an 'ask for something and 20 people will it make for you' forum.
Reply With Quote
  #5 (permalink)  
Old Aug 15th, 2006, 12:20
New Member
Join Date: Aug 2006
Location: uk
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Css for

<html>
<head>
<title></title>
<body>
<h1>Test head</h1>
<h2>This is a section title</h2>
<h2>Selected links</h2>
<section:comment class="comment" text="this is a first comment">1</section:comment>
<p>blah, blha</p>
<section:comment class="comment" text="this another comment">2</section:comment>
</body>
</html>

I want my page displays as

Test head

This is a section title.

selected links 1 (back ground yellow)

blah, blah 2

-----------------------------------------------

1. this is a first comment (background should be yellow)
2. this is another comment (background should be yellow)


Can I do that??

thanks
Reply With Quote
  #6 (permalink)  
Old Aug 15th, 2006, 12:38
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Css for

Are you just wanting to format this, or are you also wanting something to generate the ordered HTML for you?
Reply With Quote
  #7 (permalink)  
Old Aug 15th, 2006, 13:02
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Css for

Took the words right outta my mouth snow...
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
Reply

Tags
css

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 22:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43