Staredit Network

Staredit Network -> Computers and Technical -> Website question
Report, edit, etc...Posted by Oblivius on 2006-01-30 at 21:47:31
Ok, so I'm making a PoltergeistMansion site (meh site) and I need help. On Freewebs, how do you make a download link? Please help.
Report, edit, etc...Posted by Doodle77(MM) on 2006-01-30 at 21:54:48
The `<A HREF="whateverthenameofyourfile.is">Link</a>' tag.
Report, edit, etc...Posted by Oblivius on 2006-01-30 at 22:05:52
Ok thanks for the help.
Report, edit, etc...Posted by slayer766 on 2006-02-01 at 13:13:07
Also if you want it to open in a new window do this:

CODE
<a href="http://urlhere"target="_blank">>Link Name</a>
Report, edit, etc...Posted by Syphon on 2006-02-01 at 13:34:22
This is a link to a file, so the download will automatically be in a new window.

Just make sure it's the name of the file you uploaded, not the page the file is on.
Report, edit, etc...Posted by Pie_Sniper on 2006-02-01 at 20:57:47
I must tell you, _blank irratates me to no end. I have no desire to ever open a new window. Find pop-up windows.
Report, edit, etc...Posted by DT_Battlekruser on 2006-02-02 at 01:46:24
_blank has uses, trust me. For example, it's easier to open certain action panes in PyForums in a new window, then auto-exit the window upon completion.
Report, edit, etc...Posted by Centreri on 2006-02-02 at 19:01:23
I have used _blank as well. Imagine you wanted to make a music box or something wink.gif.
Oh, and it's not just freewebs, its HTML.
For more help, go to google and type in 'HTML (problem)'.
Report, edit, etc...Posted by Oblivius on 2006-05-01 at 21:56:44
Ok I reopened this topic because I got back to website making and still don't understand the tags thing you told me. Can someone give me an example of one?
Report, edit, etc...Posted by Syphon on 2006-05-01 at 22:18:08
Well...

Tags usually have an opening, and a closing. I'll use the 'font' set of tags for examples.

The font tag is opened and closed with <font> and </font>. Slashes indicate closing tags, and all tags are held in triangular brakcets.

The font tag has several different attributes;
  • Size, indicates the size of the typing between the opening and closing font tags witht he attribute tongue.gif You can control it several different ways, such as <font size=#> where the number would be the size you want. <font size='+'> or <font size='-'> These will simply increase or decrease the current size. Don't use + and -.
  • Color! Indicates the colour your formatted text will be, can either be written as a hexidecimal triplet, or as a name, msot are gonig to be triplets if you really wanna get into this. Eg, <font color='hotpink'> would be the same as, say <color=#'FC0FC0'>
They're others, but I won't go into detail. You can combine them anyway you want, such as <font size=7 color=#'FC0FC0'> Textextext </font>*

*[sub][sub]If you put this on a website I'll kill you. [/sub][/sub]

See here for more details, http://werbach.com/barebones/barebones.html
Report, edit, etc...Posted by Oblivius on 2006-05-02 at 18:31:42
Ok I figured out another way happy.gif anyways thanks though.


>>locked
Next Page (1)