Log in

View Full Version : What am I doing wrong?



PaulMacC
02-03-2008, 03:35 AM
Everytime I link pages together this happens.
http://img182.imageshack.us/img182/2487/helpdwrt0.png
The whole layout breaks apart :@

Buax
02-03-2008, 03:38 AM
Everytime I link pages together this happens.
http://img182.imageshack.us/img182/2487/helpdwrt0.png
The whole layout breaks apart :@
If you like, send me the layout and I'll slice/attempt it and see if I can get it working myself. Don't really know what to say. Sorry.

PaulMacC
02-03-2008, 03:47 AM
Uhm, the website Im making is a test to see if I can code, I made it in about 5 seconds on paint.
I really need to know what im doing wrong here.

Buax
02-03-2008, 04:26 AM
Ah ok.

How did you slice it?

Imageready / Photoshop correct?

PaulMacC
02-03-2008, 04:27 AM
I sliced in PS.
Yeah I sliced the main content into one, 3 links into one and the rest of the banner into one, it happens with EVERY layout I make :S

Buax
02-03-2008, 04:31 AM
Then you're just doing


<a href="'#"><img src="#"></href">


correct?

may of slept it worng. it's 4:30 AM. :P

loserWILL
02-03-2008, 05:15 AM
Then you're just doing


<a href="'#"><img src="#"></href">
correct?

may of slept it worng. it's 4:30 AM. :P

Small error:


<a href="'#"><img src="#"></a>

Rockstar
02-03-2008, 06:47 AM
Everytime I link pages together this happens.
http://img182.imageshack.us/img182/2487/helpdwrt0.png
The whole layout breaks apart :@

Paul Ill show you how to code in valid xHTML and CSS /DIVS PM me if intrested its pretty easy --ss-- kinda showed me

Agnostic Bear
02-03-2008, 09:21 AM
For the love of god how the hell do you not know how to fix this:

img {
border: 0px;
}

if memory serves.

DarrenToogood
02-03-2008, 09:45 AM
Looks like a Clan site, what game and format?

Lilian
02-03-2008, 09:58 AM
Or just add to the image tag border="0" so <img src="link" border="0" />

H0BJ0B
02-03-2008, 10:09 AM
I hate you Lily :(

I was looking through the thread, all excited noone had given the answer, then on page 2, you did! :(

:D

What she said ^^^^^

Lilian
02-03-2008, 10:14 AM
Aww, I love you to.

Lol!


I hate you Lily :(

I was looking through the thread, all excited noone had given the answer, then on page 2, you did! :(

:D

What she said ^^^^^

wewt
02-03-2008, 10:33 AM
Or just add to the image tag border="0" so <img src="link" border="0" />

That would work but it's not xHTML valid. So do what lolcopters said, or do this: <a href="#"><img src="#" style="border: 0; margin: 0;" alt="#" /></a>

redtom
02-03-2008, 10:55 AM
Add this to your CSS



img {
border: none;
}


It's amasingly easy some of the stuff people have been saying has made me laugh.

Buax
02-03-2008, 12:17 PM
Looks like a Clan site, what game and format?
I thought it was CS:S - I may be wrong.

PaulMacC
02-03-2008, 12:52 PM
Paul Ill show you how to code in valid xHTML and CSS /DIVS PM me if intrested its pretty easy --ss-- kinda showed me
Please do, Im a noob at coding :(

Want to hide these adverts? Register an account for free!