GFXVoid Graphic Design Forum

Remove Text Formatting
New [19-01, 18:02] Coconut: Got wished happy birthday yesterday by GFXVoid....damn I'm old
New [31-01, 16:50] Gaaf: We’re all old lol. Love how everyone is still checking in once in a while
New [05-02, 15:05] Chris:
New [02-06, 15:56] cc.RadillacVIII: Glad to see my imageshack hosted smilies are still operational
New [04-06, 22:51] kailu: sure miss this place
New [11-11, 18:12] Skatanic_: Hi
New [18-11, 19:34] Sexercise: Howdy!
New [15-12, 20:24] Scrib: Wow, it’s been a long time
New [15-12, 20:25] Scrib: joined in 09, last post no idea when - hope all the old faces are doing brilliant
New [06-01, 07:04] shiv96: Oi fuckers
New [06-01, 07:04] shiv96: miss this place sometimes, happy new year
New [24-01, 04:42] +Josh Fx: Happy 2023 fuckers
New [25-01, 00:48] Pet: Another year of the void just sitting on a host somewhere.... xD
New [25-01, 04:59] +Josh Fx: GFXvoid will never die
New [25-01, 04:59] +Josh Fx: Not going to lie it'll be a sad day the day I go on here and it's gone forever
New [06-02, 19:22] ColdDegree: Happy 2023 my friends
New [03-05, 07:51] Deadloader: Wow, I have a strong nostalgia for this place. Orange name reppin
New [13-05, 02:23] Viporizer: It's been too long.
New [13-05, 02:25] Viporizer: Aww the board I was active in have not seen an update since 2018... The good days are over I guess
New [13-05, 02:36] +hm.Alucard1973: Hi Hi
New [03-06, 10:33] +s9.Oath: been a long time
New [30-07, 20:34] cC.Agitator: We’re still alive
New [10-10, 02:52] Viporizer:
New [26-12, 13:42] Daemon: Unkillable forum!
New [11-05, 14:42] Derosion: The endless void, still up. Incredible.
New [01-09, 10:10] Chris: Certainly impressive :P
New [01-09, 10:13] Chris: I'm not allowed to make any more forum posts,because my post count is "1,337"
New [07-09, 23:57] Psypher: Wow this site is still up! Hello to the next person that comes along!
New [23-09, 13:51] asdfasdfasdf: Hello, Psypher
New [03-01, 15:50] marioman77: :O

» Online Users: 5,112

0 members and 5,112 guests
No Members online

» Site Navigation

 > FAQ

» Stats

Members: 35,442
Threads: 103,075
Posts: 826,688
Top Poster: cc.RadillacVIII (7,429)
Welcome to our newest member, Lekelindids
Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2005
    Posts
    4,178

    Default

    Welcome to my Second tut
    With quite a few requests i have done a slicing and coding one, I will post it in a few places because it applies to photshop and coding etc.
    Well here goes

    SECTION B

    In part B here i will teach you lazy people some very basic HTML because i know people cant be arsed reading about HTML Man im so kind or bored OR BOTH!!! :P

    Introduction to HTML + Tags
    Well HTML stands for HyperText Markup Language i think although im not sure :lol: and tags are basically lumps of text that tell the broswer to do certain things. For example:
    Code:
     <A HREF="http://www.gfxvoid.com"> GFX Void </A>
    That ^^^ Tells the Broswer to display the text GFX Void and enable a hyperlink in it, so when people click GFX Void it will bring them to this lovely site

    The A at the beginning is the opening tag, HREF tells it that this is the link, http://www.gfxvoid.com is where it will take the viewer when they click on it, and GFX Void is the text that will be displayed, </A> is telling it that the link should end there.

    That can also be use for images like so:
    Code:
     &#60;A HREF=&#34;http&#58;//www.gfxvoid.com&#34;&#62; &#91;B&#93;&#60;IMG SRC=&#34;URL or place of image here&#34; width=&#34;100&#34; Height=&#34;100&#34; Border=&#34;0&#34;&#62;&#91;/B&#93;&#60;/A&#62;
    As you can see the Link tag is the same but inbetween the opening tag <A and the closing tag </A> there is the image tag (In bold) which inserts an image and because the Link CLOSING TAG ( </A> ) is AFTER the IMG tag the image will now carry the hyper link of http://www.gfxvoid.com

    That is simply enough to understand...

    Some other basic tags are:

    <BODY BGCOLOR="#FFFF23"> That will make the background Yellow , NOTE: The Background colour comes second to a background picture (SEE BELOW).

    <BODY BACKGROUND="your_image_URL-or_link_here"> That will make your image a picture, NOTE: The image will be tiled so you can either get a small image and it will tile or create one large image.

    Those two tags can also be combined:
    <BODY BGCOLOR="#FFFFFF" BACKGROUND="image.gif">

    NOTE: The following TEXT tags in italics are pointless if you are usng CSS


    <FONT COLOR="cccccc">YOUR TEXT HERE </FONT> That will make the text "YOUR TEXT HERE" a light grey (CCCCCC is light grey"

    <A LINK="cccc23"> That will make links flash yellow when clicked (CCCC23 is yellow) The A can also be replaced with V or can be taken out to chagne it to V for VISITED Links.

    They can also be combined like so:

    < BODY BGCOLOR="######" TEXT="######" LINK="######" VLINK="######">
    Replacing the hashs with colour codes.


    And they are the ultimate basics of HTML and closes my tutorial
    Any problems you can either post here, PM me or add me on MSN and ill be willing to help in live time. hanks and i hope you learn something from it because i spent quite a bit on that
    ANOTHER DETAILED TUT FROM ME

  2. #2
    Join Date
    Sep 2005
    Location
    The Netherlands
    Posts
    553

    Exclamation

    Nice tut...I&#39;m going to use that on my new site: www.wouwousoft-designs.co.uk.tt

  3. #3
    Join Date
    Jun 2005
    Posts
    4,178

    Default

    Yeah tis fine just leave credit to me please.
    Anyone else wants to use it ask first please.
    Ad wouwousoft you want anyhelp with ya site just ask i have too much free time so i almost enjoy helping ppeople with HTML and site building beause i learn :P

  4. #4
    Join Date
    Sep 2005
    Location
    The Netherlands
    Posts
    553

    Default

    Ok I will...
    I&#39;ll put you under &#39;&#39;thanks to&#39;&#39;

  5. #5
    Join Date
    Jun 2005
    Posts
    4,178

    Default

    Im a few month to slow :lol:
    I thought you meant youd put the tutorial on youre site...

    Duuuuuh im so slow lol

  6. #6
    Join Date
    Feb 2005
    Location
    Gothenburg, Sweden
    Posts
    3,199

    Default

    w00t, I have missed this tutorial. Really great&#33; Deserves more attention than it has, hehe. Well written and nicely put together with different sections and stuff.

    Good job&#33; ^^

  7. #7
    Join Date
    Jun 2005
    Posts
    4,178

    Default

    I submitted it to everywhere but no where accepted

  8. #8
    Join Date
    Jan 2005
    Location
    Wiltshire.England
    Posts
    6,351

    Default

    Nice one Ben. I&#39;ll be contacting you on MSN for further help Slicing up a template i made. Thanks &#33;


Similar Threads

  1. Favor Coding.
    By ThatTechPlace in forum Digital Art
    Replies: 1
    Last Post: 06-10-2006, 11:32 PM
  2. Coding help!!!
    By Ben in forum The Void
    Replies: 7
    Last Post: 01-14-2006, 05:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1