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.
|
|
|
|
|
![]() |
||
Css for
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
|
|
#2
|
||||
|
||||
|
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.
|
|
#3
|
|||
|
|||
|
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). |
|
#4
|
||||
|
||||
|
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. |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
Re: Css for
Are you just wanting to format this, or are you also wanting something to generate the ordered HTML for you?
|
|
#7
|
||||
|
||||
|
Re: Css for
Took the words right outta my mouth snow...
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| css |
| Thread Tools | |
|
|