![]() |
| | #1 |
| Registered User Join Date: Jul 2003
Posts: 63
| Help!
__________________ "Be Quick Or Be Dead" [img] http://www.danasoft.com/sig/GU.jpg [/img] |
| Joe100 is offline |
| | #2 |
| Registered User Join Date: May 2003
Posts: 2,787
| probably most of us do...
__________________ Join is in our Unofficial Cprog IRC channel Server: irc.phoenixradio.org Channel: #Tech Team Cprog Folding@Home: Team #43476 Download it Here Detailed Stats Here More Detailed Stats 52 Members so far, are YOU a member? Current team score: 1223226 (ranked 374 of 45152) The CBoard team is doing better than 99.16% of the other teams Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374) Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT |
| major_small is offline |
| | #3 |
| Registered User Join Date: Oct 2002
Posts: 385
| |
| damonbrinkley is offline |
| | #4 | |
| Pursuing knowledge Join Date: Jun 2002
Posts: 1,916
| Re: Help!!!!!!!!!!!!!!! Quote:
Translation: What the heck are you asking? I'm not going to write a frickin' HTML tutorial, but I could probably answer a specific question.
__________________ Away. | |
| confuted is offline |
| | #5 |
| Registered User Join Date: Mar 2003
Posts: 16
| In answer to your elaborate question: -- Start from the begginng and work your way to the end -- |
| brunomiranda is offline |
| | #6 |
| Registered User Join Date: Aug 2003
Posts: 45
| reply hi tell me what is your problem with HTML? I will help you raajesh |
| rajesh23 is offline |
| | #7 |
| Registered User Join Date: Jun 2003
Posts: 191
| That's the spirit, guys
__________________ Come cast your shadow over me and I'll cast mine all over thee Take me away, into the shades where there is no light of day |
| FloatingPoint is offline |
| | #8 | |
| Registered User Join Date: May 2003
Posts: 2,787
| Quote:
__________________ Join is in our Unofficial Cprog IRC channel Server: irc.phoenixradio.org Channel: #Tech Team Cprog Folding@Home: Team #43476 Download it Here Detailed Stats Here More Detailed Stats 52 Members so far, are YOU a member? Current team score: 1223226 (ranked 374 of 45152) The CBoard team is doing better than 99.16% of the other teams Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374) Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT | |
| major_small is offline |
| | #9 |
| Registered User Join Date: Jul 2003
Posts: 63
| Rajesh i need to know how to put a srolling bare ong the side of my page so i can put the links there also i need to now how to make borders around my text all ur help will be greatly appricated
__________________ "Be Quick Or Be Dead" [img] http://www.danasoft.com/sig/GU.jpg [/img] |
| Joe100 is offline |
| | #10 |
| carry on Join Date: Feb 2003 Location: Seattle, WA
Posts: 1,971
| Look up frames on google I'm not sure about borders around text, but there might be some style in css that would create the desired effect...I'm a bit rusty, but I think this might work: (put this within <head> tags) Code:
<STYLE type="text/css">
<!--
h3
{
width=100%;
filter:glow(color=red, strength=5);
}
//-->
</STYLE>
Code: <h3>Some text</h>
__________________ "Think not but that I know these things; or think I know them not: not therefore am I short Of knowing what I ought." -John Milton, Paradise Regained (1671) "Work hard and it might happen." -XSquared |
| JaWiB is offline |
| | #11 |
| Registered User Join Date: May 2003
Posts: 2,787
| you could also put the text in a table, for example: Code: ... <table cellpadding='10' border='1'> <tr><td>text goes here</td></tr> </table> ...
__________________ Join is in our Unofficial Cprog IRC channel Server: irc.phoenixradio.org Channel: #Tech Team Cprog Folding@Home: Team #43476 Download it Here Detailed Stats Here More Detailed Stats 52 Members so far, are YOU a member? Current team score: 1223226 (ranked 374 of 45152) The CBoard team is doing better than 99.16% of the other teams Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374) Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT |
| major_small is offline |
| | #12 |
| Teufel Hunden Join Date: Jul 2002
Posts: 589
| I hope to god we know HTML... and what are you doing as an aspiring webmaster on a C programming board? O.o
__________________ . |
| civix is offline |
| | #13 |
| Registered User Join Date: Jul 2003
Posts: 63
| Well first off I program with C++ thats what im doing on the board and second of all i need HTML for my website
__________________ "Be Quick Or Be Dead" [img] http://www.danasoft.com/sig/GU.jpg [/img] |
| Joe100 is offline |
| | #14 |
| Registered User Join Date: May 2003
Posts: 2,787
| how did you not learn any HTML on your way to C++?
__________________ Join is in our Unofficial Cprog IRC channel Server: irc.phoenixradio.org Channel: #Tech Team Cprog Folding@Home: Team #43476 Download it Here Detailed Stats Here More Detailed Stats 52 Members so far, are YOU a member? Current team score: 1223226 (ranked 374 of 45152) The CBoard team is doing better than 99.16% of the other teams Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374) Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT |
| major_small is offline |
| | #15 |
| Registered User Join Date: Jul 2003
Posts: 63
| because html is nothing like C++ man u just like digraded urself by asking that
__________________ "Be Quick Or Be Dead" [img] http://www.danasoft.com/sig/GU.jpg [/img] Last edited by Joe100; 10-13-2003 at 04:07 PM. |
| Joe100 is offline |
![]() |
| Thread Tools | |
| Display Modes | |
|