HELP. I dont know what to do

liunx

Guest
Yeh i have made a website for the music festival i am organising but am having a few dif***ulties. the website is <!-- w --><a class="postlink" href="http://www.motm.vze.com">www.motm.vze.com</a><!-- w --> and i wanna put the bold writing that is on the bottom left hand side of the first page onto the top right hands side. does anyone know how i can do that??? thanks<!--content-->you made that page and you don't know how to cut and paste text??<br />
<br />
just cut the text and paste it right above "Festival Details"<br />
<br />
how hard is that?<!--content-->ignore all of this if all you wanted was to move the two words "festival details" do what scoutt said!!<br />
i don't know if its me misreading things or a bit hungover from last night:0@ :)<br />
<br />
<br />
<br />
the problem with wysiwyg editors is that they churn out a whole load of junk! they are quick and easy to use but in the long run just create problems!<br />
What you need to do is change the div values, here i changed them a bit for you, don't know if it's exactly what you wanted, just play around with them until you get what you want<br />
i'll explain a bit more, look at your div ie:<br />
<DIV <br />
style="right: 0px; WIDTH: 245px; POSITION: absolute; TOP: 125px; HEIGHT: 398px"><br />
<br />
"top" is how far from the top the div will be, here i set it to 125 whereas in yours it was at 247, also adjust the width and right ("right:0px means it will be 0 px from the right)<br />
just find these pieces of code in your index.html and replace them (note there are two separate divs, in different places on your page) <br />
<br />
DIV <br />
style="right: 20px; WIDTH: 128px; POSITION: absolute; TOP: 105px; HEIGHT: 20px"><br />
<TABLE cellSpacing=0 cellPadding=0 width=128 border=0><br />
<TBODY><br />
<TR><br />
<TD vAlign=top align=left><br />
<P id=PPStyle0-P><SPAN id=PPStyle1-C><A <br />
href=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/moshonthemarsh/index.html">Festival <br />
Details<BR></A></SPAN></P></TD></TR></TBODY></TABLE></DIV><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<DIV <br />
style="right: 0px; WIDTH: 245px; POSITION: absolute; TOP: 125px; HEIGHT: 398px"><br />
<TABLE cellSpacing=0 cellPadding=0 width=190 border=0 align=right><br />
<TBODY><br />
<TR><br />
<TD vAlign=top align=left><br />
<P id=PPStyle5-P><SPAN id=PPStyle6-C>Mosh On the Marsh is planned to be <br />
held at Club Space on the Isle of Sheppey in Kent. This means there will <br />
mean that there will be a maximum amount of tickets on sale set at 800. <br />
The festival will comprise of 75 bands over 3 days on one stage. Each <br />
night finishing at 3 am. As well as the collection of unsigned bands from <br />
throughout the United Kingdom there will be some special guest bands <br />
headlining the festival. News of these to come soon. <BR>The date of the <br />
festival is set at the 1st, 2nd and 3rd of August and there will be <br />
camping for anyone that will require it. The final details are being <br />
sorted now after we have confirmed are sponsorship and then tickets will <br />
go on sale. They will be available from any of the bands taking part and <br />
from <A href=http://www.htmlforums.com/archive/index.php/"http://www.ticketmaster.co.uk/">ticketmaster</A> online, <br />
<BR><BR><B>IF YOU ARE IN A BAND OR MANAGE A BAND PLEASE SEND A DEMO TO THE <br />
ADDRESS BELOW BEFORE FEB 28TH TO BE CONSIDERED FOR MOSH ON THE <br />
MARSH</SPAN> </P></B></TD></TR></TBODY></TABLE></DIV><!--content-->Originally posted by scoutt <br />
you made that page and you don't know how to cut and paste text??<br />
<br />
just cut the text and paste it right above "Festival Details"<br />
<br />
how hard is that? <br />
I used an editor so was unsure wot to do coz i dont no much HTML. Thanks for the help though the both of you im gonna have a play around now and see what heppens :)<!--content-->Originally posted by ehwfeduk <br />
I used an editor so was unsure wot to do coz i dont no much HTML. Thanks for the help though the both of you im gonna have a play around now and see what heppens :) <br />
that is why we discourage the use of editors until you get the understanding of what html is an dwhat it is doing. once you ge tthe hang of it then you can use an editor.<!--content-->Originally posted by scoutt <br />
that is why we discourage the use of editors until you get the understanding of what html is an dwhat it is doing. once you ge tthe hang of it then you can use an editor. <br />
<br />
yeh but if ya need a site done quick then ya cant beat em. saved me learning all complicated code and ****. a lot easier to just point and click :)<!--content-->yeah saved you from learning all the complicated code and look where you are at now. asking for help becasue you didn't learn the complicated code....:rolleyes: I don't see any time saved.<!--content-->Chill out man i was only asking for a bit of advice on how to tidy up my website. Yeh i didnt bother to learn all the code because i dont have a need for it. i only wanted this one website so if an editor can do most of it for me then why take the time to learn all that code??????<!--content-->*Cough*Errors in the code (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.geocities.com%2Fmoshonthemarsh%2Findex.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->)*Cough*<br />
<br />
Where you are right now is with a site that may fail to display in some browsers.<br />
<br />
Still, if you don't want to learn how to do things correctly, I won't waste any time by typing any more stuff in this message. However, all your errors have happened before, so are already mentioned in many other threads; a forum search will find them all.<!--content-->
 
Back
Top