Ask a Question related to ASP Database, Design and Development.
-
Shawn #1
Maintain appearance
Hello all,
I've developed a website system that stores all the pages
of a website into a database table (id int, content
text). Is there a way that a user could say type all
their editing (underlines, bolds, colors, etc.) in a
separate place then insert it into a database that will
then use their exisiting edits (underlines, bolds, colors,
etc) when displaying their webpage in a browser window.
The page is retrieved from the querystring (ex. page.asp?
id=4)
The database field that holds the text of a page is a text
field, it can take HTML, but I don't want to require the
user know HTML when inserting their data.
Shawn Guest
-
Appearance in different browsers
My web pages look fine in Safari, but lose almost all formatting in Firefox and Explorer. Is there a setting wrong that I can adjust or do I have to... -
FLV appearance - different between IE and Firefox
I have been creating a large number of FLV files, using the On2 VP6 plugin and have been testing the uploaded videos on different browsers, on... -
DataGrid Buttons Appearance
I have been trying to figure out how to change the color of the Button on my datagrid. And when I try to change the back color it changes the color... -
_mm folder appearance
All created user roles disappearing in a 2-3 days. I have to recreate all the keys again. Should I see the _mm folder in Dreamweaver? -
Panel appearance
For some reason panels in my Flash MX program now appear to be modified for somebody with poor eyesight. The text in them is really big, and they... -
Mosley #2
Re: Maintain appearance
"Shawn" <programming@jards.com> wrote in message
news:05b401c344c6$c3e0f860$a101280a@phx.gbl...Why don't you have> Hello all,
>
> I've developed a website system that stores all the pages
> of a website into a database table (id int, content
> text). Is there a way that a user could say type all
> their editing (underlines, bolds, colors, etc.) in a
> separate place then insert it into a database that will
> then use their exisiting edits (underlines, bolds, colors,
> etc) when displaying their webpage in a browser window.
>
> The page is retrieved from the querystring (ex. page.asp?
> id=4)
>
> The database field that holds the text of a page is a text
> field, it can take HTML, but I don't want to require the
> user know HTML when inserting their data.
ID, content, csspage
if you are not familer with CSS.
put this in a page and save it as test.css
A{
text-decoration: underline
}
then put this in the html page
<LINK rel="stylesheet" type="text/css" href="test.css">
you can find all the properties for CSS here
[url]http://msdn.microsoft.com/workshop/author/css/reference/css_ref_entry.asp?frame=true[/url]
Mosley Guest
-
Shawn #3
Re: Maintain appearance
That seems good, but what about when a person wants a
certain headline to be bold? Like for instance, lets
assume this is the text:
Content: My Content (title)
fdas as fsjda;kfsdfsda kasdf asdfas f
fas;lk jaskl jfk;lsjfskadas kasf;s as
faslkjf; ksakfsa;jkfdas fjsdakf a
fkj;dasf (underline that) fdasjfsdaf
How could a stylesheet take into account those random
underlines, or bold text that could be anywhere in the
text?
Please let me know.
Sf
pages>-----Original Message-----
>
>"Shawn" <programming@jards.com> wrote in message
>news:05b401c344c6$c3e0f860$a101280a@phx.gbl...>> Hello all,
>>
>> I've developed a website system that stores all thecolors,>> of a website into a database table (id int, content
>> text). Is there a way that a user could say type all
>> their editing (underlines, bolds, colors, etc.) in a
>> separate place then insert it into a database that will
>> then use their exisiting edits (underlines, bolds,page.asp?>> etc) when displaying their webpage in a browser window.
>>
>> The page is retrieved from the querystring (ex.text>> id=4)
>>
>> The database field that holds the text of a page is as_ref_entry.asp?frame=true>>> field, it can take HTML, but I don't want to require the
>> user know HTML when inserting their data.
>Why don't you have
>
>ID, content, csspage
>
>if you are not familer with CSS.
>
>put this in a page and save it as test.css
>
>A{
> text-decoration: underline
>}
>
>then put this in the html page
><LINK rel="stylesheet" type="text/css" href="test.css">
>
>
>you can find all the properties for CSS here
>[url]http://msdn.microsoft.com/workshop/author/css/reference/cs[/url]>
>
>.
>Shawn Guest
-
Mark Schupp #4
Re: Maintain appearance
Not too long ago in the asp.general group I saw a reference to a component
that created an HTML Editbox that should do what you want. Try browsing the
last month or so and look for "HTML editor" or "RTF Editor".
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
[email]mschupp@ielearning.com[/email]
[url]http://www.ielearning.com[/url]
714.637.9480 x17
"Shawn" <programming@jards.com> wrote in message
news:0c3a01c34550$4fccfc00$a501280a@phx.gbl...> That seems good, but what about when a person wants a
> certain headline to be bold? Like for instance, lets
> assume this is the text:
>
> Content: My Content (title)
> fdas as fsjda;kfsdfsda kasdf asdfas f
> fas;lk jaskl jfk;lsjfskadas kasf;s as
> faslkjf; ksakfsa;jkfdas fjsdakf a
> fkj;dasf (underline that) fdasjfsdaf
>
> How could a stylesheet take into account those random
> underlines, or bold text that could be anywhere in the
> text?
>
> Please let me know.
>
> Sf
>
>
>
>> pages> >-----Original Message-----
> >
> >"Shawn" <programming@jards.com> wrote in message
> >news:05b401c344c6$c3e0f860$a101280a@phx.gbl...> >> Hello all,
> >>
> >> I've developed a website system that stores all the> colors,> >> of a website into a database table (id int, content
> >> text). Is there a way that a user could say type all
> >> their editing (underlines, bolds, colors, etc.) in a
> >> separate place then insert it into a database that will
> >> then use their exisiting edits (underlines, bolds,> page.asp?> >> etc) when displaying their webpage in a browser window.
> >>
> >> The page is retrieved from the querystring (ex.> text> >> id=4)
> >>
> >> The database field that holds the text of a page is a> s_ref_entry.asp?frame=true> >> >> field, it can take HTML, but I don't want to require the
> >> user know HTML when inserting their data.
> >Why don't you have
> >
> >ID, content, csspage
> >
> >if you are not familer with CSS.
> >
> >put this in a page and save it as test.css
> >
> >A{
> > text-decoration: underline
> >}
> >
> >then put this in the html page
> ><LINK rel="stylesheet" type="text/css" href="test.css">
> >
> >
> >you can find all the properties for CSS here
> >[url]http://msdn.microsoft.com/workshop/author/css/reference/cs[/url]> >
> >
> >.
> >
Mark Schupp Guest
-
Shawn #5
Re: Maintain appearance
Thanks, I found that one and another one that I felt you
all should know about, totally free.
[url]http://www.interactivetools.com/products/htmlarea/[/url]
Enjoy and Thanks a million!reference to a component>-----Original Message-----
>Not too long ago in the asp.general group I saw awant. Try browsing the>that created an HTML Editbox that should do what youEditor".>last month or so and look for "HTML editor" or "RTFwill>
>--
>Mark Schupp
>--
>Head of Development
>Integrity eLearning
>Online Learning Solutions Provider
>mschupp@ielearning.com
>[url]http://www.ielearning.com[/url]
>714.637.9480 x17
>
>
>"Shawn" <programming@jards.com> wrote in message
>news:0c3a01c34550$4fccfc00$a501280a@phx.gbl...>> That seems good, but what about when a person wants a
>> certain headline to be bold? Like for instance, lets
>> assume this is the text:
>>
>> Content: My Content (title)
>> fdas as fsjda;kfsdfsda kasdf asdfas f
>> fas;lk jaskl jfk;lsjfskadas kasf;s as
>> faslkjf; ksakfsa;jkfdas fjsdakf a
>> fkj;dasf (underline that) fdasjfsdaf
>>
>> How could a stylesheet take into account those random
>> underlines, or bold text that could be anywhere in the
>> text?
>>
>> Please let me know.
>>
>> Sf
>>
>>
>>
>>>> pages>> >-----Original Message-----
>> >
>> >"Shawn" <programming@jards.com> wrote in message
>> >news:05b401c344c6$c3e0f860$a101280a@phx.gbl...
>> >> Hello all,
>> >>
>> >> I've developed a website system that stores all the>> >> of a website into a database table (id int, content
>> >> text). Is there a way that a user could say type all
>> >> their editing (underlines, bolds, colors, etc.) in a
>> >> separate place then insert it into a database thatwindow.>> colors,>> >> then use their exisiting edits (underlines, bolds,>> >> etc) when displaying their webpage in a browserthe>> page.asp?>> >>
>> >> The page is retrieved from the querystring (ex.>> text>> >> id=4)
>> >>
>> >> The database field that holds the text of a page is a>> >> field, it can take HTML, but I don't want to require>[url]http://msdn.microsoft.com/workshop/author/css/reference/cs[/url]>>>> >> user know HTML when inserting their data.
>> >
>> >Why don't you have
>> >
>> >ID, content, csspage
>> >
>> >if you are not familer with CSS.
>> >
>> >put this in a page and save it as test.css
>> >
>> >A{
>> > text-decoration: underline
>> >}
>> >
>> >then put this in the html page
>> ><LINK rel="stylesheet" type="text/css" href="test.css">
>> >
>> >
>> >you can find all the properties for CSS here>>> s_ref_entry.asp?frame=true>> >
>> >
>> >.
>> >
>
>.
>Shawn Guest
-
Mosley #6
Re: Maintain appearance
"Shawn" <programming@jards.com> wrote in message
news:01cc01c3456f$ec020e70$a301280a@phx.gbl...A{> Thanks, I found that one and another one that I felt you
> all should know about, totally free.
text-decoration : underline ;
font-weight : 900
}
you can look them all up here
[url]http://msdn.microsoft.com/workshop/author/css/reference/css_ref_entry.asp?frame=true[/url]
>
> [url]http://www.interactivetools.com/products/htmlarea/[/url]
>
> Enjoy and Thanks a million!> reference to a component> >-----Original Message-----
> >Not too long ago in the asp.general group I saw a> want. Try browsing the> >that created an HTML Editbox that should do what you> Editor".> >last month or so and look for "HTML editor" or "RTF> will> >
> >--
> >Mark Schupp
> >--
> >Head of Development
> >Integrity eLearning
> >Online Learning Solutions Provider
> >mschupp@ielearning.com
> >[url]http://www.ielearning.com[/url]
> >714.637.9480 x17
> >
> >
> >"Shawn" <programming@jards.com> wrote in message
> >news:0c3a01c34550$4fccfc00$a501280a@phx.gbl...> >> That seems good, but what about when a person wants a
> >> certain headline to be bold? Like for instance, lets
> >> assume this is the text:
> >>
> >> Content: My Content (title)
> >> fdas as fsjda;kfsdfsda kasdf asdfas f
> >> fas;lk jaskl jfk;lsjfskadas kasf;s as
> >> faslkjf; ksakfsa;jkfdas fjsdakf a
> >> fkj;dasf (underline that) fdasjfsdaf
> >>
> >> How could a stylesheet take into account those random
> >> underlines, or bold text that could be anywhere in the
> >> text?
> >>
> >> Please let me know.
> >>
> >> Sf
> >>
> >>
> >>
> >>
> >> >-----Original Message-----
> >> >
> >> >"Shawn" <programming@jards.com> wrote in message
> >> >news:05b401c344c6$c3e0f860$a101280a@phx.gbl...
> >> >> Hello all,
> >> >>
> >> >> I've developed a website system that stores all the
> >> pages
> >> >> of a website into a database table (id int, content
> >> >> text). Is there a way that a user could say type all
> >> >> their editing (underlines, bolds, colors, etc.) in a
> >> >> separate place then insert it into a database that> window.> >> >> then use their exisiting edits (underlines, bolds,
> >> colors,
> >> >> etc) when displaying their webpage in a browser> the> >> >>
> >> >> The page is retrieved from the querystring (ex.
> >> page.asp?
> >> >> id=4)
> >> >>
> >> >> The database field that holds the text of a page is a
> >> text
> >> >> field, it can take HTML, but I don't want to require> >[url]http://msdn.microsoft.com/workshop/author/css/reference/cs[/url]> >> >> user know HTML when inserting their data.
> >> >
> >> >Why don't you have
> >> >
> >> >ID, content, csspage
> >> >
> >> >if you are not familer with CSS.
> >> >
> >> >put this in a page and save it as test.css
> >> >
> >> >A{
> >> > text-decoration: underline
> >> >}
> >> >
> >> >then put this in the html page
> >> ><LINK rel="stylesheet" type="text/css" href="test.css">
> >> >
> >> >
> >> >you can find all the properties for CSS here
> >>> >> >> s_ref_entry.asp?frame=true
> >> >
> >> >
> >> >.
> >> >
> >
> >.
> >
Mosley Guest
-
Mark Schupp #7
Re: Maintain appearance
Pretty nice looking but doesn't work with NS (tried 4.5 and 7). It degrades
to a plain text area.
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
[email]mschupp@ielearning.com[/email]
[url]http://www.ielearning.com[/url]
714.637.9480 x17
"Shawn" <programming@jards.com> wrote in message
news:01cc01c3456f$ec020e70$a301280a@phx.gbl...> Thanks, I found that one and another one that I felt you
> all should know about, totally free.
>
> [url]http://www.interactivetools.com/products/htmlarea/[/url]
>
> Enjoy and Thanks a million!> reference to a component> >-----Original Message-----
> >Not too long ago in the asp.general group I saw a> want. Try browsing the> >that created an HTML Editbox that should do what you> Editor".> >last month or so and look for "HTML editor" or "RTF> will> >
> >--
> >Mark Schupp
> >--
> >Head of Development
> >Integrity eLearning
> >Online Learning Solutions Provider
> >mschupp@ielearning.com
> >[url]http://www.ielearning.com[/url]
> >714.637.9480 x17
> >
> >
> >"Shawn" <programming@jards.com> wrote in message
> >news:0c3a01c34550$4fccfc00$a501280a@phx.gbl...> >> That seems good, but what about when a person wants a
> >> certain headline to be bold? Like for instance, lets
> >> assume this is the text:
> >>
> >> Content: My Content (title)
> >> fdas as fsjda;kfsdfsda kasdf asdfas f
> >> fas;lk jaskl jfk;lsjfskadas kasf;s as
> >> faslkjf; ksakfsa;jkfdas fjsdakf a
> >> fkj;dasf (underline that) fdasjfsdaf
> >>
> >> How could a stylesheet take into account those random
> >> underlines, or bold text that could be anywhere in the
> >> text?
> >>
> >> Please let me know.
> >>
> >> Sf
> >>
> >>
> >>
> >>
> >> >-----Original Message-----
> >> >
> >> >"Shawn" <programming@jards.com> wrote in message
> >> >news:05b401c344c6$c3e0f860$a101280a@phx.gbl...
> >> >> Hello all,
> >> >>
> >> >> I've developed a website system that stores all the
> >> pages
> >> >> of a website into a database table (id int, content
> >> >> text). Is there a way that a user could say type all
> >> >> their editing (underlines, bolds, colors, etc.) in a
> >> >> separate place then insert it into a database that> window.> >> >> then use their exisiting edits (underlines, bolds,
> >> colors,
> >> >> etc) when displaying their webpage in a browser> the> >> >>
> >> >> The page is retrieved from the querystring (ex.
> >> page.asp?
> >> >> id=4)
> >> >>
> >> >> The database field that holds the text of a page is a
> >> text
> >> >> field, it can take HTML, but I don't want to require> >[url]http://msdn.microsoft.com/workshop/author/css/reference/cs[/url]> >> >> user know HTML when inserting their data.
> >> >
> >> >Why don't you have
> >> >
> >> >ID, content, csspage
> >> >
> >> >if you are not familer with CSS.
> >> >
> >> >put this in a page and save it as test.css
> >> >
> >> >A{
> >> > text-decoration: underline
> >> >}
> >> >
> >> >then put this in the html page
> >> ><LINK rel="stylesheet" type="text/css" href="test.css">
> >> >
> >> >
> >> >you can find all the properties for CSS here
> >>> >> >> s_ref_entry.asp?frame=true
> >> >
> >> >
> >> >.
> >> >
> >
> >.
> >
Mark Schupp Guest



Reply With Quote

